From 8a489fdaccafc1d9216c27818eeb79497237a8b5 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Fri, 29 Sep 2023 18:17:16 +0200 Subject: [PATCH] Put the toc depth to 1 Signed-off-by: Johannes Mueller --- docs/reference.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference.rst b/docs/reference.rst index f35fc2b7..eafa380e 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -4,14 +4,14 @@ pyLife Reference General ------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 general/signal Stress ------ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 stress/index stress/equistress @@ -25,7 +25,7 @@ Stress Strength -------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 strength/fatigue strength/meanstress @@ -35,7 +35,7 @@ Strength Materiallaws ------------ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 materiallaws/hookeslaw materiallaws/rambgood @@ -45,7 +45,7 @@ Materiallaws Materialdata ------------ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 materialdata/woehler @@ -53,7 +53,7 @@ Materialdata Mesh utilities -------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 mesh/meshsignal mesh/hotspot @@ -63,7 +63,7 @@ Mesh utilities VMAP Interface -------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 vmap/vmap.rst vmap/vmap_import.rst @@ -72,7 +72,7 @@ VMAP Interface Utils ----- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 utils/functions utils/histogram