summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a1a81872c..4b413c16d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -152,11 +152,9 @@ Comprehensive reference material for every public API exposed by
:app:`Pyramid`:
.. toctree::
- :maxdepth: 1
- :glob:
+ :maxdepth: 2
api/index
- api/*
``p*`` Scripts Documentation
@@ -165,11 +163,9 @@ Comprehensive reference material for every public API exposed by
``p*`` scripts included with :app:`Pyramid`.
.. toctree::
- :maxdepth: 1
- :glob:
+ :maxdepth: 2
pscripts/index
- pscripts/*
Change History