Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loader docs #50633

Merged
merged 29 commits into from
Dec 10, 2018
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4b096c1
Move all the module-development documentation into a single folder
AstraLuma Nov 26, 2018
5bfc6c6
Update reference to modules/index
AstraLuma Nov 26, 2018
125e46e
Add section on how modules get loaded, including giant table of names
AstraLuma Nov 26, 2018
d44f5ce
Rephrase footnote
AstraLuma Nov 26, 2018
65e4199
I feel like it should be up there
AstraLuma Nov 26, 2018
d4a8f7e
Remove some code from some links
AstraLuma Nov 26, 2018
205fea9
Some more revising
AstraLuma Nov 26, 2018
26468df
Add missing blank line
AstraLuma Nov 26, 2018
9d4b596
Merge branch '2017.7' into loader-docs
AstraLuma Nov 26, 2018
f647c1d
Fill in some missing modules
AstraLuma Nov 27, 2018
bed3509
Refactor, add a TOC
AstraLuma Nov 27, 2018
0dcd341
Possible horrific use of toctrees? maybe
AstraLuma Nov 27, 2018
53154a0
Oops, missed that
AstraLuma Nov 27, 2018
172d8c2
Refactor headings
AstraLuma Nov 27, 2018
40f9b16
Add missing module type sections
AstraLuma Nov 27, 2018
705e7e4
Add a bunch of cross linking
AstraLuma Nov 27, 2018
d06739a
Add short writeups for a bunch of systems.
AstraLuma Nov 27, 2018
3a9ab1b
Merge dunders into developing, expand to cover all dunders.
AstraLuma Nov 28, 2018
bd3796a
Update TOC
AstraLuma Nov 28, 2018
1bdd49d
Add more links and write some system summaries
AstraLuma Nov 30, 2018
98da110
Migrate Dynamic Module Distribution to Modular Systems.
AstraLuma Nov 30, 2018
374d0e9
Finish the last sections
AstraLuma Dec 1, 2018
9d59629
Merge branch '2017.7' into loader-docs
AstraLuma Dec 1, 2018
678958e
Editing
AstraLuma Dec 1, 2018
6294658
Merge remote-tracking branch 'origin/2017.7' into loader-docs
AstraLuma Dec 4, 2018
318ca48
Make a note to not import modules
AstraLuma Dec 4, 2018
7cb1a87
Add a quick index of loader-related settings
AstraLuma Dec 4, 2018
5ca1f8e
Typos
AstraLuma Dec 4, 2018
03e3168
whitelist_modules is linked via enable_whitelist_modules for some rea…
AstraLuma Dec 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/topics/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Developing Salt
:glob:

*
modules/index
extend/index
tests/*
raet/index
Expand Down
170 changes: 0 additions & 170 deletions doc/topics/development/modular_systems.rst

This file was deleted.

Loading