# Welcome to pyosPackage's documentation :::{toctree} :maxdepth: 2 :hidden: :caption: Contents: Home Documentation ::: This documentation example uses myst as the primary documentation syntax. :::{button-link} :color: primary :class: sd-rounded-pill float-left 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: ```markdown :::{toctree} :maxdepth: 2 :caption: Contents: ::: ``` If you see syntax like the syntax below, you are looking at rst. ```rst .. toctree:: :maxdepth: 2 :caption: Contents: ```