David Boucha
3fbec595e1
add 0.17.4 windows installer links
2013-12-26 11:55:33 -07:00
Erik Johnson
7a4a457267
Better example for versionadded/versionchanged
...
This provides a more comprehensive example than the one I originally
added here.
2013-12-26 12:12:30 -06:00
Thomas S Hatch
bb363870c4
Merge pull request #9437 from gravyboat/develop
...
Master troubleshooting guide update regarding timeout.
2013-12-26 09:39:54 -08:00
Erik Johnson
c599c09760
Add explanation of versionadded/versionchanged to style guide
2013-12-26 04:15:58 -06:00
Forrest Alvarez
6ab38c7484
Updated the master troubleshooting doc with a note about modifying the timeout.
2013-12-26 04:01:19 +00:00
Erik Johnson
ddad8760a5
Add new pagerduty module/state to docs
2013-12-25 08:45:26 -06:00
Mark Lee
46ed25f195
Fix docs for the "Understanding State Ordering" tutorial
...
"code-block" directives require a blank line before them.
2013-12-24 19:41:58 -08:00
Joseph Hall
2ce4870993
Merge pull request #9430 from terminalmage/docs
...
Add new XMPP module/state to docs
2013-12-24 16:09:07 -08:00
Erik Johnson
4f6d448af5
Add new XMPP module/state to docs
2013-12-24 17:58:09 -06:00
Forrest Alvarez
8f746fe429
Added a line explaining that the user would need to re-establish their sessions as the user they modified the limits for in the master troubleshooting guide.
2013-12-24 23:55:08 +00:00
Joseph Hall
1beb6de194
Merge pull request #9428 from gravyboat/develop
...
Update to pkg state example, and master troubleshooting topic.
2013-12-24 15:48:31 -08:00
Forrest Alvarez
59aeca95d4
Updated the master troubleshooting docs with an example of modifying the limits.conf.
2013-12-24 23:43:36 +00:00
Seth House
07e3cd2864
Added date to release notes for recent salt versions
...
These dates were pulled out of the Git commit for the tag (with a Vim
macro). I didn't go back before we started tagging releases with
annotated tags since that would take some mailing list archaeology. Also
there might be a couple instances where the tag came plus or minus a day
or two from the announcement.
Closes #9426
2013-12-24 16:16:25 -07:00
Seth House
3bb46ee78f
Added note about not authenticating as root when using the PAM module
...
Closes #4046 , refs saltstack/halite#108 .
2013-12-23 20:26:18 -07:00
Erik Johnson
a625f75ce8
Fix line that was indented too far in code-block
2013-12-23 13:39:31 -06:00
Erik Johnson
a2271cb34c
Remove docs references to nzbget
...
This module was recently removed to salt-contrib.
2013-12-23 13:38:08 -06:00
Thomas S Hatch
53128b1a3b
Merge pull request #9407 from whiteinge/lit-docs
...
Add Sphinx directives for documenting YAML files
2013-12-23 09:29:22 -08:00
Erik Johnson
12c0df5123
Hide cmd.watch state alias from docs
2013-12-23 11:23:16 -06:00
Seth House
35d4b67fca
Output warning if file cannot be found
2013-12-23 06:42:04 -07:00
Seth House
9f7fab6df0
Moved LiterateCoding directives into Salt domain
2013-12-23 06:02:12 -07:00
Seth House
7be2045a63
Subclass to specifically handle documenting SLS files
2013-12-23 06:02:12 -07:00
Seth House
ddb438c711
Move helper functions into the class to allow future customization
2013-12-23 06:02:12 -07:00
Seth House
034f35b93f
Extended Sphinx domain with formula directives and roles
2013-12-23 06:02:12 -07:00
Seth House
9e22ca741a
Added styles for the literate-doc directive
2013-12-23 06:02:12 -07:00
Seth House
427bb75510
Wrap the literate-coding elements in a container
...
Needed for the necessary left-right styling.
2013-12-23 06:02:11 -07:00
Seth House
15589daf1c
Fixed docs template to not render sidebar div when no sidebars
2013-12-23 06:02:11 -07:00
Seth House
f2ad5b1bef
Remove sidebars for formula docs
2013-12-23 06:02:11 -07:00
Seth House
5f8df81d37
Added first stab at a literate-code style documentation directive
2013-12-23 06:02:11 -07:00
Forrest Alvarez
ef303d2807
Fixed a typo in the troubleshooting index, copied over some content from the index to both the master and the minion, and cleaned them up to be more relevant to each.
2013-12-23 05:43:58 +00:00
Joseph Hall
cc40351668
Update sentence describing the getting started guides
2013-12-21 19:12:47 -07:00
Erik Johnson
29ec37be33
Add quick paragraph about needing compiler
...
A compiler is required to build M2Crypto, this commit adds a short
paragraph as a reminder of this fact.
2013-12-21 11:45:21 -06:00
Forrest Alvarez
17c8af56c9
Made some more updates to the master and minion troubleshooting docs to get rid of errors.
2013-12-21 06:38:47 +00:00
Forrest Alvarez
b3c6c6b56e
Updated the contents.rst so it pulls in more info from the topics, added some preliminary data for the master/minion docs so it stops erroring, did not delete the relevant sections from the main index.
2013-12-21 06:19:45 +00:00
Seth House
a0ef5f7964
Updated doc title to reflect actual module name
...
Refs #9366
2013-12-20 15:35:28 -07:00
Thomas S Hatch
f2a8587940
Merge pull request #9377 from terminalmage/issue9363
...
Full rewrite of memcached state and execution module
2013-12-20 11:44:36 -08:00
Erik Johnson
180699ee7d
Hide alias functions from docs
2013-12-20 13:40:06 -06:00
Seth House
a3e3b89cb8
Merge pull request #9373 from MTecknology/develop
...
Added reactor documentation
2013-12-20 11:10:27 -08:00
Michael Lustfield
e9f500bcfe
Made two blocks into code blocks.
2013-12-20 12:40:13 -06:00
Michael Lustfield
66286c8a86
Added example for using the reactor system.
2013-12-20 12:26:25 -06:00
Michael Lustfield
8569a84f1c
Added information about eventlisten.py
2013-12-20 12:25:29 -06:00
Seth House
26edc398f7
Merge pull request #9367 from whiteinge/docs-client-interfaces
...
Document Salt's client interfaces (more better)
2013-12-19 22:03:26 -08:00
Seth House
6f22ac72a1
Fleshed out docs for each method in the various *Client() interfaces
2013-12-19 22:57:56 -07:00
Seth House
79ad988fef
Fleshed out the Python API docs
2013-12-19 21:40:43 -07:00
Seth House
f051ad477c
Added CloudClient to the Python API docs
2013-12-19 21:40:34 -07:00
Joseph Hall
a868cc0d71
Removing API docs, because they were really only meant for Halite
2013-12-19 17:47:34 -07:00
Joseph Hall
d70690dbcb
Add doc about using Salt Cloud from Salt
2013-12-19 15:35:48 -07:00
Forrest Alvarez
9429458ff9
updated globbing docs with an extra example
2013-12-19 06:23:00 +00:00
Forrest Alvarez
ac496b223f
Merge remote branch 'upstream/develop' into develop
2013-12-19 06:21:28 +00:00
Colton Myers
d61a93fde5
Document availability of templating variables, Fix #9261
2013-12-18 11:13:21 -07:00
Corey Quinn
58ac57c6af
Fixed ping to test as per Tom yelling at me in Salt Class
2013-12-17 14:07:37 -08:00