Few reStructuredText fixes/cleanups

This commit is contained in:
Baiju Muthukadan 2012-05-30 16:02:24 +05:30
parent 364db643b6
commit ada24af53c
4 changed files with 5 additions and 5 deletions

View file

@ -20,8 +20,8 @@ Full Table of Contents
topics/troubleshooting/index
topics/troubleshooting/yaml_idiosyncrasies
topics/community
topics/tutorials/standalone_minion.rst
topics/projects/index.rst
topics/tutorials/standalone_minion
topics/projects/index
ref/index
ref/modules/*

View file

@ -1,4 +1,4 @@
*===============
===============
State Providers
===============

View file

@ -265,7 +265,7 @@ and then use the minionswarm.py script in the tests directory to spin up
as many minions as you want. Remember, this is a fork bomb, don't spin up more
than your hardware can handle!
.. code-block::
.. code-block:: bash
# python minionswarm.py -m 20 --master salt-master

View file

@ -31,7 +31,7 @@ in depth how the data is laid out.
.. _`dictionaries`: http://docs.python.org/glossary.html#term-dictionary
.. _`lists`: http://docs.python.org/glossary.html#term-list
.. _`strings`: http://docs.python.org/library/stdtypes.html#typesseq
.. _`numbers: http://docs.python.org/library/stdtypes.html#numeric-types-int-float-long-complex
.. _`numbers`: http://docs.python.org/library/stdtypes.html#numeric-types-int-float-long-complex
Default Data - YAML
===================