diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-08 21:32:29 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-08 21:32:29 +0000 |
| commit | 70f55bd2cdd0bcc6d188a24f78ee124c851b368f (patch) | |
| tree | e27a9f6eb48e9a6da496350ded35bc86f5d6ad9a /doc | |
| parent | 3e2d6a9a18b318466c1de0a1b61baac579cb1690 (diff) | |
| download | sqlalchemy-70f55bd2cdd0bcc6d188a24f78ee124c851b368f.tar.gz | |
- restored the previous API Reference structure
- bumped latex TOC structure, the PDF looks great
- but we need to fix the translate_connect_args docstring bug to really have PDF
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/conf.py | 2 | ||||
| -rw-r--r-- | doc/build/index.rst | 13 |
2 files changed, 2 insertions, 13 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 20317a116..0f4c5ff2a 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -185,7 +185,7 @@ latex_documents = [ # Additional stuff for the LaTeX preamble. # sets TOC depth to 2. -latex_preamble = '\setcounter{tocdepth}{2}' +latex_preamble = '\setcounter{tocdepth}{3}' # Documents to append as an appendix to all manuals. #latex_appendices = [] diff --git a/doc/build/index.rst b/doc/build/index.rst index f576324cd..c3385d4e0 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -10,18 +10,7 @@ Table of Contents session dbengine metadata - -API Documentation ------------------ - -.. toctree:: - :glob: - :maxdepth: 3 - - reference/sqlalchemy/index - reference/orm/index - reference/ext/index - reference/dialects/index + reference/index Indices and tables ------------------ |
