fix documentation

This commit is contained in:
Alexis Metaireau 2011-02-01 02:06:54 +00:00
commit cd9f672662

View file

@ -19,9 +19,10 @@ processed.
Here are the available settings. Please note that all the settings you put in Here are the available settings. Please note that all the settings you put in
this file will be passed to the templates as well. this file will be passed to the templates as well.
======================= =======================================================
======================== =======================================================
Setting name what it does ? Setting name what it does ?
======================= ======================================================= ======================== =======================================================
`AUTHOR` Default author (put your name) `AUTHOR` Default author (put your name)
`CATEGORY_FEED` Where to put the atom categories feeds. default is `CATEGORY_FEED` Where to put the atom categories feeds. default is
`feeds/%s.atom.xml`, where %s is the name of the `feeds/%s.atom.xml`, where %s is the name of the
@ -43,7 +44,8 @@ Setting name what it does ?
None (no rss) None (no rss)
`JINJA_EXTENSIONS` A list of any Jinja2 extensions you want to use. `JINJA_EXTENSIONS` A list of any Jinja2 extensions you want to use.
Default is no extensions (the empty list). Default is no extensions (the empty list).
`KEEP_OUTPUT_DIRECTORY` Keep the output directory and just update all the generated files. `KEEP_OUTPUT_DIRECTORY` Keep the output directory and just update all the
generated files.
Default is to delete the output directory. Default is to delete the output directory.
`MARKUP` A list of available markup languages you want to use. `MARKUP` A list of available markup languages you want to use.
For the moment, only available values are `rst` and `md`. For the moment, only available values are `rst` and `md`.
@ -70,7 +72,7 @@ Setting name what it does ?
`TRANSLATION_FEED` Where to put the RSS feed for translations. Default `TRANSLATION_FEED` Where to put the RSS feed for translations. Default
is feeds/all-%s.atom.xml where %s is the name of the is feeds/all-%s.atom.xml where %s is the name of the
lang. lang.
======================= ======================================================= ======================== =======================================================
Themes Themes
====== ======