mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Add 'toctree' back into the index.rst file:
-without this command the outline on the left hand does not get generated -also had to add the ':hidden:' flag, so it's not displayed on the body of the page as well
This commit is contained in:
parent
1c542df215
commit
ad5e63c1d3
1 changed files with 11 additions and 0 deletions
|
@ -63,3 +63,14 @@ Questions -- Contact Us!
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Please feel free to reach out to us at our support email at **support-awips@unidata.ucar.edu**
|
Please feel free to reach out to us at our support email at **support-awips@unidata.ucar.edu**
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
api/index
|
||||||
|
datatypes
|
||||||
|
examples/index
|
||||||
|
dev
|
||||||
|
gridparms
|
||||||
|
about
|
||||||
|
|
Loading…
Add table
Reference in a new issue