salt/doc/ref
Seth House 51fa87c446 Change all state examples to use short-dec format for consistency
Closes #12419.

The command used to search the docs for state examples is below. This
generates a file in Vim's quickfix format that can be loaded with the -q
flag.

find . -type f \( -name '*.rst' -o -name '*.py' \) -print0
    | xargs -0 -P10 -n1 awk '
        BEGIN { RS=""; FS="\n" }
        { linenr = linect; linect += (NF + 1) }
        /^\s+[a-zA-Z0-9'\''_-]+:\n\s+[a-zA-Z0-9'\''_-]+:\n\s+- / {
            print FILENAME "|" linenr + 2 "|", $1
        }
    ' > ./salt-states.quickfix
2014-12-12 23:36:40 -07:00
..
auth/all Added generated templates for the new additions 2014-04-17 12:20:07 -06:00
cli Added salt-unity manpages 2014-09-13 12:56:25 -06:00
clients Renamed call_func to cmd for consistency; made compat alias 2014-07-24 16:08:30 -06:00
clouds/all Add aliyun to toctree 2014-06-09 11:04:31 -05:00
configuration Add further clarification that gitfs auth is pygit2-only 2014-10-19 17:01:13 -05:00
file_server Added link target for the module sync system 2014-06-09 19:31:38 -06:00
internals Remove reference to nonexistant page 2014-06-09 11:06:06 -05:00
modules Improve formatting 2014-09-23 20:58:26 -05:00
netapi/all Clean up doc build so it doesn't stacktrace 2014-11-25 15:11:15 -07:00
output/all Add newline_values_only outputter to toctree 2014-08-07 19:25:03 -05:00
pillar Added generated new module docs 2014-07-24 15:56:19 -06:00
renderers Added generated new module docs 2014-07-24 15:56:19 -06:00
returners Added generated new module docs 2014-07-24 15:56:19 -06:00
roster/all Added roster modules to the documentation 2014-06-30 14:01:48 -06:00
runners Added generated new module docs 2014-07-24 15:56:19 -06:00
states Change all state examples to use short-dec format for consistency 2014-12-12 23:36:40 -07:00
tops Add ref/tops/all/salt.tops.reclass_adapter.rst 2013-07-18 12:29:32 -05:00
wheel/all Added generated templates for the new additions 2014-04-17 12:20:07 -06:00
clientacl.rst Fixed ping to test as per Tom yelling at me in Salt Class 2013-12-17 14:07:37 -08:00
index.rst Fix sphinx build error 2014-09-17 18:00:18 -05:00
peer.rst Added ref anchor for peer docs 2014-02-27 19:38:57 -07:00
python-api.rst Quiet Sphinx warning for deprecated Python API doc 2013-08-15 16:15:49 -06:00