From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:06:53 +0000 (-0700) Subject: [3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329) X-Git-Tag: v3.12.0rc2~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92cbe739d42acde858e27d9c06524312dda7534e;p=thirdparty%2FPython%2Fcpython.git [3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329) Docs: Add link to skip to datetime's format codes (GH-108027) (cherry picked from commit 35cb1605d08a77f1c18bd476b26391acaaa35599) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index bed19ad145a2..400c369a9bb7 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -19,6 +19,10 @@ The :mod:`datetime` module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attribute extraction for output formatting and manipulation. +.. tip:: + + Skip to :ref:`the format codes `. + .. seealso:: Module :mod:`calendar` @@ -2322,6 +2326,8 @@ versus :meth:`strptime`: +----------------+--------------------------------------------------------+------------------------------------------------------------------------------+ + .. _format-codes: + :meth:`strftime` and :meth:`strptime` Format Codes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^