summaryrefslogtreecommitdiff
path: root/docutils/docs/ref/rst
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:09:24 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:09:24 +0000
commit16c0d23ea9c5f65fc28fbf098a3f2dfd44c90d95 (patch)
treef7bc193b843056941dcab0e09c1474b1ef729f12 /docutils/docs/ref/rst
parent399402dcab96aec2f36cd66c5c72aa702cb9dd63 (diff)
downloaddocutils-16c0d23ea9c5f65fc28fbf098a3f2dfd44c90d95.tar.gz
Add/update link to time.strftime().
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8952 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref/rst')
-rw-r--r--docutils/docs/ref/rst/directives.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt
index bd997b947..66d422fbb 100644
--- a/docutils/docs/ref/rst/directives.txt
+++ b/docutils/docs/ref/rst/directives.txt
@@ -1368,7 +1368,7 @@ into the document as text. This directive may be used in substitution
definitions only.
The optional directive content is interpreted as the desired date
-format, using the same codes as Python's time.strftime function. The
+format, using the same codes as Python's `time.strftime()`__ function. The
default format is "%Y-%m-%d" (ISO 8601 date), but time fields can also
be used. Examples::
@@ -1379,6 +1379,8 @@ be used. Examples::
This document was generated on |date| at |time|.
+__ https://docs.python.org/3/library/time.html#time.strftime
+
---------------
Miscellaneous