mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Flatten docs structure
This commit is contained in:
parent
a7d5c93fa1
commit
7d0b9f5bc5
14 changed files with 8 additions and 6 deletions
|
@ -3,7 +3,8 @@ API
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
|
:hidden:
|
||||||
|
|
||||||
base/index
|
base/index
|
||||||
common/index
|
common/index
|
|
@ -7,8 +7,6 @@ Developers
|
||||||
|
|
||||||
contributing
|
contributing
|
||||||
switches
|
switches
|
||||||
api/index
|
|
||||||
testing/index
|
|
||||||
taskoverview
|
taskoverview
|
||||||
|
|
||||||
.. include:: ../../bootstrapvz/README.rst
|
.. include:: ../../bootstrapvz/README.rst
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
.. include:: ../../../tests/integration/README.rst
|
|
|
@ -1 +0,0 @@
|
||||||
.. include:: ../../../tests/unit/README.rst
|
|
|
@ -11,5 +11,7 @@
|
||||||
remote_bootstrapping
|
remote_bootstrapping
|
||||||
changelog
|
changelog
|
||||||
developers/index
|
developers/index
|
||||||
|
api/index
|
||||||
|
testing/index
|
||||||
|
|
||||||
.. include:: ../README.rst
|
.. include:: ../README.rst
|
||||||
|
|
|
@ -3,8 +3,9 @@ Testing
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
:hidden:
|
||||||
|
|
||||||
unit_tests
|
unit_tests
|
||||||
integration_tests
|
integration_tests
|
||||||
|
|
||||||
.. include:: ../../../tests/README.rst
|
.. include:: ../../tests/README.rst
|
1
docs/testing/integration_tests.rst
Normal file
1
docs/testing/integration_tests.rst
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.. include:: ../../tests/integration/README.rst
|
1
docs/testing/unit_tests.rst
Normal file
1
docs/testing/unit_tests.rst
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.. include:: ../../tests/unit/README.rst
|
Loading…
Add table
Reference in a new issue