mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Add more specifics about building docs: where they get built, what markup, and where the main info is stored
This commit is contained in:
parent
e0d21d476b
commit
cc029ccc34
@ -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
|
||||
-------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user