From f2ca2d7f04668017277b01447d877a8bdbf118d5 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Sat, 21 Apr 2018 13:54:36 -0400 Subject: [PATCH] expand and re-order documentation index (#779) * [docs] crank up maxdepth for the index page * [docs] move changelog to the end --- docs/index.rst | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e6f69442b4..1f001a8e2b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,33 +15,37 @@ Locust Documentation .. toctree :: - :maxdepth: 1 + :maxdepth: 4 what-is-locust installation quickstart .. toctree :: - :maxdepth: 2 + :maxdepth: 4 writing-a-locustfile .. toctree :: - :maxdepth: 1 + :maxdepth: 4 running-locust-distributed running-locust-without-web-ui .. toctree :: - :maxdepth: 1 - + :maxdepth: 4 + retrieving-stats testing-other-systems api extending-locust - changelog .. toctree :: - :maxdepth: 3 - + :maxdepth: 4 + third-party-tools + +.. toctree :: + :maxdepth: 4 + + changelog