diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:10:04 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-15 03:10:04 -0700 |
| commit | 7a2117fad97dc4a896caa6e98fe1b37bbea3b531 (patch) | |
| tree | e0c370e7db320513befa0598d71937362e0169ef /docs/latexindex.rst | |
| parent | f5cbb0499b18e4681299529b6a689bcf9361cd74 (diff) | |
| parent | 9337737a9ce2403c724cdd4d3ce8a7f0e5e85e47 (diff) | |
| download | pyramid-7a2117fad97dc4a896caa6e98fe1b37bbea3b531.tar.gz pyramid-7a2117fad97dc4a896caa6e98fe1b37bbea3b531.tar.bz2 pyramid-7a2117fad97dc4a896caa6e98fe1b37bbea3b531.zip | |
Merge pull request #2573 from stevepiercy/master
update latexindex.rst and its parts to better align with index.rst
Diffstat (limited to 'docs/latexindex.rst')
| -rw-r--r-- | docs/latexindex.rst | 59 |
1 files changed, 45 insertions, 14 deletions
diff --git a/docs/latexindex.rst b/docs/latexindex.rst index c4afff212..05199d313 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -14,12 +14,27 @@ Front Matter .. toctree:: :maxdepth: 1 - copyright.rst - conventions.rst - authorintro.rst + copyright + conventions + authorintro + designdefense .. mainmatter:: +.. _tutorials: + +Tutorials +@@@@@@@@@ + +.. toctree:: + :maxdepth: 1 + + quick_tour + quick_tutorial/index + tutorials/wiki2/index + tutorials/wiki/index + tutorials/modwsgi/index + .. _narrative_documentation: Narrative Documentation @@ -68,31 +83,47 @@ Narrative Documentation narr/threadlocals narr/zca -.. _tutorials: - -Tutorials -@@@@@@@@@ +API Documentation +@@@@@@@@@@@@@@@@@ .. toctree:: :maxdepth: 1 + :glob: - tutorials/wiki2/index.rst - tutorials/wiki/index.rst - tutorials/modwsgi/index.rst + api/index + api/* -.. _api_documentation: -API Documentation -@@@@@@@@@@@@@@@@@ +``p*`` Scripts Documentation +@@@@@@@@@@@@@@@@@@@@@@@@@@@@ .. toctree:: :maxdepth: 1 :glob: - api/* + pscripts/index + pscripts/* + .. backmatter:: +Change History +@@@@@@@@@@@@@@ + +.. toctree:: + :maxdepth: 1 + + whatsnew-1.7 + whatsnew-1.6 + whatsnew-1.5 + whatsnew-1.4 + whatsnew-1.3 + whatsnew-1.2 + whatsnew-1.1 + whatsnew-1.0 + changes + + Glossary and Index @@@@@@@@@@@@@@@@@@ |
