@@ -554,43 +554,33 @@ Acknowledgements
554
554
References
555
555
==========
556
556
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>`_
559
559
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>`_
562
562
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>`_
565
565
566
- .. [#] :pep:`215`: String Interpolation
566
+ * :pep:`215`: String Interpolation
567
567
568
- .. [#] :pep:`292`: Simpler String Substitutions
568
+ * :pep:`292`: Simpler String Substitutions
569
569
570
- .. [#] :pep:`3101`: Advanced String Formatting
570
+ * :pep:`3101`: Advanced String Formatting
571
571
572
- .. [#] :pep:`498`: Literal string formatting
572
+ * :pep:`498`: Literal string formatting
573
573
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>`_
576
576
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>`_
579
579
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/>`_
582
582
583
583
Copyright
584
584
=========
585
585
586
586
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