diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-28 14:06:55 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-28 14:06:55 -0400 |
| commit | 76a8affa6dde2d3b666023f727cb22909a386d50 (patch) | |
| tree | 1a904b7d60f55f9e13da9bb85237aab7c8c75b8d /docs | |
| parent | aeee0e7db14f0d68ffece459345f49d07233890f (diff) | |
| parent | bd0283d86c1afaa6df6f605ac6664b1233c8dd86 (diff) | |
| download | pyramid-76a8affa6dde2d3b666023f727cb22909a386d50.tar.gz pyramid-76a8affa6dde2d3b666023f727cb22909a386d50.tar.bz2 pyramid-76a8affa6dde2d3b666023f727cb22909a386d50.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 9 | ||||
| -rw-r--r-- | docs/latexindex.rst | 25 |
2 files changed, 9 insertions, 25 deletions
diff --git a/docs/Makefile b/docs/Makefile index c98fdc65e..12dc88bf8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -63,8 +63,13 @@ latex: cp _static/latex-note.png _build/latex @echo @echo "Build finished; the LaTeX files are in _build/latex." - @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \ - "run these through (pdf)latex." + @echo "Run \`make latexpdf' to build a PDF file from them." + +latexpdf: + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex + @echo "Running LaTeX files through pdflatex..." + $(MAKE) -C _build/latex all-pdf + @echo "pdflatex finished; the PDF file is in _build/latex." changes: mkdir -p _build/changes _build/doctrees diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 83641d8b3..08c3157b3 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -86,30 +86,9 @@ 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:: |
