| 123456789101112131415161718192021222324 |
- .. {{ cookiecutter.project_name }} documentation master file, created by
- sphinx-quickstart.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- {{ cookiecutter.project_name }} documentation!
- ==============================================
- Contents:
- .. toctree::
- :maxdepth: 2
- getting-started
- commands
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|