diff options
| author | Georg Brandl <georg@python.org> | 2009-11-09 00:37:42 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-11-09 00:37:42 +0100 |
| commit | 9245fa9deaa43ce228d90f6a24af4822de66af1c (patch) | |
| tree | 951fb4b9bffc7b2479eb467b885f6ccacd80be05 /doc/faq.rst | |
| parent | 31d98460d0ce744f6633ec736c950158f95a1f70 (diff) | |
| parent | 4e8368b5ffb6b968daa114fec655ea34bacf82af (diff) | |
| download | sphinx-9245fa9deaa43ce228d90f6a24af4822de66af1c.tar.gz | |
merge with trunk
Diffstat (limited to 'doc/faq.rst')
| -rw-r--r-- | doc/faq.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index a26ae930..d429ba6f 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -9,6 +9,11 @@ suggest new entries! How do I... ----------- +... create PDF files without LaTeX? + You can use `rst2pdf <http://rst2pdf.googlecode.com>`_ version 0.12 or greater + which comes with built-in Sphinx integration. See the :ref:`builders` + section for details. + ... get section numbers? They are automatic in LaTeX output; for HTML, give a ``:numbered:`` option to the :dir:`toctree` directive where you want to start numbering. |
