diff --git a/docs/source/_templates/indexcontent.html b/docs/source/_templates/indexcontent.html index 9ef9bae9..313fa457 100644 --- a/docs/source/_templates/indexcontent.html +++ b/docs/source/_templates/indexcontent.html @@ -33,6 +33,8 @@ represent features common to various websites

+ diff --git a/docs/source/guides/index.rst b/docs/source/guides/index.rst index e9b00f9d..f09a762b 100644 --- a/docs/source/guides/index.rst +++ b/docs/source/guides/index.rst @@ -11,3 +11,4 @@ Contents: module capability application + tests diff --git a/docs/source/guides/module.rst b/docs/source/guides/module.rst index f0d0984d..533f3cc9 100644 --- a/docs/source/guides/module.rst +++ b/docs/source/guides/module.rst @@ -420,6 +420,8 @@ To try running test of your module, launch:: $ tools/run_tests.sh example +For more informations, look at the :doc:`tests` guides. + Advanced topics ***************