diff --git a/docs/index.rst b/docs/index.rst index fe5b9b82d9..5873910cd4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,10 +23,11 @@ Contents .. toctree:: :includehidden: - :maxdepth: 3 + :maxdepth: 6 user_guide/index plugins/index + tests/index user_guide/bugReport diff --git a/docs/tests/index.rst b/docs/tests/index.rst new file mode 100644 index 0000000000..85f00124c6 --- /dev/null +++ b/docs/tests/index.rst @@ -0,0 +1,13 @@ +.. _tests_general: + +Test Cases +=============================================================================== + +Contents +--------------------------------------------------------------------- + +.. toctree:: + :includehidden: + :maxdepth: 3 + + plugins/index \ No newline at end of file diff --git a/docs/tests/plugins/index.rst b/docs/tests/plugins/index.rst new file mode 100644 index 0000000000..ffd245d65c --- /dev/null +++ b/docs/tests/plugins/index.rst @@ -0,0 +1,16 @@ +.. _tests_plugins: + +Plugins Test Cases +=============================================================================== + +Contents +--------------------------------------------------------------------- + +.. toctree:: + :includehidden: + :maxdepth: 3 + +.. + add the path to each plugin test case here + example dac/dac_tests +