fix issue with commands docs not being kept separate from programmer guide
This commit is contained in:
@ -89,10 +89,15 @@ Programmer Guide
|
|||||||
Modify
|
Modify
|
||||||
Developer
|
Developer
|
||||||
|
|
||||||
|
*****************
|
||||||
|
Command Reference
|
||||||
|
*****************
|
||||||
|
|
||||||
|
.. _command_reference:
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Index
|
:name: reference
|
||||||
:name: index
|
:maxdepth: 1
|
||||||
:hidden:
|
:caption: Command Reference
|
||||||
|
|
||||||
commands_list
|
commands_list
|
||||||
fixes
|
fixes
|
||||||
@ -118,7 +123,7 @@ Indices and tables
|
|||||||
.. admonition:: Web Browser Compatibility
|
.. admonition:: Web Browser Compatibility
|
||||||
|
|
||||||
The HTML version of the manual makes use of advanced features present
|
The HTML version of the manual makes use of advanced features present
|
||||||
int "modern" web browsers. This can lead to incompatibilities with older
|
in "modern" web browsers. This can lead to incompatibilities with older
|
||||||
web browsers (released more than 4 years ago) and specific vendor browsers
|
web browsers (released more than 4 years ago) and specific vendor browsers
|
||||||
(e.g. Internet Explorer on Windows; Microsoft Edge works well though)
|
(e.g. Internet Explorer on Windows; Microsoft Edge works well though)
|
||||||
where parts of the pages are not rendered as expected (e.g. the layout is
|
where parts of the pages are not rendered as expected (e.g. the layout is
|
||||||
|
|||||||
@ -35,6 +35,10 @@ hr {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#command-reference.section h2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ui.tabular.menu .item {
|
.ui.tabular.menu .item {
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user