Generate a Python package project using the Python Cookiecutter package
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

23 lines
560B

  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`