]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix some RST whitespace syntactical issues in toctrees
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Dec 2014 01:01:21 +0000 (20:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Dec 2014 01:01:21 +0000 (20:01 -0500)
- have the topmost toctree only include page names
- add glossary to toctree, remove search by itself

doc/build/changelog/index.rst
doc/build/contents.rst

index 0f5d090a305837abec02b212f8faa60fa2b89c46..8c5be99b8447328c94aa9253587f482f4d43fc6f 100644 (file)
@@ -10,15 +10,15 @@ Current Migration Guide
 ------------------------
 
 .. toctree::
-       :maxdepth: 1
+   :titlesonly:
 
-       migration_10
+   migration_10
 
 Change logs
 -----------
 
 .. toctree::
-   :maxdepth: 2
+   :titlesonly:
 
    changelog_10
    changelog_09
@@ -36,7 +36,7 @@ Older Migration Guides
 ----------------------
 
 .. toctree::
-   :maxdepth: 1
+   :titlesonly:
 
    migration_09
    migration_08
index 95b5e9a19afbd112a833a8816060d2c4d1d06ef5..a7277cf90a7851e83e6fc82db1fe387a82fd54ba 100644 (file)
@@ -7,17 +7,18 @@ Full table of contents.  For a high level overview of all
 documentation, see :ref:`index_toplevel`.
 
 .. toctree::
-    :maxdepth: 3
+   :titlesonly:
+   :includehidden:
 
-    intro
-    orm/index
-    core/index
-    dialects/index
-    faq/index
-    changelog/index
+   intro
+   orm/index
+   core/index
+   dialects/index
+   faq/index
+   changelog/index
 
 Indices and tables
 ------------------
 
+* :ref:`glossary`
 * :ref:`genindex`
-* :ref:`search`