project-example-for-python/docs/rst.rst at master · intel/project-example-for-python · GitHub
Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 774 Bytes

File metadata and controls

33 lines (19 loc) · 774 Bytes

Restructured Text Examples

  • Yo
    • Yo
      • Yo
  • This
    • Is a list

Here's some info on :something: rsT for sphinx https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html

I'm a link to the :doc:`autogenerated` docs page.

I'm a link to the :ref:`feedface` section.

I'm a link to an awesome open source project

This is a link to a method :meth:`project_example_for_python.aclass.MiscClass.load`

This is a link to a class :class:`project_example_for_python.importable.SomeClass`

def im(some):
  python = "code"
  when_in.vim("I'm auto highlighted as Python code within the rst file")