Commit Graph

5247 Commits

Author SHA1 Message Date
Ch3LL
1f01489017
Fix external_pillars documentation 2018-12-20 11:05:43 -05:00
Benjamin Drung
b1e6080329 doc: Fix reference to salt executors
sphinx shows a warning:

doc/topics/development/modules/index.rst:133: WARNING: undefined label:
all-salt_executors (if the link has no caption the label must precede a section
header)

The executors reference is called all-salt.executors (with a dot instead of an
underscore).

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2018-12-19 13:55:03 +01:00
Benjamin Drung
e48b3247c2 doc: Replace \xa0 (non-breaking space) by spaces
Creating the documentation produces a warning:

```
doc/topics/targeting/index.rst:90: WARNING: Could not lex literal_block as "yaml". Highlighting skipped.
```

Therefore replace the non-breaking spaces \xa0 by normal spaces.

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2018-12-19 13:55:03 +01:00
Ch3LL
512293fd93
Remove dunder_dictionaries.rst. Was added to modules/developing.rst 2018-12-14 12:55:39 -05:00
Ch3LL
89b4e096db
Merge branch '2017.7' into '2018.3'
Conflicts:
  - doc/topics/development/dunder_dictionaries.rst
  - salt/grains/core.py
  - salt/netapi/rest_tornado/saltnado.py
2018-12-14 11:15:48 -05:00
Jamie Bliss
03e31688a1
whitelist_modules is linked via enable_whitelist_modules for some reason? idk 2018-12-04 04:31:47 -05:00
Jamie Bliss
5ca1f8e2a5
Typos 2018-12-04 04:20:43 -05:00
Jamie Bliss
7cb1a87fe6
Add a quick index of loader-related settings 2018-12-04 02:08:39 -05:00
Jamie Bliss
318ca48127
Make a note to not import modules 2018-12-04 01:35:27 -05:00
Jamie Bliss
678958e559
Editing 2018-11-30 19:21:54 -05:00
Jamie Bliss
374d0e9745
Finish the last sections 2018-11-30 19:14:35 -05:00
Jamie Bliss
98da110be2
Migrate Dynamic Module Distribution to Modular Systems. 2018-11-30 18:21:12 -05:00
Jamie Bliss
1bdd49d43a
Add more links and write some system summaries 2018-11-29 22:49:39 -05:00
Mike Place
a5c7639ecb
Merge pull request #50657 from terminalmage/issue49392
Rewrite host.present state to allow for removal of entries not matching IP
2018-11-29 10:58:39 -07:00
Jamie Bliss
bd3796a9c2
Update TOC 2018-11-28 18:20:46 -05:00
Jamie Bliss
3a9ab1b5f5
Merge dunders into developing, expand to cover all dunders. 2018-11-28 17:53:14 -05:00
Erik Johnson
2ddb587e99
Add release notes for new "clean" option 2018-11-28 11:45:25 -06:00
Jamie Bliss
d06739a647
Add short writeups for a bunch of systems. 2018-11-26 22:25:23 -05:00
Jamie Bliss
705e7e460f
Add a bunch of cross linking 2018-11-26 21:37:32 -05:00
Jamie Bliss
40f9b16530
Add missing module type sections 2018-11-26 21:22:57 -05:00
Jamie Bliss
172d8c2902
Refactor headings 2018-11-26 20:56:43 -05:00
Jamie Bliss
53154a0fe0
Oops, missed that 2018-11-26 20:43:40 -05:00
Jamie Bliss
0dcd3419af
Possible horrific use of toctrees? maybe 2018-11-26 20:02:46 -05:00
Jamie Bliss
bed35095be
Refactor, add a TOC 2018-11-26 19:48:58 -05:00
Jamie Bliss
f647c1d74c
Fill in some missing modules 2018-11-26 19:33:12 -05:00
Jamie Bliss
26468dfc75
Add missing blank line 2018-11-26 18:21:16 -05:00
Jamie Bliss
205fea9cc3
Some more revising 2018-11-26 03:36:20 -05:00
Jamie Bliss
d4a8f7e47d
Remove some code from some links 2018-11-26 03:27:51 -05:00
Jamie Bliss
65e4199c25
I feel like it should be up there 2018-11-26 03:21:47 -05:00
Jamie Bliss
d44f5ce0fd
Rephrase footnote 2018-11-26 03:00:11 -05:00
Jamie Bliss
125e46ed65
Add section on how modules get loaded, including giant table of names 2018-11-26 02:59:16 -05:00
Jamie Bliss
5bfc6c6eeb
Update reference to modules/index 2018-11-26 02:58:56 -05:00
Jamie Bliss
4b096c1e86
Move all the module-development documentation into a single folder 2018-11-26 00:07:30 -05:00
Mike Place
807068d082
Typo fix 2018-11-20 09:42:48 -07:00
Mike Place
2ef8307a68
Typo fix 2018-11-20 09:42:30 -07:00
Mike Place
7c8957ac68
Typo fix
This was my fault in the original
2018-11-20 09:42:12 -07:00
Mike Place
b163380cb1
Add security credits to release notes 2018-11-19 12:12:33 -08:00
Ch3LL
178dab3a4b
Merge branch 2017.7 into 2018.3
Conflicts:
  - doc/topics/tutorials/salt_bootstrap.rst
  - tests/integration/cloud/clouds/test_digitalocean.py
2018-11-14 10:33:44 -05:00
Erik Johnson
cb256418a9
Fix header underline length to avoid another sphinx warning 2018-11-13 10:18:47 -06:00
Erik Johnson
9272f7b735
Fix more sphinx build errors 2018-11-13 09:56:42 -06:00
rallytime
d8e7c47a05
Merge branch '2017.7' into '2018.3'
Conflicts:
  - tests/support/case.py
2018-11-12 16:11:17 -05:00
rallytime
66b078c1ab
Update the bootstrap script documentation to point to bootstrap repo
This page is not updated very often and gets missed when various fixes/updates
go into the bootstrap script's repo. Instead of trying to maintain both pages,
the salt doc should have a general description with links to the bootstrap-repo
files.
2018-11-12 15:38:09 -05:00
rallytime
d2158aa0fa
Add bootstrap section to contributing docs
Fixes #34089
2018-11-08 16:03:19 -05:00
rallytime
e993692d01
Merge branch '2017.7' into '2018.3'
Conflicts:
  - salt/master.py
  - salt/transport/tcp.py
  - salt/transport/zeromq.py
  - tests/integration/cli/test_batch.py
2018-11-05 12:54:30 -05:00
rallytime
0621f7dd2e
Add a few more feature release codenames to the version_numbers doc 2018-11-02 12:15:53 -04:00
Nicole Thomas
f7c2f04574
Merge pull request #50182 from terminalmage/issue50050
Backport runtests.py modifications from develop to 2018.3
2018-10-29 12:25:06 -04:00
rallytime
897145c4a1
Merge branch '2017.7' into '2018.3'
No conflicts.
2018-10-24 15:54:15 -04:00
Ch3LL
896caa120f
Add 2016.11.10 release notes to 2018.3 branch 2018-10-24 11:08:38 -04:00
Ch3LL
1e3415860f
[2018.3.3] remove in progress and add security details 2018-10-24 10:31:16 -04:00
Ch3LL
71ee68b6f1
[2017.7.8] remove in progress and add security details 2018-10-24 10:27:39 -04:00