Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 501: Fix footnotes #2715

Merged
merged 4 commits into from
Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 16 additions & 26 deletions pep-0501.txt
Original file line number Diff line number Diff line change
Expand Up @@ -554,43 +554,33 @@ Acknowledgements
References
==========

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

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

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

.. [#] :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
<https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated>`_

.. [#] 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)
<https://docs.microsoft.com/en-us/dotnet/api/system.iformattable>`_

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

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: