Files
python-guide/docs/contents.rst.inc
T
Kenneth Reitz 25590163d1 enhancements
2011-04-23 16:20:57 -04:00

64 lines
815 B
HTML

Introduction
------------
This part of the documentation, which is mostly prose, begins with some
background information about Python, then focuses on next steps.
.. toctree::
:maxdepth: 2
introduction
community
resources
Getting Started
---------------
.. toctree::
:maxdepth: 2
which-python
installation
getting-started-next
Writing Great Code
------------------
.. toctree::
:maxdepth: 2
dev-env
project-structure
code-style
documentation
testing
packaging
Shipping Great Code
-------------------
.. toctree::
:maxdepth: 2
project-structure
documentation
testing
packaging
Additional Notes
----------------
Contibution notes and legal information are here for the interested.
.. toctree::
:maxdepth: 2
contribute
license