summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralvyjudy <alvyjudy@gmail.com>2020-05-11 14:51:09 -0400
committeralvyjudy <alvyjudy@gmail.com>2020-05-11 14:51:09 -0400
commit0a0d6f19e799c53d37a8ce5fffc8cc5cee660712 (patch)
tree721327345989ad07f0b667006ccf5e74e63e597c
parent086c2a3fc52f508bc69b2ee4846aea39c646d887 (diff)
downloadpython-setuptools-git-0a0d6f19e799c53d37a8ce5fffc8cc5cee660712.tar.gz
docs: add entry to userguide index
-rw-r--r--docs/userguide/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/userguide/index.txt b/docs/userguide/index.txt
index 7e6b7f8a..4d7bb2a7 100644
--- a/docs/userguide/index.txt
+++ b/docs/userguide/index.txt
@@ -15,5 +15,6 @@ ordinary Python packages based on the ``distutils``.
Quickstart <quickstart>
Functionalities <functionalities>
+ Declarative config <declarative_config>
keyword reference <keywords>
Command reference <commands>