X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/bafbd4f1c90f8b0077eb76e8329e6446279377fa..355802a7214e1ba0764b70bad0299641dbd634c2:/docs/index.txt diff --git a/docs/index.txt b/docs/index.txt new file mode 100644 index 0000000..84e0369 --- /dev/null +++ b/docs/index.txt @@ -0,0 +1,19 @@ +wradmin ++++++++ + +This is the main index page of your documentation. It should be written in +`reStructuredText format `_. + +You can generate your documentation in HTML format by running this command:: + + setup.py pudge + +For this to work you will need to download and install `buildutils`_, +`pudge`_, and `pygments`_. The ``pudge`` command is disabled by +default; to ativate it in your project, run:: + + setup.py addcommand -p buildutils.pudge_command + +.. _buildutils: http://pypi.python.org/pypi/buildutils +.. _pudge: http://pudge.lesscode.org/ +.. _pygments: http://pygments.org/