mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Few reStructuredText fixes/cleanups
This commit is contained in:
parent
364db643b6
commit
ada24af53c
4 changed files with 5 additions and 5 deletions
|
@ -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/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
*===============
|
||||
===============
|
||||
State Providers
|
||||
===============
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
===================
|
||||
|
|
Loading…
Add table
Reference in a new issue