Fixes #354: Addressed PDF generation in the tutorial.

This commit is contained in:
Robert Lehmann 2011-10-06 14:52:54 +02:00
parent 608edd427c
commit b8873fe7b0

View File

@ -125,6 +125,12 @@ to run ::
to build HTML docs in the build directory you chose. Execute ``make`` without
an argument to see which targets are available.
.. admonition:: How do I generate PDF documents?
``make latexpdf`` runs the :mod:`LaTeX builder
<sphinx.builders.latex.LaTeXBuilder>` and readily invokes the pdfTeX
toolchain for you.
Documenting objects
-------------------