Welcome to pyosPackage’s documentation#

This documentation example uses myst as the primary documentation syntax.

Learn more about myst in our pyOpenSci packaging guide.

Myst is a version of markdown that has more formatting flexibility. This is what a sphinx directive looks like using myst markdown formatting:

:::{toctree}
:maxdepth: 2
:caption: Contents:
:::

If you see syntax like the syntax below, you are looking at rst.

.. toctree::
   :maxdepth: 2
   :caption: Contents: