summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 00000000..5a460526
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,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>