From ddc4f4bac74b1a800f8c90f403f870da1f4ad7e0 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 3 Sep 2014 14:33:13 +0200 Subject: [PATCH] Add references to the tests page --- docs/source/_templates/indexcontent.html | 2 ++ docs/source/guides/index.rst | 1 + docs/source/guides/module.rst | 2 ++ 3 files changed, 5 insertions(+) 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 ***************