docs: Extract testing docs to their own TOC section

Fixes: #2422.
This commit is contained in:
Rafid Aslam
2016-12-06 18:17:05 +07:00
committed by showell
parent a9e2de09da
commit 0fbbadd303

View File

@@ -28,6 +28,7 @@ Contents:
* :ref:`dev-install-docs`
* :ref:`tutorial-docs`
* :ref:`code-docs`
* :ref:`code-testing`
* :ref:`system-docs`
.. _user-docs:
@@ -88,10 +89,22 @@ Contents:
git-guide
version-control
code-style
testing
mypy
code-reviewing
.. _code-testing:
.. toctree::
:maxdepth: 2
:caption: Code testing
testing
linters
testing-with-node
testing-with-django
testing-with-casper
manual-testing
.. _system-docs:
.. toctree::