diff --git a/doc/contents.rst b/doc/contents.rst new file mode 100644 index 000000000..79bd35fed --- /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 79bd35fed..85300d36c 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