From 5bd65bda3fefb6aeec47962120457fc1b68ff2d9 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Fri, 29 Mar 2024 12:17:02 -0700 Subject: [PATCH] limit depth of toctrees --- docs/examples.rst | 1 + docs/gettingstarted.rst | 1 + docs/tutorials.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/examples.rst b/docs/examples.rst index 2088c92b..9f4783a2 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -4,5 +4,6 @@ Examples Some examples of how to use the TAPE package are provided in these notebooks. .. toctree:: + :maxdepth: 1 Use Lomb–Scargle Periodograms for SDSS Stripe 82 RR Lyrae diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index c67322c2..03d043f2 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -6,6 +6,7 @@ we encourage you to open an issue on the `TAPE github repository `_. .. toctree:: + :maxdepth: 1 Installing TAPE Quickstart Guide \ No newline at end of file diff --git a/docs/tutorials.rst b/docs/tutorials.rst index 4f0ffcac..e8566850 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -5,6 +5,7 @@ These pages contain a set of tutorial notebooks for working through core and mor functionality. .. toctree:: + :maxdepth: 1 Loading Data into TAPE Working with the TAPE Ensemble object