diff --git a/doc/en/_templates/globaltoc.html b/doc/en/_templates/globaltoc.html
index 25666d8db..4069e59eb 100644
--- a/doc/en/_templates/globaltoc.html
+++ b/doc/en/_templates/globaltoc.html
@@ -3,11 +3,11 @@
- Home
- Get started
- - Contents
- - API Reference
- Examples
- Customize
+ - API Reference
- 3rd party plugins
+ - Complete table of contents
- Changelog
- Contributing
- Backwards Compatibility
diff --git a/doc/en/contents.rst b/doc/en/contents.rst
index a439f1eda..1bcc7f12b 100644
--- a/doc/en/contents.rst
+++ b/doc/en/contents.rst
@@ -7,38 +7,65 @@ Full pytest documentation
.. `Download latest version as EPUB `_
+
+Start here
+-----------
+
.. toctree::
:maxdepth: 2
getting-started
+
+
+How-to guides
+-------------
+
+.. toctree::
+ :maxdepth: 2
+
usage
existingtestsuite
assert
- fixture
mark
monkeypatch
tmpdir
capture
- warnings
- doctest
skipping
parametrize
+ plugins
+ nose
+ bash-completion
+
+
+Reference guides
+-----------------
+
+.. toctree::
+ :maxdepth: 2
+
+ fixture
+ warnings
+ doctest
cache
unittest
- nose
xunit_setup
- plugins
plugin_list
writing_plugins
logging
+ customize
reference
+
+Further topics
+-----------------
+
+.. toctree::
+ :maxdepth: 2
+
goodpractices
flaky
pythonpath
- customize
example/index
- bash-completion
backwards-compatibility
deprecations