From 2778aa48aee05d1a32479bc099b61f8757e25056 Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Fri, 27 Nov 2020 11:38:26 +0100
Subject: [PATCH] docs: sync order between sections (#1254)

---
 doc/cpp/index.rst    | 2 +-
 doc/python/index.rst | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/cpp/index.rst b/doc/cpp/index.rst
index 347f4fc4..b7a7ee0c 100644
--- a/doc/cpp/index.rst
+++ b/doc/cpp/index.rst
@@ -17,10 +17,10 @@ A :cpp:type:`arb::recipe` describes a model, and a :cpp:type:`arb::simulation` i
 
    recipe
    cell
-   cable_cell
    interconnectivity
    hardware
    domdec
    simulation
    profiler
    neuroml
+   cable_cell
diff --git a/doc/python/index.rst b/doc/python/index.rst
index 2be8f489..f9cf4589 100644
--- a/doc/python/index.rst
+++ b/doc/python/index.rst
@@ -42,12 +42,12 @@ These details are described and examples are given in the next sections :ref:`py
 
    recipe
    cell
-   cable_cell
-   morphology
-   labels
-   mechanisms
    interconnectivity
    hardware
    domdec
    simulation
    profiler
+   cable_cell
+   morphology
+   labels
+   mechanisms
-- 
GitLab