Megan Wilhite
864d4be0c3
Merge pull request #51770 from Ch3LL/doc_conf_2017
...
Update release versions for the 2017.7 branch
2019-02-25 09:11:22 -05:00
Alan Cugler
1f00c89fca
Added in python 3 server according to the consensus from #51748
2019-02-22 15:22:10 -06:00
Ch3LL
25d9ca24d7
Update release versions for the 2017.7 branch
2019-02-22 14:57:22 -05:00
Alan Cugler
bfb9d87af7
added the python3 command for startign the python http server.
2019-02-21 12:20:08 -06:00
Jamie Bliss
1945c30feb
Document the client-defined dunders
2019-01-17 15:28:59 -05:00
Daniel Wozniak
3f4759b8bf
Merge pull request #50923 from astronouth7303/patch-2
...
Document {% include %}
2019-01-15 09:39:11 -07:00
rallytime
43c39e7408
Add documentation to master config docs for job_cache_store_endtime
2018-12-24 14:22:25 -05:00
rallytime
887cd070ca
Add some salt-api options to the master config docs
2018-12-24 14:22:25 -05:00
rallytime
0d49746de8
Fix some formatting in master config docs
2018-12-24 14:22:24 -05:00
Jamie Bliss
4f631a6f8b
Document {% include %}
...
Mention that jinja includes need to use the full path and cannot use relative paths.
2018-12-19 16:11:28 -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
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
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
Erik Johnson
8127dd5bb4
Disable unused shorturls plugin
...
It was causing build errors when SPHINXOPTS=-W is used
2018-11-20 18:21:25 -06:00
Erik Johnson
8a2c08f683
Disable custom sphinx automodule
...
This causes a warning and doesn't provide a tangible benefit since we
have CLI examples for functions.
2018-11-13 13:25:58 -06:00
Nicole Thomas
accf681f08
Merge pull request #50480 from terminalmage/docs
...
Don't import obsolete Directive class from Sphinx
2018-11-12 17:46:18 -05:00
Erik Johnson
c34690e509
Don't import obsolete Directive class from Sphinx
...
Directive was apparently removed from Sphinx and made part of docutils.
For some reason, in this saltdomain extension, we were importing both
from docutils and sphinx. This worked well enough while Directive was
still only deprecated, but it appears to recently have been removed,
meaning that it now just causes an ImportError.
This commit removes the redundant import.
2018-11-12 14:54:38 -06: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
Nicole Thomas
c85561ee56
Merge pull request #50442 from rallytime/replace-docbanner
...
Update docbanner hyperlink
2018-11-08 17:10:32 -05:00
rallytime
193325d58a
Update docbanner hyperlink
2018-11-08 17:05:13 -05:00
Nicole Thomas
72005688e5
Merge pull request #50439 from rallytime/bootstrap-contributing-docs
...
Add bootstrap section to contributing docs
2018-11-08 16:53:08 -05:00
rallytime
2af92bd647
Update SaltConf doc banner
2018-11-08 16:42:29 -05:00
rallytime
d2158aa0fa
Add bootstrap section to contributing docs
...
Fixes #34089
2018-11-08 16:03:19 -05:00
rallytime
0621f7dd2e
Add a few more feature release codenames to the version_numbers doc
2018-11-02 12:15:53 -04:00
Ch3LL
f83460da62
change order of search engine ids
2018-10-25 16:47:46 -04:00
Ch3LL
bf3f21721e
Update search engine IDs for releases
2018-10-25 16:47:41 -04:00
Nicole Thomas
85e22d2f25
Merge pull request #50207 from Ch3LL/2update_version_doc_2017.7
...
Update release versions for the 2017.7 branch
2018-10-24 11:51:12 -04:00