Generate a Python package project using the Python Cookiecutter package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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