Add warning for unusual chars in filenames. Closes #1199

This commit is contained in:
Roland Meister 2013-08-10 15:36:05 +02:00
parent 2f18f710f7
commit 88c72be190

View File

@ -194,6 +194,16 @@ The special document names (and pages generated for them) are:
documents or document-containing directories with such names. (Using ``_`` as
a prefix for a custom template directory is fine.)
.. warning::
Be careful with unusual characters in filenames. Some formats may interpret
these characters in unexpected ways:
* Do not user the colon ``:`` for HTML based formats. Links to other parts
may not work.
* Do not use the plus ``+`` for the ePub format. Some resources may not be
found.
.. rubric:: Footnotes