Restructured Text Examples
==========================

- Yo

  - Yo

    - Yo

- This

  - Is a list

.. With rst you MUST put empty lines between entries in lists

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 <https://intel.github.io/dffml>`_

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`

.. code-block:: python

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