|
12345678910111213141516171819202122 |
- .. {{ cookiecutter.project_slug }} documentation master file, created by
- sphinx-quickstart on Tue Jul 9 22:26:36 2013.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
- Welcome to {{ cookiecutter.project_name }}'s documentation!
- {{ '=' * (((cookiecutter.project_name | count) * 2) + ("Welcome to 's documentation!" | count)) }}
-
- Contents:
-
- .. toctree::
- :maxdepth: 2
-
- installation
- usage
-
- Indices and tables
- ==================
-
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|