diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-12-20 11:37:13 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-12-20 11:37:13 +0100 |
commit | 08191be30a81ca5843c8f41a189c9d26d40d5f68 (patch) | |
tree | 93f4e50ba9287a9f27ca72bf05e0afeea5833b3d /user_guide_src/source/libraries/loader.rst | |
parent | 0823ed197254fbab0e6ceb0d0a9f237b315b313b (diff) |
User Guide Tuning
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups.
Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/libraries/loader.rst')
-rw-r--r-- | user_guide_src/source/libraries/loader.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/loader.rst b/user_guide_src/source/libraries/loader.rst index 107b3ece3..48ac6e174 100644 --- a/user_guide_src/source/libraries/loader.rst +++ b/user_guide_src/source/libraries/loader.rst @@ -18,8 +18,9 @@ can be libraries (classes) :doc:`View files <../general/views>`, <div class="custom-index container"></div> +********************** Application "Packages" -====================== +********************** An application package allows for the easy distribution of complete sets of resources in a single directory, complete with its own libraries, |