8000 PEP 501: Fix footnotes (#2715) · python/peps@f74f32b · GitHub
[go: up one dir, main page]

Skip to content

Commit f74f32b

Browse files
authored
PEP 501: Fix footnotes (#2715)
1 parent b9a70c2 commit f74f32b

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

pep-0501.txt

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -554,43 +554,33 @@ Acknowledgements
554554
References
555555
==========
556556

557-
.. [#] %-formatting
558-
(https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting)
557+
* `%-formatting
558+
<https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting>`_
559559

560-
.. [#] str.format
561-
(https://docs.python.org/3/library/string.html#formatstrings)
560+
* `str.format
561+
<https://docs.python.org/3/library/string.html#formatstrings>`_
562562

563-
.. [#] string.Template documentation
564-
(https://docs.python.org/3/library/string.html#template-strings)
563+
* `string.Template documentation
564+
<https://docs.python.org/3/library/string.html#template-strings>`_
565565

566-
.. [#] :pep:`215`: String Interpolation
566+
* :pep:`215`: String Interpolation
567567

568-
.. [#] :pep:`292`: Simpler String Substitutions
568+
* :pep:`292`: Simpler String Substitutions
569569

570-
.. [#] :pep:`3101`: Advanced String Formatting
570+
* :pep:`3101`: Advanced String Formatting
571571

572-
.. [#] :pep:`498`: Literal string formatting
572+
* :pep:`498`: Literal string formatting
573573

574-
.. [#] FormattableString and C# native string interpolation
575-
(https://msdn.microsoft.com/en-us/library/dn961160.aspx)
574+
* `FormattableString and C# native string interpolation
575+
<https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated>`_
576576

577-
.. [#] IFormattable interface in C# (see remarks for globalization notes)
578-
(https://msdn.microsoft.com/en-us/library/system.iformattable.aspx)
577+
* `IFormattable interface in C# (see remarks for globalization notes)
578+
<https://docs.microsoft.com/en-us/dotnet/api/system.iformattable>`_
579579

580-
.. [#] Running external commands in Julia
581-
(http://julia.readthedocs.org/en/latest/manual/running-external-programs/)
580+
* `Running external commands in Julia
581+
<https://docs.julialang.org/en/v1/manual/running-external-programs/>`_
582582

583583
Copyright
584584
=========
585585

586586
This document has been placed in the public domain.
587-
588-
589-
..
590-
Local Variables:
591-
mode: indented-text
592-
indent-tabs-mode: nil
593-
sentence-end-double-space: t
594-
fill-column: 70
595-
coding: utf-8
596-
End:

0 commit comments

Comments
 (0)
0