Commit Graph

21 Commits

Author SHA1 Message Date
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
rallytime
9fe67a34c2 Make ZMQ 4 installation docs for ubuntu more clear
References #18476
2014-12-01 11:48:17 -07:00
Erik Johnson
8c80efd8eb Add info on upgrading to ZeroMQ 4 2014-10-08 16:56:28 -05:00
Erik Johnson
57096ca59c Convert double-colon to code-block 2014-07-14 12:37:13 -05:00
Mike Place
2637fc689f Docs build cleanly! Yay! 2014-02-26 13:32:33 -07:00
Erik Johnson
cf365f77cd Convert shell command examples to bash code-block
This commit modifes a number of files which have command-line examples
so that the code-block directive is used. This provides more
visually-appealing syntax highlighting.

More commits like this will follow, this commit is part of an overall
documentation audit that I am performing.
2013-08-10 21:55:51 -05:00
Erik Johnson
80f615ed9c Further clarification on add-apt-repository
The change made in 1e831ad was not entirely accurate. This commit gives
more detail, providing a better explanation.
2013-06-30 18:05:29 -05:00
Erik Johnson
1e831ada42 Documentation fix
This fixes #5827 by specifying the proper name for the software package
which provides add-apt-repository. It may have at one point been called
software-properties-common, but Ubuntu's package search page has
packages going back to 10.04 LTS showing add-apt-repository in the
python-software-properties package.
2013-06-30 16:39:23 -05:00
Frank
5c751743bb Update ubuntu.rst
The `software-properties-common` package is required to be able to do `add-apt-repository` and not the mentioned `python-software-properties`.
2013-04-19 20:59:57 +03:00
Thomas S Hatch
dd3598eafe Minor edits from #4184
@h3, thanks for the docs update, we greatly appreciate it! I just
changed the tense (we try to keep the docs third person - I know,
it still needs work). Keep it comming!
2013-03-20 22:15:42 -06:00
Maxime Haineault
7f1294f932 Update ubuntu documentation
add-apt-repository is not always present by default on Ubuntu systems. Updated the installation doc accordingly.
2013-03-20 23:23:55 -03:00
Sean Channel
8adee9532a both ways to add repo 2012-12-20 11:20:48 -08:00
Keith Edmunds
a4869208e9 Rework Linux and FreeBSD insatllation pages 2012-11-25 16:23:01 +00:00
Sean Channel
e22349b8cd eschew upstart style commands 2012-11-07 08:09:52 -08:00
Sean Channel
941b25cd9e add step to impport PPA key via wget / apt-key 2012-10-31 11:11:06 -07:00
Sean Channel
df550e83dc may as well do it here too 2012-10-25 12:29:10 -07:00
Sean Channel
671665eb24 separate actuall install commands 2012-10-25 12:27:12 -07:00
Sean Channel
c280d67945 cleanup ubuntu install 2012-10-25 12:09:07 -07:00
Ulrich Dangel
52dbc5d406 Update Debian installation documentation 2012-07-28 19:31:27 +02:00
Thomas S Hatch
b1c83e8115 Just Ubuntu 2012-07-05 16:06:45 -06:00
Thomas S Hatch
469866965f change Debian install notes to Ubuntu 2012-07-05 16:00:34 -06:00