diff --git a/docs/architecture/index.rst b/docs/architecture/index.rst new file mode 100644 --- /dev/null +++ b/docs/architecture/index.rst @@ -0,0 +1,11 @@ +Architecture +============ + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + :titlesonly: + :hidden: + + architecture + mirror diff --git a/docs/getting-started-index.rst b/docs/getting-started-index.rst new file mode 100644 --- /dev/null +++ b/docs/getting-started-index.rst @@ -0,0 +1,14 @@ +Getting started +=============== + +.. this index file is used to force a hierarchy in the toctree, + even though these two files are in the same directory + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + :titlesonly: + :hidden: + + getting-started + developer-setup diff --git a/docs/index.rst b/docs/index.rst --- a/docs/index.rst +++ b/docs/index.rst @@ -171,9 +171,8 @@ :titlesonly: :hidden: - architecture - getting-started - developer-setup + getting-started-index + architecture/index contributing/index tutorials/index API documentation