mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +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::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
base/index
|
||||
common/index
|
|
@ -7,8 +7,6 @@ Developers
|
|||
|
||||
contributing
|
||||
switches
|
||||
api/index
|
||||
testing/index
|
||||
taskoverview
|
||||
|
||||
.. 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
|
||||
changelog
|
||||
developers/index
|
||||
api/index
|
||||
testing/index
|
||||
|
||||
.. include:: ../README.rst
|
||||
|
|
|
@ -3,8 +3,9 @@ Testing
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
unit_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