From eee2aa339d00e60ce07db00c3a740524dac6f261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Tue, 29 Dec 2015 11:17:47 +0100 Subject: [PATCH] Link the documentation section. --- docs/settings.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/settings.rst b/docs/settings.rst index 0f7280fa..0adda992 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -44,7 +44,7 @@ Setting name (followed by default value, if any) =============================================================================== ===================================================================== ``AUTHOR`` Default author (put your name) ``DATE_FORMATS = {}`` If you manage multiple languages, you can set the date formatting - here. See the "Date format and locale" section below for details. + here. See the :ref:`date_format_and_locale` section below for details. ``USE_FOLDER_AS_CATEGORY = True`` When you don't specify a category in your post metadata, set this setting to ``True``, and organize your articles in subfolders, the subfolder will become the category of your post. If set to ``False``, @@ -373,6 +373,7 @@ Have a look at `the wikipedia page`_ to get a list of valid timezone values. .. _the wikipedia page: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones +.. _date_format_and_locale: Date format and locale ----------------------