From 3c484b06c7ca408042127c6adb148f1ec5e21ebb Mon Sep 17 00:00:00 2001 From: Brent Huisman <brenthuisman@users.noreply.github.com> Date: Mon, 8 Mar 2021 12:50:51 +0100 Subject: [PATCH] Make cpp cable cell subpages show up in toc (#1417) --- doc/cpp/cable_cell.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/cpp/cable_cell.rst b/doc/cpp/cable_cell.rst index f0618b6b..eab88668 100644 --- a/doc/cpp/cable_cell.rst +++ b/doc/cpp/cable_cell.rst @@ -3,6 +3,12 @@ Cable cells =========== +.. toctree:: + :maxdepth: 1 + + morphology + probe_sample + .. Warning:: The interface for building and modifying cable cell objects has changed significantly; some of the documentation below is @@ -264,9 +270,3 @@ Overriding properties locally TODO: using ``paint`` to specify electrical properties on subsections of the morphology. - -.. toctree:: - :maxdepth: 1 - - morphology - probe_sample -- GitLab