diff --git a/docs/README.rst b/docs/README.rst index 70c1f848..5d2067ac 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -1,22 +1,19 @@ Generate Documentation ----------------------- +====================== Requirements -++++++++++++ +------------ To generate documentation you need to install: - Python 2.x >= 2.5 - - jinja2 (http://jinja.pocoo.org/2/) - - docutils (http://docutils.sourceforge.net/) - - compass (http://compass-style.org/) - - compass-960-plugin (http://github.com/chriseppstein/compass-960-plugin) - - -Generate -++++++++ + - Sphinx (http://sphinx.pocoo.org/) + + +Generate html +------------- :: - $ ./buildweb.py + $ make html -Have a look in the file.py for configuration details. \ No newline at end of file +The command generates html document inside ``build/html`` dir. \ No newline at end of file