More docs cleanup; add hint for the epub cover page

This commit is contained in:
Roland Meister
2013-06-07 20:48:14 +02:00
parent 2f5b7b8db1
commit cc909ab2a9
2 changed files with 9 additions and 5 deletions

View File

@@ -126,9 +126,7 @@ Google Analytics
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
some notes:
The following list gives some hints for the creation of epub files:
* Split the text into several files. The longer the individual HTML files are,
the longer it takes the ebook reader to render them. In extreme cases, the
@@ -162,6 +160,12 @@ some notes:
included. This sometimes applies to appendixes, e.g. the glossary or
the indices. You can add them with the :confval:`epub_post_files` option.
* The handling of the epub cover page differs from the reStructuredText
procedure which automatically resolves image paths and puts the images
into the ``_images`` directory. For the epub cover page put the image in the
:confval:`html_static_path` directory and reference it with its full path in
the :confval:`epub_cover` config option.
.. _Epubcheck: http://code.google.com/p/epubcheck/
.. _Calibre: http://calibre-ebook.com/
.. _FBreader: http://www.fbreader.org/

View File

@@ -180,10 +180,10 @@ Including content based on tags
parentheses (like ``html and (latex or draft)``) are supported.
The *format* and the *name* of the current builder (``html``, ``latex`` or
``text``) are always set as a tag [#]_. To make the distinction between
``text``) are always set as a tag [#]_. To make the distinction between
format and name explicit, they are also added with the prefix ``format_`` and
``builder_``, e.g. the epub builder defines the tags ``html``, ``epub``,
``format_html`` and ``builder_epub``.
``format_html`` and ``builder_epub``.
.. versionadded:: 0.6
.. versionchanged:: 1.2