Thomas S Hatch
99e2b56d68
Merge pull request #4458 from joehealy/fix_man_typos2
...
Fixed typos
2013-04-10 10:36:46 -07:00
Joe Healy
07c4814a4e
Fixed typos
2013-04-11 02:00:20 +10:00
Erik Johnson
a0d0db6ed1
Add docs on installing w/easy_install
2013-04-07 17:05:31 -05:00
Joseph Hall
94a30a1169
Merge pull request #4406 from timhollinger/develop
...
Changed to 3rd person
2013-04-05 18:07:20 -07:00
Tim Hollinger
c773fc115c
Changed to 3rd person
...
Changed to 3rd person
2013-04-05 18:56:42 -06:00
Thomas S Hatch
2ff8e8ee20
Merge pull request #4403 from timhollinger/develop
...
minor fixes
2013-04-05 16:42:17 -07:00
Tim Hollinger
246a411178
minor change
...
s/to/as line 6
2013-04-05 17:41:39 -06:00
Tim Hollinger
50917223c2
minor fixes
...
Fixed Debian / Redhat httpd
2013-04-05 17:25:46 -06:00
Chris Rebert
878e63d331
fix terminology: "PEP 8" the doc; "pep8" the script
...
PEPs aren't normally referred to with a dash (e.g. "PEP-8"), but rather with a space.
(Note how PEPs cross-reference each other.)
"PEP-08" is completely nonstandard.
Python 2 PEPs run into the triple-digits; Python 3 PEPs are/were 4-digit (3xxx).
So padding it to 2 digits is completely weird.
2013-04-05 15:28:24 -07:00
Thomas S Hatch
440345db85
Merge pull request #4398 from timhollinger/develop
...
Improved readability, grammar
2013-04-05 13:55:11 -07:00
Tim Hollinger
96fa0c48f9
Changed to 3rd person
...
Changed to 3rd person
2013-04-05 14:52:51 -06:00
Colton Myers
f457c23683
Add link to issue from pep8
2013-04-05 14:29:48 -06:00
Colton Myers
a7b7c97506
Fix typos and add more clarification
2013-04-05 14:22:34 -06:00
Tim Hollinger
98ca53c218
Fixed 80 column width
...
Due to fussy programmers that still live with 1972 standards :P
2013-04-05 14:20:36 -06:00
Colton Myers
815be866d3
Add documentation to 'fix' pep8 and flake8
2013-04-05 14:11:32 -06:00
Tim Hollinger
164e3c796f
Improved readability, grammar
...
Swapped 'a' for 'an' where necessary. Changed verb agreement.
Uncluttered scentences.
2013-04-05 13:49:51 -06:00
Thomas S Hatch
9ea128050e
Last time I edit on github directly
2013-04-05 12:46:08 -06:00
Thomas S Hatch
1af88122ed
Add code_block decs
2013-04-05 12:45:12 -06:00
Thomas S Hatch
5e8ec2c9a7
Add indent style stuff
2013-04-05 12:43:00 -06:00
Tim Hollinger
f13aedfc2b
Improved readability, small grammar changes
...
swapped 'a' for 'an' where appropriate, fixed gramatical errors,
corrected verb agreement
2013-04-03 18:29:05 -06:00
David Boucha
bbf5cc7f46
Add a needed extra space so it works on cli
2013-03-31 13:21:29 -06:00
Seth House
7dad3f8c4d
Fixed uppercase on code-block directives
2013-03-29 13:04:09 -06:00
Thomas Kula
5c54783cf9
Change the documentation for how ext_pillar is called
...
Make it clear that the first argument passed is ``pillar``. Also
explain why it makes more sense to return a dictionary of just
the pillar values a particular ext_pillar module is changing or
adding, rather than returning the entire ``pillar`` dictionary.
Note: it isn't documented anywhere that you can use earlier pillar
dictionary values in an external pillar, although that is what the
code does.
2013-03-29 14:28:49 -04:00
Thomas Kula
0ae59dd809
Add documentation on writing external pillars
...
Explain how an ext_pillar module works, the conventions for how
and when things are called, and what to return.
The explanation of what pre-existing data is passed to
ext_pillar( pillar, ... ) is based on the current code --- I'm not
sure if the current code is a guarantee that it will happen this
way in the future.
2013-03-29 14:18:43 -04:00
David Boucha
12ed1ab9bf
Add links to 0.14.0 Salt Windows Installers
2013-03-24 22:37:57 -06:00
Erik Johnson
5b4df95b2b
Added notes on installing psutil via pip
...
Python header files are required, and may not be installed depending on
your distro. Added a paragraph mentioning this.
2013-03-24 11:51:51 -05:00
Zoran Simic
b6d361b9d1
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2013-03-21 23:08:38 -07:00
Zoran Simic
98b25c7f78
Fixed formatting in doc/topics/tests/index.rst
2013-03-21 23:07:41 -07:00
Thomas S Hatch
79848bc219
Start on 0.14.0 release notes
2013-03-21 15:23:05 -06:00
Thomas S Hatch
4d96f24ebc
Merge pull request #4186 from zsimic/develop
...
Fixed formatting in doc/topics/tests/index.rst
2013-03-21 07:04:02 -07:00
Zoran Simic
0508691e64
Fixed formatting in doc/topics/tests/index.rst
2013-03-21 00:07:42 -07: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
Thomas S Hatch
6cce655f84
Merge pull request #4184 from h3/patch-1
...
Update ubuntu documentation
2013-03-20 21:13:03 -07: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
Erik Johnson
57024a8461
Rename pkg.available_version to pkg.latest_version
...
See https://github.com/saltstack/salt/issues/4163#issuecomment-15211619
All refs have been updated, and each pkg provider now has
available_version as a function reference pointing to latest_version.
Sphinx docs also updated so that the available_version function
reference is hidden in the docs.
2013-03-20 21:09:15 -05:00
Sean Channel
4ab4ff4021
fix column alignment
2013-03-20 17:54:39 -07:00
Thomas S Hatch
6cac81fe80
Merge pull request #4182 from zsimic/develop
...
Making tests runnable on OSX
2013-03-20 16:26:22 -07:00
Zoran Simic
6d52cab067
Making tests runnable on OSX
2013-03-20 16:13:22 -07:00
Thomas Jackson
98a969b45e
Add minion data to the compound matcher
2013-03-20 12:56:38 -07:00
David Boucha
8318c698b1
Update Windows installer links
2013-03-19 19:50:38 -06:00
Gary Wilson Jr
bd499e5640
Fixed several minor misspellings and acronym capitalizations.
2013-03-18 16:42:57 -05:00
Gary Wilson Jr
8c39c1743a
Added a couple missing language specifiers for the code-block directive and switched a couple 'yaml' specifications to 'jinja' to get proper highlighting.
2013-03-18 16:42:56 -05:00
Gary Wilson Jr
3850e189e5
Corrected walkthrough path in doc reference.
2013-03-18 16:42:56 -05:00
Gary Wilson Jr
cc72ebb1fb
Fixed :doc: uses in the docs that were not rendering due to an extra space.
2013-03-18 16:42:56 -05:00
Thomas S Hatch
b03ca985c2
update the pillar walkthrough with the new get functions
2013-03-18 13:38:47 -06:00
Jeremiah Wuenschel
b58ea7aaed
Updating the output format for ping calls
...
A default installation no longer has JSON-style output
2013-03-16 16:30:57 -07:00
Thomas S Hatch
a91a12cbfb
doc fix for some links
2013-03-14 10:18:26 -06:00
Thomas S Hatch
e3cb131d8a
Add pillar walkthrough
2013-03-13 23:45:44 -06:00
Thomas S Hatch
7ad7a28acc
Add gitfs tutorial
2013-03-13 23:45:44 -06:00
Thomas S Hatch
d6ad39fd89
Add refs to walkthrough to new tutorials
2013-03-13 23:45:43 -06:00