Add cross-reference.

This commit is contained in:
Georg Brandl 2009-12-29 12:41:35 +01:00
parent 3d5ebe126f
commit e5561f9b1b
2 changed files with 7 additions and 5 deletions

View File

@ -67,9 +67,9 @@ The builder's "name" must be given to the **-b** command-line option of
.. class:: EpubBuilder
This builder produces the same output as the standalone HTML builder, but
also generates an *epub* file for ebook readers. See
`<http://www.idpf.org/specs.htm>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_
for the definition of the epub format.
also generates an *epub* file for ebook readers. See :ref:`epub-faq` for
details about it. For definition of the epub format, have a look at
`<http://www.idpf.org/specs.htm>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_.
Its name is ``epub``.

View File

@ -58,8 +58,10 @@ github pages
.. _xhtml to reST: http://docutils.sourceforge.net/sandbox/xhtml2rest/xhtml2rest.py
Epub
----
.. _epub-faq:
Epub info
---------
The epub builder is currently in an experimental stage. It has only been tested
with the Sphinx documentation itself. If you want to create epubs, here are