Seth House
a97817abfa
Added note about Salt versions to formulas doc
2013-08-15 19:20:56 -06:00
Erik Johnson
ce9b2728a0
Add documentation on how the minion id is derived
2013-08-15 18:03:38 -05:00
Erik Johnson
177d4009a2
Cleanup docstrings in modjk state/module
...
Fixed spelling/grammar errors, improved formatting, and introduced links
to improve doc navigation.
2013-08-13 11:39:26 -05:00
Erik Johnson
4eaff920e9
Fix grammar, spelling, formatting in 0.16.2 release notes
...
55d9586
introduced some errors that needed to be corrected, this commit
corrects them.
2013-08-12 20:12:27 -05:00
Thomas S Hatch
01b7dd611e
Merge pull request #6649 from pille/patch-1
...
Update 0.16.2.rst for #6638
2013-08-12 16:51:44 -07:00
Erik Johnson
8eeaf6c90f
Link to 0.16.0 release notes from 0.16.2/0.16.3
...
The release notes for these two versions make mention of 0.16.0, so this
commit makes those into links for easier navigation.
2013-08-12 14:37:59 -05:00
Colton Myers
6d4064e355
Remove release note about osfinger (it was reverted in final release)
2013-08-12 13:15:04 -06:00
pille
55d9586d47
Update 0.16.2.rst
...
fixes #6638
2013-08-12 21:08:23 +02:00
Erik Johnson
9c63495e04
Formatting fixes
...
This completes the documentation audit begun in cf365f7
, using proper
backticks and :strong: tags to emphasize text, converting groups of
shell commands to bash code-block sections, etc. This also replaces the
use of \* with the easier-to-grok '*', which will hopefully reduce
confusion among new users.
2013-08-11 22:17:47 -05:00
David Boucha
18d574f269
Add link to amd64 installer. Fix version #s
2013-08-11 18:02:51 -06:00
David Boucha
70a3827273
Add win32 installer link to docs
2013-08-11 18:02:05 -06: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
36cc876450
add release notes for 0.16.3
2013-08-09 12:34:22 -05:00
Thomas S Hatch
cb3beb5e76
Minior changes to manage openstack expectations
2013-08-07 16:25:17 -06:00
Seth House
f0e7211893
Added initial documentation on Salt Formulas
2013-08-07 14:34:47 -06:00
Seth House
db4d7bcb59
Added rST anchors to pillar and GitFS for easy cross-referencing
2013-08-07 14:34:47 -06:00
Erik Johnson
4ce370b679
improve formatting in remote execution tutorial
2013-08-06 19:21:39 -05:00
Erik Johnson
02cd6d1868
Fix additional broken links
...
This takes care of the last of the warnings generated by sphinx when
building the HTML docs.
2013-08-03 23:35:50 -05:00
Erik Johnson
c78a06c833
Remove links to nonexistant pages
...
Would be good to write these eventually, but for now don't try linking
to them since they do not exist.
2013-08-03 19:12:09 -05:00
Erik Johnson
6e5eb5ad5b
Fix broken link in 0.16.2 release notes
2013-08-03 19:11:30 -05:00
Erik Johnson
beedffc62c
Added links, formatting fix for standalone minion docs
2013-08-03 18:54:30 -05:00
David Boucha
a99c8e721f
Add links to windows Salt 0.16.2 installers
2013-08-02 11:09:10 -06:00
Erik Johnson
7700966174
Merge pull request #6489 from terminalmage/docs
...
Replace references to 0.16.1 with 0.16.2
2013-08-01 18:11:38 -07:00
Erik Johnson
eb339ef1fa
Replace references to 0.16.1 with 0.16.2
2013-08-01 20:10:45 -05:00
Erik Johnson
ef9e7e5ab6
Merge pull request #6487 from s0undt3ch/features/doc-link-to-issues
...
Replace issue links with the `:issue:` extlink extension.
2013-08-01 17:56:53 -07:00
Erik Johnson
dbfc6448fa
Remove unnecessary question mark
2013-08-01 19:47:46 -05:00
Pedro Algarvio
87472875fe
Replace issue links with the :issue:
extlink extension.
2013-08-02 01:04:57 +01:00
Erik Johnson
8205940ff6
Fix RabbitMQ link in 0.16.2 release notes
2013-08-01 18:02:59 -05:00
Erik Johnson
38901bc110
Fix rst syntax in 0.16.2 release notes
2013-08-01 17:51:39 -05:00
Erik Johnson
61c30d3a50
Add fix for #6464 to 0.16.2 release notes
2013-08-01 16:20:15 -05:00
David Boucha
b3bff31a40
Add example of using expr_form
2013-08-01 14:29:49 -06:00
Erik Johnson
b2c960fadb
Add fix for #6471 to 0.16.2 release notes
2013-08-01 11:53:15 -05:00
Erik Johnson
f035d20b6a
Add additional bugfixes to 0.16.2 release notes
2013-08-01 10:09:55 -05:00
Erik Johnson
4ad4f2f751
Added a few more changes to 0.16.2 release notes
2013-07-31 23:09:36 -05:00
Erik Johnson
59a805607c
Add release notes for 0.16.2
2013-07-31 22:55:52 -05:00
Forrest
a860e5d002
Fixed a typo in pki minion information.
...
Modified path to properly reference the key location.
2013-07-29 22:35:28 -07:00
Erik Johnson
17d206b783
Punctuation fix in pillar docs
...
Sentence is missing a period at the end.
2013-07-29 19:56:06 -05:00
Erik Johnson
c3ca853582
Use double-colon to make cmdline example use PRE tag in docs
2013-07-28 18:06:37 -05:00
Jason Swindle
4c5da1347e
Updating Grains doc to show JINJA in Top file matching with grains.
2013-07-27 16:51:07 -05:00
Joseph Hall
16f28ca935
Merge pull request #6343 from go8ose/note-pillar-flat
...
Document how the pillar namespace is flattened.
2013-07-27 06:46:18 -07:00
Geoff Crompton
c0588d42db
Document how the pillar namespace is flattened.
2013-07-27 16:35:55 +10:00
Thomas S Hatch
45cb885301
Merge pull request #6331 from terminalmage/docs
...
Lots of docs on salt fileserver environments
2013-07-26 10:33:24 -07:00
Erik Johnson
a7110e9305
Add practical example
2013-07-26 12:13:32 -05:00
Geoff Crompton
a6b11e3424
Mention in pillar topic which version introduced pillar includes.
2013-07-26 20:28:10 +10:00
Erik Johnson
49839b72aa
Add a 4th step to the states tutorial
...
This adds a step showing how file roots can be used to "promote" states
from dev -> QA -> prod.
2013-07-25 20:41:21 -05:00
Seth House
1ad733a2c0
Added missing 's' in cross-reference
2013-07-23 16:07:03 -06:00
Pedro Algarvio
a91b6ae02c
Linked the dictionaries, strings, lists and numbers to the python documentation.
2013-07-23 21:42:33 +01:00
Pedro Algarvio
e23d1febee
The dot does not belong on the linked text.
2013-07-23 21:42:15 +01:00
Pedro Algarvio
4cf488e983
Link to dictionaries and integers on the python documentation.
2013-07-23 18:43:23 +01:00
Pedro Algarvio
c535854871
Link to the fnmatch
and re
modules.
2013-07-23 18:31:21 +01:00