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
Modules
each one handles a specific website and implement capabilities
+ Automated tests
+ tests all modules, make continuous integration
Core Library
provides all the features needed by modules
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
***************
|