diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-21 13:45:42 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-21 13:45:42 +0000 |
| commit | 35605d7eeed80fd02678f709e85cfe2341edca16 (patch) | |
| tree | 910eb91a045c6c98b9ec1ca195c9c9d37418c6d4 /docutils/tools/dev | |
| parent | b59783bd350f805751f03efb1793a1366929bfb8 (diff) | |
| download | docutils-35605d7eeed80fd02678f709e85cfe2341edca16.tar.gz | |
Update URLs in the docs.
Mostly http: -> https:, based on a patch by Adam Turner
Remove/update some dead links.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8959 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools/dev')
| -rwxr-xr-x | docutils/tools/dev/create_unimap.py | 4 | ||||
| -rw-r--r-- | docutils/tools/dev/generate_punctuation_chars.py | 2 | ||||
| -rwxr-xr-x | docutils/tools/dev/unicode2rstsubs.py | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docutils/tools/dev/create_unimap.py b/docutils/tools/dev/create_unimap.py index f1522cc8a..76b1cbc2f 100755 --- a/docutils/tools/dev/create_unimap.py +++ b/docutils/tools/dev/create_unimap.py @@ -7,7 +7,7 @@ # Call: create_unimap.py < unicode.xml > unicode_latex.py # # Get unicode.xml from -# <http://www.w3.org/2003/entities/xml/unicode.xml>. +# <https://www.w3.org/2003/entities/xml/unicode.xml>. from xml.dom import minidom import sys @@ -65,7 +65,7 @@ print('# Copyright: This file has been placed in the public domain.') print('') print('# This is a mapping of Unicode characters to LaTeX equivalents.') print('# The information has been extracted from') -print('# <http://www.w3.org/2003/entities/xml/unicode.xml>, written by') +print('# <https://www.w3.org/2003/entities/xml/unicode.xml>, written by') print('# David Carlisle and Sebastian Rahtz.') print('#') print('# The extraction has been done by the "create_unimap.py" script') diff --git a/docutils/tools/dev/generate_punctuation_chars.py b/docutils/tools/dev/generate_punctuation_chars.py index 8d5838fa0..30b503cf2 100644 --- a/docutils/tools/dev/generate_punctuation_chars.py +++ b/docutils/tools/dev/generate_punctuation_chars.py @@ -132,7 +132,7 @@ def match_chars(c1, c2): # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # For details about Unicode categories, see -# http://www.unicode.org/Public/5.1.0/ucd/UCD.html#General_Category_Values +# https://www.unicode.org/Public/5.1.0/ucd/UCD.html#General_Category_Values # :: unicode_punctuation_categories = { diff --git a/docutils/tools/dev/unicode2rstsubs.py b/docutils/tools/dev/unicode2rstsubs.py index 729d4ad67..5727a1cf0 100755 --- a/docutils/tools/dev/unicode2rstsubs.py +++ b/docutils/tools/dev/unicode2rstsubs.py @@ -16,7 +16,7 @@ wide-Unicode characters in the set. The input file, unicode.xml, is maintained as part of the MathML 2 Recommentation XML source, and is available from -<http://www.w3.org/2003/entities/xml/>. +<https://www.w3.org/2003/entities/xml/>. """ import sys @@ -67,7 +67,7 @@ class CharacterEntitySetExtractor(object): header = """\ .. This data file has been placed in the public domain. .. Derived from the Unicode character mappings available from - <http://www.w3.org/2003/entities/xml/>. + <https://www.w3.org/2003/entities/xml/>. Processed by unicode2rstsubs.py, part of Docutils: <https://docutils.sourceforge.io>. """ |
