summaryrefslogtreecommitdiff
path: root/docs/index.rst
blob: 5a46052632aa25f8969d2ca4c24ed1e7d25c82e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Documentation
=============

Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects.

Documentation content:

.. toctree::
   :maxdepth: 1

   User guide <userguide/index>
   Development guide <development>
   Backward compatibility & deprecated practice <deprecated/index>