From ad5e63c1d3483ec51f6e96171cce268f11c965b0 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Mon, 22 Mar 2021 13:56:56 -0700 Subject: [PATCH] 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 --- docs/source/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 845efc3..98ad9ee 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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** + +.. toctree:: + :maxdepth: 2 + :hidden: + + api/index + datatypes + examples/index + dev + gridparms + about