.. include:: /extras.rst.txt .. highlight:: rst .. index:: template-tutorial ; Index .. _rendered-template-tutorial: ================ Name of Tutorial ================ | A brief description about the tutorials aims. .. admonition:: Example - Using Admonitions Use notes to bring something to the user's attention where it improves user experience. See `Write a tutorial using Diataxis `_ for assistance on how to write a well-structured tutorial. | Pre-requisites ============== Examples of pre-requisites `Python 3.6 `_ or greater installed on your computer. :ref:`Create an index page.` .. _the-name-tutorial: Tutorial ======== .. _first-step-title: First Step Title ---------------- Select the tab for your preferred Operating System. .. admonition:: Example - Using Admonitions You can use numbered step headings; however, well-described titles appear to flow in the TOC. Using Tabs can condense the page and group logical items together, for example, different Operating Systems have various commands to achieve the same outcome. See this example below. .. tab:: Linux Do some linux command. .. tab:: macOS Do some macOS command. .. tab:: Windows Do some Windows command. Whats next? ----------- .. hint:: Here you can guide the user to expand their knowlege with relevant information. For example: See `Diataxis Introduction `_ for more information about writing documentation.