Split documentation in multiple pages.

This commit is contained in:
Simon Conseil
2013-08-03 17:04:23 +02:00
parent a672fcaffa
commit 9384ad5589
7 changed files with 372 additions and 359 deletions

12
docs/configuration.rst Normal file
View File

@@ -0,0 +1,12 @@
===============
Configuration
===============
The configuration must be set in a ``sigal.conf.py`` file in the current
directory. It can also be specified with the ``-c`` flag. An example file with
explanations on the settings is available in ``sigal/templates/sigal.conf.py``
and is shown below. This file is copied to the current directory with the
``sigal init`` commmand.
.. literalinclude:: ../sigal/templates/sigal.conf.py
:language: python