Add more specifics about building docs: where they get built, what markup, and where the main info is stored

This commit is contained in:
Avi Marcus 2012-07-04 02:06:57 +03:00
parent e0d21d476b
commit cc029ccc34

View File

@ -42,6 +42,10 @@ Then::
cd doc; make html
- The docs then are built in the ``docs/_build/html/`` folder. If you make changes and want to see the results, ``make html`` again.
- The docs use ``reStructuredText`` for markup. See a live demo at http://rst.ninjs.org/
- The help information on each module or state is culled from the python code that runs for that piece. Find them in ``salt/modules/`` or ``salt/states/``
Getting the tests running
-------------------------