From 7ff7e51fdd0e6a2e0181bfa82e195953f28d0f6b Mon Sep 17 00:00:00 2001 From: Jasper Berghoef Date: Tue, 24 Jan 2017 14:10:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9CContinue=20reading=E2=80=9D=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting_started.rst | 1 + docs/implementation.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 065376c..6531011 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -29,3 +29,4 @@ The Wagxperience app runs in the Wagtail CMS. You can find out more here_. python manage.py migrate +Continue reading: :doc:`implementation` diff --git a/docs/implementation.rst b/docs/implementation.rst index 2a7e719..22235f7 100644 --- a/docs/implementation.rst +++ b/docs/implementation.rst @@ -83,3 +83,5 @@ Below is the "Time rule" model included with the module, which offers more compl def __str__(self): return 'Time Rule' + +Continue reading: :doc:`usage_guide`