From 6a9aa1dca8bf24739aa075671f4e6c2b8e742e03 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 28 Dec 2019 09:48:07 +0100 Subject: [PATCH] Remove duplicate datetime URL in Settings docs --- docs/settings.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 39982315..3ffe735e 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -645,7 +645,7 @@ Time and Date the language name (``lang`` metadata in your post content) as the key. In addition to the standard C89 strftime format codes that are listed in - `Python strftime documentation`_, you can use the ``-`` character between + `Python datetime documentation`_, you can use the ``-`` character between ``%`` and the format character to remove any leading zeros. For example, ``%d/%m/%Y`` will output ``01/01/2014`` whereas ``%-d/%-m/%Y`` will result in ``1/1/2014``. @@ -696,8 +696,6 @@ Time and Date .. [#] Default is the system locale. -.. _Python strftime documentation: https://docs.python.org/library/datetime.html#strftime-strptime-behavior - .. _locales on Windows: http://msdn.microsoft.com/en-us/library/cdax410z%28VS.71%29.aspx .. _locale(1): https://linux.die.net/man/1/locale