diff options
| author | Michael Merickel <michael@merickel.org> | 2013-08-16 01:14:05 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-08-16 01:14:05 -0700 |
| commit | d0c0da659eb965252a653eab663c601583e85042 (patch) | |
| tree | 7fcd6cf7a185c7ad810347b77b79ff274d6c6adf /docs/latexindex.rst | |
| parent | 8a6ee22c9f81bdb4ce985e3dd0952e0b39507d8c (diff) | |
| parent | 65c60a85f90f7bf8f97848e7314b6d0e9ecc5599 (diff) | |
| download | pyramid-d0c0da659eb965252a653eab663c601583e85042.tar.gz pyramid-d0c0da659eb965252a653eab663c601583e85042.tar.bz2 pyramid-d0c0da659eb965252a653eab663c601583e85042.zip | |
Merge pull request #1084 from stevepiercy/master
Clean up directions for install Python 2 and 3 and Python extensions on ...
Diffstat (limited to 'docs/latexindex.rst')
| -rw-r--r-- | docs/latexindex.rst | 40 |
1 files changed, 12 insertions, 28 deletions
diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 13ba61648..eb14f5076 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -1,3 +1,5 @@ +:orphan: + .. _latexindex: ========================= @@ -28,8 +30,8 @@ Narrative Documentation narr/introduction narr/install - narr/configuration narr/firstapp + narr/configuration narr/project narr/startup narr/router @@ -50,6 +52,7 @@ Narrative Documentation narr/vhosting narr/testing narr/resources + narr/hellotraversal narr/muchadoabouttraversal narr/traversal narr/security @@ -60,6 +63,8 @@ Narrative Documentation narr/extending narr/advconfig narr/extconfig + narr/scaffolding + narr/upgrading narr/threadlocals narr/zca @@ -71,42 +76,21 @@ Tutorials .. toctree:: :maxdepth: 1 - tutorials/wiki/index.rst tutorials/wiki2/index.rst + tutorials/wiki/index.rst tutorials/bfg/index.rst tutorials/modwsgi/index.rst -.. _api_reference: +.. _api_documentation: -API Reference -@@@@@@@@@@@@@ +API Documentation +@@@@@@@@@@@@@@@@@ .. toctree:: :maxdepth: 1 + :glob: - api/authorization - api/authentication - api/config - api/events - api/exceptions - api/httpexceptions - api/i18n - api/interfaces - api/location - api/paster - api/registry - api/renderers - api/request - api/response - api/scripting - api/security - api/settings - api/testing - api/threadlocal - api/traversal - api/url - api/view - api/wsgi + api/* .. backmatter:: |
