From ec66b2079810e2a786e4263320c2d9ef884a103f Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Wed, 20 Nov 2019 12:55:19 +0100 Subject: [PATCH] Fix ToC for docs --- doc/contents.rst | 12 ++++++++++++ doc/index.rst | 13 +------------ 2 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 doc/contents.rst diff --git a/doc/contents.rst b/doc/contents.rst new file mode 100644 index 0000000000..79bd35fedb --- /dev/null +++ b/doc/contents.rst @@ -0,0 +1,12 @@ +Table of contents +================= + +.. toctree:: + :maxdepth: 3 + + user/index + admin/index + api/index + development/index + plugins/index + diff --git a/doc/index.rst b/doc/index.rst index 79bd35fedb..85300d36c8 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,12 +1 @@ -Table of contents -================= - -.. toctree:: - :maxdepth: 3 - - user/index - admin/index - api/index - development/index - plugins/index - +.. include:: contents.rst \ No newline at end of file