PEP 501: Fix footnotes (#2715)
This commit is contained in:
parent
b9a70c2c14
commit
f74f32b030
42
pep-0501.txt
42
pep-0501.txt
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue