mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 19:15:05 -04:00
- fix some RST whitespace syntactical issues in toctrees
- have the topmost toctree only include page names - add glossary to toctree, remove search by itself
This commit is contained in:
Vendored
+4
-4
@@ -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
|
||||
|
||||
Vendored
+9
-8
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user