From f74f32b030402eaacb57035346e9647b9d98b644 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 4 Aug 2022 11:41:52 +0300 Subject: [PATCH] PEP 501: Fix footnotes (#2715) --- pep-0501.txt | 42 ++++++++++++++++-------------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/pep-0501.txt b/pep-0501.txt index 65614613f..f368a54bd 100644 --- a/pep-0501.txt +++ b/pep-0501.txt @@ -554,43 +554,33 @@ Acknowledgements References ========== -.. [#] %-formatting - (https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting) +* `%-formatting + `_ -.. [#] str.format - (https://docs.python.org/3/library/string.html#formatstrings) +* `str.format + `_ -.. [#] string.Template documentation - (https://docs.python.org/3/library/string.html#template-strings) +* `string.Template documentation + `_ -.. [#] :pep:`215`: String Interpolation +* :pep:`215`: String Interpolation -.. [#] :pep:`292`: Simpler String Substitutions +* :pep:`292`: Simpler String Substitutions -.. [#] :pep:`3101`: Advanced String Formatting +* :pep:`3101`: Advanced String Formatting -.. [#] :pep:`498`: Literal string formatting +* :pep:`498`: Literal string formatting -.. [#] FormattableString and C# native string interpolation - (https://msdn.microsoft.com/en-us/library/dn961160.aspx) +* `FormattableString and C# native string interpolation + `_ -.. [#] IFormattable interface in C# (see remarks for globalization notes) - (https://msdn.microsoft.com/en-us/library/system.iformattable.aspx) +* `IFormattable interface in C# (see remarks for globalization notes) + `_ -.. [#] Running external commands in Julia - (http://julia.readthedocs.org/en/latest/manual/running-external-programs/) +* `Running external commands in Julia + `_ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: