diff options
87 files changed, 112 insertions, 112 deletions
diff --git a/docutils/BUGS.txt b/docutils/BUGS.txt index dc50c72ca..62b3bdbb2 100644 --- a/docutils/BUGS.txt +++ b/docutils/BUGS.txt @@ -121,7 +121,7 @@ __ http://svn.collab.net/viewcvs/svn/trunk/BUGS?view=markup .. _snapshot: http://docutils.sourceforge.net/#download .. _documentation: docs/ .. _FAQ: FAQ.html -.. _mailing list archives: http://docutils.sf.net/#mailing-lists +.. _mailing list archives: https://docutils.sourceforge.io/#mailing-lists .. _Docutils-users: docs/user/mailing-lists.html#docutils-users .. _SourceForge Bug Tracker: http://sourceforge.net/p/docutils/bugs/ diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt index 6d270abec..0c7d1a709 100644 --- a/docutils/FAQ.txt +++ b/docutils/FAQ.txt @@ -421,7 +421,7 @@ There are several, with various degrees of completeness. With no implied endorsement or recommendation, and in no particular order: * `Ian Bicking's experimental code - <http://docutils.sf.net/sandbox/ianb/wiki/Wiki.py>`__ + <https://docutils.sourceforge.io/sandbox/ianb/wiki/Wiki.py>`__ * `MoinMoin <http://moinmoin.wikiwikiweb.de/>`__ has some support; `here's a sample <http://moinmoin.wikiwikiweb.de/RestSample>`__ diff --git a/docutils/docs/dev/enthought-plan.txt b/docutils/docs/dev/enthought-plan.txt index 380161709..5c0d36587 100644 --- a/docutils/docs/dev/enthought-plan.txt +++ b/docutils/docs/dev/enthought-plan.txt @@ -9,7 +9,7 @@ :Copyright: 2004 by `Enthought, Inc. <http://www.enthought.com>`_ :License: `Enthought License`_ (BSD-style) -.. _Enthought License: http://docutils.sf.net/licenses/enthought.txt +.. _Enthought License: https://docutils.sourceforge.io/licenses/enthought.txt This document should be read in conjunction with the `Enthought API Documentation Tool RFP`__ prepared by Janet Swisher. @@ -55,7 +55,7 @@ the community will benefit from the end result, which will be great. All that's left now is to actually do the work! .. _PyCon 2004: http://pycon.org/dc2004/ -.. _reStructuredText: http://docutils.sf.net/rst.html +.. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _SciPy: http://www.scipy.org/ @@ -72,7 +72,7 @@ Development Plan .. _Epydoc: http://epydoc.sourceforge.net/ .. _HappyDoc: http://happydoc.sourceforge.net/ .. _PEP 258: - http://docutils.sf.net/docs/peps/pep-0258.html#python-source-reader + https://docutils.sourceforge.io/docs/peps/pep-0258.html#python-source-reader 2. Decide on a base platform. The best way to achieve Enthought's goals in a reasonable time frame may be to extend Epydoc or @@ -156,7 +156,7 @@ A section describing all of this will be added to the Docutils If another project is chosen as the base project, similar changes would be made to their files, subject to negotiation. -__ http://docutils.sf.net/COPYING.html +__ https://docutils.sourceforge.io/COPYING.html Proposed Changes to reStructuredText diff --git a/docutils/docs/dev/enthought-rfp.txt b/docutils/docs/dev/enthought-rfp.txt index 986f5604f..5fb72b390 100644 --- a/docutils/docs/dev/enthought-rfp.txt +++ b/docutils/docs/dev/enthought-rfp.txt @@ -10,7 +10,7 @@ :Copyright: 2004 by Enthought, Inc. :License: `Enthought License`_ (BSD Style) -.. _Enthought License: http://docutils.sf.net/licenses/enthought.txt +.. _Enthought License: https://docutils.sourceforge.io/licenses/enthought.txt The following is excerpted from the full RFP, and is published here with permission from `Enthought, Inc.`_ See the `Plan for Enthought diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt index d12bf9bd3..992744946 100644 --- a/docutils/docs/dev/policies.txt +++ b/docutils/docs/dev/policies.txt @@ -624,7 +624,7 @@ Some sandbox projects are destined to move to the Docutils core once completed. Others, such as add-ons to Docutils or applications of Docutils, may graduate to become `parallel projects`_. -.. _sandbox README: http://docutils.sf.net/sandbox/README.html +.. _sandbox README: https://docutils.sourceforge.io/sandbox/README.html .. _sandbox directory: http://sourceforge.net/p/docutils/code/HEAD/tree/trunk/sandbox/ diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt index 949d03a9c..4aa648049 100644 --- a/docutils/docs/dev/rst/alternatives.txt +++ b/docutils/docs/dev/rst/alternatives.txt @@ -2191,7 +2191,7 @@ syntax, this directive becomes low priority. As described in the FAQ__, no special syntax or directive is needed for this application. -__ http://docutils.sf.net/FAQ.html +__ https://docutils.sourceforge.io/FAQ.html #how-can-i-mark-up-a-faq-or-other-list-of-questions-answers @@ -3016,9 +3016,9 @@ character entities can be defined and used. `A set of character entity set definition files have been defined`__ (`tarball`__). There's also `a description and instructions for use`__. -__ http://docutils.sf.net/tmp/charents/ -__ http://docutils.sf.net/tmp/charents.tgz -__ http://docutils.sf.net/tmp/charents/README.html +__ https://docutils.sourceforge.io/tmp/charents/ +__ https://docutils.sourceforge.io/tmp/charents.tgz +__ https://docutils.sourceforge.io/tmp/charents/README.html To allow for `character-level inline markup`_, a limited form of character processing has been added to the spec and parser: escaped diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 168ebc230..552e854d6 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -64,7 +64,7 @@ Many of these are now handled by Sphinx_ * Plugin support. * Suitability for `Python module documentation - <http://docutils.sf.net/sandbox/README.html#documenting-python>`_. + <https://docutils.sourceforge.io/sandbox/README.html#documenting-python>`_. .. _Sphinx: http://www.sphinx-doc.org/ diff --git a/docutils/docs/dev/website.txt b/docutils/docs/dev/website.txt index 6851b30b8..b3acbf580 100644 --- a/docutils/docs/dev/website.txt +++ b/docutils/docs/dev/website.txt @@ -34,13 +34,13 @@ __ `Adding .txt Files`_ The docutils-update.local__ script is located at ``sandbox/infrastructure/docutils-update.local``. -__ http://docutils.sf.net/sandbox/infrastructure/docutils-update.local +__ https://docutils.sourceforge.io/sandbox/infrastructure/docutils-update.local If you want to share files via the web, you can upload them using the uploaddocutils.sh__ script (``sandbox/infrastructure/uploaddocutils.sh``). -__ http://docutils.sf.net/sandbox/infrastructure/uploaddocutils.sh +__ https://docutils.sourceforge.io/sandbox/infrastructure/uploaddocutils.sh Setting Up diff --git a/docutils/docs/howto/rst-directives.txt b/docutils/docs/howto/rst-directives.txt index 42e1618a2..16af02e15 100644 --- a/docutils/docs/howto/rst-directives.txt +++ b/docutils/docs/howto/rst-directives.txt @@ -427,4 +427,4 @@ of the ``contents`` directive in docutils.parsers.rst.directives.parts__. .. _transform: ../ref/transforms.html -__ http://docutils.sf.net/docutils/parsers/rst/directives/parts.py +__ https://docutils.sourceforge.io/docutils/parsers/rst/directives/parts.py diff --git a/docutils/docs/user/emacs.txt b/docutils/docs/user/emacs.txt index 0d890ffbd..51878890d 100644 --- a/docutils/docs/user/emacs.txt +++ b/docutils/docs/user/emacs.txt @@ -940,8 +940,8 @@ Most of the code has been modified, enhanced and extended by Stefan Merten who also is the current maintainer of ``rst.el``. .. _Emacs: http://www.gnu.org/software/emacs/emacs.html -.. _reStructuredText: http://docutils.sf.net/rst.html -.. _Docutils: http://docutils.sf.net/ +.. _reStructuredText: https://docutils.sourceforge.io/rst.html +.. _Docutils: https://docutils.sourceforge.io/ diff --git a/docutils/docs/user/latex.txt b/docutils/docs/user/latex.txt index 8af8821d6..7942b4721 100644 --- a/docutils/docs/user/latex.txt +++ b/docutils/docs/user/latex.txt @@ -1585,7 +1585,7 @@ Example: \marginpar cannot be used, e.g., inside floats, footnotes, or in frames made with the framed package (see marginnote_). -__ http://docutils.sf.net/docutils/docs/ref/rst/directives.html#sidebar +__ https://docutils.sourceforge.io/docutils/docs/ref/rst/directives.html#sidebar size of a pixel --------------- @@ -1842,7 +1842,7 @@ Example 2: \newcommand*{\DUtransition}{\vspace{2ex}} -__ http://docutils.sf.net/docutils/docs/ref/rst/restructuredtext.html#transitions +__ https://docutils.sourceforge.io/docutils/docs/ref/rst/restructuredtext.html#transitions .. _transition-stars.sty: ../../../sandbox/stylesheets/transition-stars.sty diff --git a/docutils/docs/user/links.txt b/docutils/docs/user/links.txt index 5700367e2..6b3e0be44 100644 --- a/docutils/docs/user/links.txt +++ b/docutils/docs/user/links.txt @@ -29,7 +29,7 @@ Editors Advanced text editors with reStructuredText support, IDEs, and docutils GUIs: -* Emacs `rst mode <http://docutils.sf.net/tools/editors/emacs>`__. +* Emacs `rst mode <https://docutils.sourceforge.io/tools/editors/emacs>`__. * `Vim <http://www.vim.org/index.php>`__: @@ -282,7 +282,7 @@ Convert other formats to reStructuredText: .. _PySource: https://docutils.sourceforge.io/sandbox/tibs/pysource/ .. _pysource_reader: https://docutils.sourceforge.io/sandbox/davidg/pysource_reader/ - .. _Python Source Reader: http://docutils.sf.net/docs/dev/pysource.html + .. _Python Source Reader: https://docutils.sourceforge.io/docs/dev/pysource.html Extensions @@ -329,9 +329,9 @@ Applications using docutils/reStructuredText and helper applications. * `Project Gutenberg`_ uses a customized version of Docutils with it's own xetex- and nroff-writer and epub generator. -.. _FAQ entry about Wikis: http://docutils.sf.net/FAQ.html +.. _FAQ entry about Wikis: https://docutils.sourceforge.io/FAQ.html #are-there-any-wikis-that-use-restructuredtext-syntax -.. _FAQ entry about Blogs: http://docutils.sf.net/FAQ.html +.. _FAQ entry about Blogs: https://docutils.sourceforge.io/FAQ.html #are-there-any-weblog-blog-projects-that-use-restructuredtext-syntax .. _Project Gutenberg: http://www.gutenberg.org diff --git a/docutils/docs/user/rst/cheatsheet.txt b/docutils/docs/user/rst/cheatsheet.txt index 1a3f3e27a..1cf4321e1 100644 --- a/docutils/docs/user/rst/cheatsheet.txt +++ b/docutils/docs/user/rst/cheatsheet.txt @@ -1,7 +1,7 @@ ===================================================== The reStructuredText_ Cheat Sheet: Syntax Reminders ===================================================== -:Info: See <http://docutils.sf.net/rst.html> for introductory docs. +:Info: See <https://docutils.sourceforge.io/rst.html> for introductory docs. :Author: David Goodger <goodger@python.org> :Date: $Date$ :Revision: $Revision$ @@ -52,10 +52,10 @@ Explicit Markup Examples (visible in the `text source`_) Footnote .. [1] Manually numbered or [#] auto-numbered (even [#labelled]) or [*] auto-symbol Citation .. [CIT2002] A citation. -Hyperlink Target .. _reStructuredText: http://docutils.sf.net/rst.html +Hyperlink Target .. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _indirect target: reStructuredText_ .. _internal target: -Anonymous Target __ http://docutils.sf.net/docs/ref/rst/restructuredtext.html +Anonymous Target __ https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html Directive ("::") .. image:: images/biohazard.png Substitution Def .. |substitution| replace:: like an inline directive Comment .. is anything else @@ -73,7 +73,7 @@ http://docutils.sourceforge.net; named reference, reStructuredText_; Directive Quick Reference ========================= -See <http://docutils.sf.net/docs/ref/rst/directives.html> for full info. +See <https://docutils.sourceforge.io/docs/ref/rst/directives.html> for full info. ================ ============================================================ Directive Name Description (Docutils version added to, in [brackets]) @@ -114,7 +114,7 @@ title Set the metadata document title [0.3.10] Interpreted Text Role Quick Reference ===================================== -See <http://docutils.sf.net/docs/ref/rst/roles.html> for full info. +See <https://docutils.sourceforge.io/docs/ref/rst/roles.html> for full info. ================ ============================================================ Role Name Description diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html index c265f0a7b..c6515fefa 100644 --- a/docutils/docs/user/rst/quickref.html +++ b/docutils/docs/user/rst/quickref.html @@ -165,8 +165,8 @@ <td>See <a href="#citations">Citations</a>. <tr valign="top"> - <td nowrap><samp>http://docutils.sf.net/</samp> - <td><a href="http://docutils.sf.net/">http://docutils.sf.net/</a> + <td nowrap><samp>https://docutils.sourceforge.io/</samp> + <td><a href="https://docutils.sourceforge.io/">https://docutils.sourceforge.io/</a> <td>A standalone hyperlink. </table> diff --git a/docutils/docs/user/slide-shows.txt b/docutils/docs/user/slide-shows.txt index aa7c1e130..58eb0e4fc 100644 --- a/docutils/docs/user/slide-shows.txt +++ b/docutils/docs/user/slide-shows.txt @@ -18,7 +18,7 @@ of the s5_html.py writer and the rst2s5.py front end. To view this document as a slide show see - http://docutils.sf.net/docs/user/slide-shows.s5.html (or `your + https://docutils.sourceforge.io/docs/user/slide-shows.s5.html (or `your local copy <slide-shows.s5.html>`__). .. contents:: @@ -986,7 +986,7 @@ That's All, Folks! .. class:: huge Further information: - http://docutils.sf.net + https://docutils.sourceforge.io Docutils users' mailing list: docutils-users@lists.sf.net diff --git a/docutils/docutils/core.py b/docutils/docutils/core.py index 035c310c0..d9035eba9 100644 --- a/docutils/docutils/core.py +++ b/docutils/docutils/core.py @@ -9,7 +9,7 @@ behavior. For custom behavior (setting component options), create custom component objects first, and pass *them* to ``publish_*``/`Publisher`. See `The Docutils Publisher`_. -.. _The Docutils Publisher: http://docutils.sf.net/docs/api/publisher.html +.. _The Docutils Publisher: https://docutils.sourceforge.io/docs/api/publisher.html """ __docformat__ = 'reStructuredText' @@ -318,7 +318,7 @@ command line used.""" % (__version__, default_usage = '%prog [options] [<source> [<destination>]]' default_description = ('Reads from <source> (default is stdin) and writes to ' '<destination> (default is stdout). See ' - '<http://docutils.sf.net/docs/user/config.html> for ' + '<https://docutils.sourceforge.io/docs/user/config.html> for ' 'the full reference.') def publish_cmdline(reader=None, reader_name='standalone', @@ -562,7 +562,7 @@ def publish_programmatically(source_class, source, source_path, Applications should not need to call this function directly. If it does seem to be necessary to call this function directly, please write to the Docutils-develop mailing list - <http://docutils.sf.net/docs/user/mailing-lists.html#docutils-develop>. + <https://docutils.sourceforge.io/docs/user/mailing-lists.html#docutils-develop>. Parameters: diff --git a/docutils/docutils/frontend.py b/docutils/docutils/frontend.py index ea269477e..1a4394b04 100644 --- a/docutils/docutils/frontend.py +++ b/docutils/docutils/frontend.py @@ -748,7 +748,7 @@ class ConfigParser(RawConfigParser): old_warning = """ The "[option]" section is deprecated. Support for old-format configuration files will be removed in Docutils 0.21 or later. Please revise your -configuration files. See <http://docutils.sf.net/docs/user/config.html>, +configuration files. See <https://docutils.sourceforge.io/docs/user/config.html>, section "Old-Format Configuration Files". """ diff --git a/docutils/docutils/languages/__init__.py b/docutils/docutils/languages/__init__.py index 561be4b7f..c556f7e88 100644 --- a/docutils/docutils/languages/__init__.py +++ b/docutils/docutils/languages/__init__.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # Internationalization details are documented in -# <http://docutils.sf.net/docs/howto/i18n.html>. +# <https://docutils.sourceforge.io/docs/howto/i18n.html>. """ This package contains modules for language-dependent features of Docutils. diff --git a/docutils/docutils/languages/af.py b/docutils/docutils/languages/af.py index 1fe561e99..87ab1234d 100644 --- a/docutils/docutils/languages/af.py +++ b/docutils/docutils/languages/af.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/ar.py b/docutils/docutils/languages/ar.py index 360557192..5f269b104 100644 --- a/docutils/docutils/languages/ar.py +++ b/docutils/docutils/languages/ar.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/ca.py b/docutils/docutils/languages/ca.py index 1661866e4..db3614cf6 100644 --- a/docutils/docutils/languages/ca.py +++ b/docutils/docutils/languages/ca.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/cs.py b/docutils/docutils/languages/cs.py index b33a54bf5..67d0fae8b 100644 --- a/docutils/docutils/languages/cs.py +++ b/docutils/docutils/languages/cs.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/da.py b/docutils/docutils/languages/da.py index c05a5dc5b..14c98083b 100644 --- a/docutils/docutils/languages/da.py +++ b/docutils/docutils/languages/da.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/de.py b/docutils/docutils/languages/de.py index 674f6566f..97b85bff9 100644 --- a/docutils/docutils/languages/de.py +++ b/docutils/docutils/languages/de.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/en.py b/docutils/docutils/languages/en.py index 410f70903..31dee12b5 100644 --- a/docutils/docutils/languages/en.py +++ b/docutils/docutils/languages/en.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/eo.py b/docutils/docutils/languages/eo.py index e57b1d4fc..8671a90e2 100644 --- a/docutils/docutils/languages/eo.py +++ b/docutils/docutils/languages/eo.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/es.py b/docutils/docutils/languages/es.py index bbefd272c..7e4a5e3f3 100644 --- a/docutils/docutils/languages/es.py +++ b/docutils/docutils/languages/es.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/fa.py b/docutils/docutils/languages/fa.py index a4f05cdf1..82a160797 100644 --- a/docutils/docutils/languages/fa.py +++ b/docutils/docutils/languages/fa.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/fi.py b/docutils/docutils/languages/fi.py index 546d0291f..f95208e78 100644 --- a/docutils/docutils/languages/fi.py +++ b/docutils/docutils/languages/fi.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/fr.py b/docutils/docutils/languages/fr.py index a3228b1f4..0164dc53d 100644 --- a/docutils/docutils/languages/fr.py +++ b/docutils/docutils/languages/fr.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/gl.py b/docutils/docutils/languages/gl.py index 40ba1bab5..0226b06c5 100644 --- a/docutils/docutils/languages/gl.py +++ b/docutils/docutils/languages/gl.py @@ -5,7 +5,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/he.py b/docutils/docutils/languages/he.py index 9fb57d4dc..fc3bdd3e0 100644 --- a/docutils/docutils/languages/he.py +++ b/docutils/docutils/languages/he.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/it.py b/docutils/docutils/languages/it.py index 726424742..d17e9a678 100644 --- a/docutils/docutils/languages/it.py +++ b/docutils/docutils/languages/it.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/ja.py b/docutils/docutils/languages/ja.py index 1b73a9461..e6587bfcf 100644 --- a/docutils/docutils/languages/ja.py +++ b/docutils/docutils/languages/ja.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/ko.py b/docutils/docutils/languages/ko.py index d1be965a3..2a5a42167 100644 --- a/docutils/docutils/languages/ko.py +++ b/docutils/docutils/languages/ko.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/lt.py b/docutils/docutils/languages/lt.py index 8259ea898..99d3cb1ef 100644 --- a/docutils/docutils/languages/lt.py +++ b/docutils/docutils/languages/lt.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/lv.py b/docutils/docutils/languages/lv.py index 83c4c19ca..8b544784f 100644 --- a/docutils/docutils/languages/lv.py +++ b/docutils/docutils/languages/lv.py @@ -2,7 +2,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/nl.py b/docutils/docutils/languages/nl.py index 6254ea942..204512992 100644 --- a/docutils/docutils/languages/nl.py +++ b/docutils/docutils/languages/nl.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/pl.py b/docutils/docutils/languages/pl.py index dfe86ecee..b6e17df32 100644 --- a/docutils/docutils/languages/pl.py +++ b/docutils/docutils/languages/pl.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/pt_br.py b/docutils/docutils/languages/pt_br.py index f4adfbbf6..c27a94d38 100644 --- a/docutils/docutils/languages/pt_br.py +++ b/docutils/docutils/languages/pt_br.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/ru.py b/docutils/docutils/languages/ru.py index 2f7cc96b6..eed76e6bb 100644 --- a/docutils/docutils/languages/ru.py +++ b/docutils/docutils/languages/ru.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/sk.py b/docutils/docutils/languages/sk.py index ad3f9c81a..3de048817 100644 --- a/docutils/docutils/languages/sk.py +++ b/docutils/docutils/languages/sk.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/sv.py b/docutils/docutils/languages/sv.py index 4010d6059..f16a18d9d 100644 --- a/docutils/docutils/languages/sv.py +++ b/docutils/docutils/languages/sv.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/zh_cn.py b/docutils/docutils/languages/zh_cn.py index e18ba7e75..b4ba1ef31 100644 --- a/docutils/docutils/languages/zh_cn.py +++ b/docutils/docutils/languages/zh_cn.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/languages/zh_tw.py b/docutils/docutils/languages/zh_tw.py index 3548da8e3..1c0837aa0 100644 --- a/docutils/docutils/languages/zh_tw.py +++ b/docutils/docutils/languages/zh_tw.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/__init__.py b/docutils/docutils/parsers/rst/__init__.py index 02016ea56..281a1d660 100644 --- a/docutils/docutils/parsers/rst/__init__.py +++ b/docutils/docutils/parsers/rst/__init__.py @@ -294,7 +294,7 @@ class Directive(object): """ # There is a "Creating reStructuredText Directives" how-to at - # <http://docutils.sf.net/docs/howto/rst-directives.html>. If you + # <https://docutils.sourceforge.io/docs/howto/rst-directives.html>. If you # update this docstring, please update the how-to as well. required_arguments = 0 diff --git a/docutils/docutils/parsers/rst/directives/tables.py b/docutils/docutils/parsers/rst/directives/tables.py index 6053d976c..4a01fc6e8 100644 --- a/docutils/docutils/parsers/rst/directives/tables.py +++ b/docutils/docutils/parsers/rst/directives/tables.py @@ -394,7 +394,7 @@ class ListTable(Table): """ Implement tables whose data is encoded as a uniform two-level bullet list. For further ideas, see - http://docutils.sf.net/docs/dev/rst/alternatives.html#list-driven-tables + https://docutils.sourceforge.io/docs/dev/rst/alternatives.html#list-driven-tables """ option_spec = {'header-rows': directives.nonnegative_int, diff --git a/docutils/docutils/parsers/rst/include/README.txt b/docutils/docutils/parsers/rst/include/README.txt index adee0c2ee..a51328fb3 100644 --- a/docutils/docutils/parsers/rst/include/README.txt +++ b/docutils/docutils/parsers/rst/include/README.txt @@ -13,5 +13,5 @@ See the documentation for the `"include" directive`__ and `reStructuredText Standard Definition Files`__ for details. -__ http://docutils.sf.net/docs/ref/rst/directives.html#include -__ http://docutils.sf.net/docs/ref/rst/definitions.html +__ https://docutils.sourceforge.io/docs/ref/rst/directives.html#include +__ https://docutils.sourceforge.io/docs/ref/rst/definitions.html diff --git a/docutils/docutils/parsers/rst/languages/__init__.py b/docutils/docutils/parsers/rst/languages/__init__.py index f99901243..35aed8543 100644 --- a/docutils/docutils/parsers/rst/languages/__init__.py +++ b/docutils/docutils/parsers/rst/languages/__init__.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # Internationalization details are documented in -# <http://docutils.sf.net/docs/howto/i18n.html>. +# <https://docutils.sourceforge.io/docs/howto/i18n.html>. """ This package contains modules for language-dependent features of diff --git a/docutils/docutils/parsers/rst/languages/af.py b/docutils/docutils/parsers/rst/languages/af.py index 792bfca21..70cd1b355 100644 --- a/docutils/docutils/parsers/rst/languages/af.py +++ b/docutils/docutils/parsers/rst/languages/af.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/ar.py b/docutils/docutils/parsers/rst/languages/ar.py index 69eff3e80..2edfdef94 100644 --- a/docutils/docutils/parsers/rst/languages/ar.py +++ b/docutils/docutils/parsers/rst/languages/ar.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/ca.py b/docutils/docutils/parsers/rst/languages/ca.py index 78159ec05..b487a561d 100644 --- a/docutils/docutils/parsers/rst/languages/ca.py +++ b/docutils/docutils/parsers/rst/languages/ca.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/cs.py b/docutils/docutils/parsers/rst/languages/cs.py index 55e037cfa..2bde6ec0e 100644 --- a/docutils/docutils/parsers/rst/languages/cs.py +++ b/docutils/docutils/parsers/rst/languages/cs.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/da.py b/docutils/docutils/parsers/rst/languages/da.py index 07c4d1f24..064f2ccb5 100644 --- a/docutils/docutils/parsers/rst/languages/da.py +++ b/docutils/docutils/parsers/rst/languages/da.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/de.py b/docutils/docutils/parsers/rst/languages/de.py index 16fcfbb12..518f1f76e 100644 --- a/docutils/docutils/parsers/rst/languages/de.py +++ b/docutils/docutils/parsers/rst/languages/de.py @@ -4,7 +4,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/en.py b/docutils/docutils/parsers/rst/languages/en.py index 0cbfc78d5..8a2348d0d 100644 --- a/docutils/docutils/parsers/rst/languages/en.py +++ b/docutils/docutils/parsers/rst/languages/en.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/eo.py b/docutils/docutils/parsers/rst/languages/eo.py index b47240c80..a88c9e41c 100644 --- a/docutils/docutils/parsers/rst/languages/eo.py +++ b/docutils/docutils/parsers/rst/languages/eo.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/es.py b/docutils/docutils/parsers/rst/languages/es.py index 392d559e4..ef5bc6914 100644 --- a/docutils/docutils/parsers/rst/languages/es.py +++ b/docutils/docutils/parsers/rst/languages/es.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/fa.py b/docutils/docutils/parsers/rst/languages/fa.py index 33c6d5c77..4d449b1b7 100644 --- a/docutils/docutils/parsers/rst/languages/fa.py +++ b/docutils/docutils/parsers/rst/languages/fa.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/fi.py b/docutils/docutils/parsers/rst/languages/fi.py index b2ee180aa..c38d5cb86 100644 --- a/docutils/docutils/parsers/rst/languages/fi.py +++ b/docutils/docutils/parsers/rst/languages/fi.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/fr.py b/docutils/docutils/parsers/rst/languages/fr.py index 8328e542a..e524f51a5 100644 --- a/docutils/docutils/parsers/rst/languages/fr.py +++ b/docutils/docutils/parsers/rst/languages/fr.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/gl.py b/docutils/docutils/parsers/rst/languages/gl.py index 1cb7af3b9..23a525695 100644 --- a/docutils/docutils/parsers/rst/languages/gl.py +++ b/docutils/docutils/parsers/rst/languages/gl.py @@ -5,7 +5,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/he.py b/docutils/docutils/parsers/rst/languages/he.py index c23f677e4..89b190cec 100644 --- a/docutils/docutils/parsers/rst/languages/he.py +++ b/docutils/docutils/parsers/rst/languages/he.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/ja.py b/docutils/docutils/parsers/rst/languages/ja.py index 6ca79a4c2..bf20a754b 100644 --- a/docutils/docutils/parsers/rst/languages/ja.py +++ b/docutils/docutils/parsers/rst/languages/ja.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/ko.py b/docutils/docutils/parsers/rst/languages/ko.py index 089c47e51..096751d17 100644 --- a/docutils/docutils/parsers/rst/languages/ko.py +++ b/docutils/docutils/parsers/rst/languages/ko.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/lt.py b/docutils/docutils/parsers/rst/languages/lt.py index b10c9484d..d5d81804b 100644 --- a/docutils/docutils/parsers/rst/languages/lt.py +++ b/docutils/docutils/parsers/rst/languages/lt.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/lv.py b/docutils/docutils/parsers/rst/languages/lv.py index 471d332ea..84b47888a 100644 --- a/docutils/docutils/parsers/rst/languages/lv.py +++ b/docutils/docutils/parsers/rst/languages/lv.py @@ -2,7 +2,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/nl.py b/docutils/docutils/parsers/rst/languages/nl.py index 3538e9de2..0052fa30a 100644 --- a/docutils/docutils/parsers/rst/languages/nl.py +++ b/docutils/docutils/parsers/rst/languages/nl.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/pl.py b/docutils/docutils/parsers/rst/languages/pl.py index 9cd7ddbf6..ee1fe0336 100644 --- a/docutils/docutils/parsers/rst/languages/pl.py +++ b/docutils/docutils/parsers/rst/languages/pl.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/pt_br.py b/docutils/docutils/parsers/rst/languages/pt_br.py index b0b116759..4c8a6ac59 100644 --- a/docutils/docutils/parsers/rst/languages/pt_br.py +++ b/docutils/docutils/parsers/rst/languages/pt_br.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/ru.py b/docutils/docutils/parsers/rst/languages/ru.py index 7591cdeed..e4492f726 100644 --- a/docutils/docutils/parsers/rst/languages/ru.py +++ b/docutils/docutils/parsers/rst/languages/ru.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/sk.py b/docutils/docutils/parsers/rst/languages/sk.py index 15a72bf49..86b6807f9 100644 --- a/docutils/docutils/parsers/rst/languages/sk.py +++ b/docutils/docutils/parsers/rst/languages/sk.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/sv.py b/docutils/docutils/parsers/rst/languages/sv.py index e4ee2017b..611457ea4 100644 --- a/docutils/docutils/parsers/rst/languages/sv.py +++ b/docutils/docutils/parsers/rst/languages/sv.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/zh_cn.py b/docutils/docutils/parsers/rst/languages/zh_cn.py index 007f75ff3..d45f3f35c 100644 --- a/docutils/docutils/parsers/rst/languages/zh_cn.py +++ b/docutils/docutils/parsers/rst/languages/zh_cn.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/parsers/rst/languages/zh_tw.py b/docutils/docutils/parsers/rst/languages/zh_tw.py index 739efba52..f5c010c67 100644 --- a/docutils/docutils/parsers/rst/languages/zh_tw.py +++ b/docutils/docutils/parsers/rst/languages/zh_tw.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/docutils/transforms/frontmatter.py b/docutils/docutils/transforms/frontmatter.py index d8be367bd..cdd1d8676 100644 --- a/docutils/docutils/transforms/frontmatter.py +++ b/docutils/docutils/transforms/frontmatter.py @@ -216,7 +216,7 @@ class DocTitle(TitlePromoter): This transform also sets the document's metadata title (document['title']). - .. _reStructuredText: http://docutils.sf.net/rst.html + .. _reStructuredText: https://docutils.sourceforge.io/rst.html """ default_priority = 320 @@ -355,9 +355,9 @@ class DocInfo(Transform): being expanded. Only the "RCSfile" keyword is stable; its expansion text changes only if the file name changes.) - .. _reStructuredText: http://docutils.sf.net/rst.html + .. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _reStructuredText Markup Specification: - http://docutils.sf.net/docs/ref/rst/restructuredtext.html + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html """ default_priority = 340 diff --git a/docutils/docutils/utils/punctuation_chars.py b/docutils/docutils/utils/punctuation_chars.py index 40727daf2..593efc186 100644 --- a/docutils/docutils/utils/punctuation_chars.py +++ b/docutils/docutils/utils/punctuation_chars.py @@ -39,7 +39,7 @@ import unicodedata "unicodedata" module of Python 2.7.13 (based on Unicode version 5.2.0). .. _inline markup recognition rules: - http://docutils.sf.net/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules """ openers = (u'"\'(<\\[{\u0f3a\u0f3c\u169b\u2045\u207d\u208d\u2329\u2768' diff --git a/docutils/docutils/utils/smartquotes.py b/docutils/docutils/utils/smartquotes.py index 57693d68b..74a8537ec 100644 --- a/docutils/docutils/utils/smartquotes.py +++ b/docutils/docutils/utils/smartquotes.py @@ -132,7 +132,7 @@ smartypants.py license (2-Clause BSD license): .. _SmartyPants: http://daringfireball.net/projects/smartypants/ .. _Movable Type: http://www.movabletype.org/ .. _2-Clause BSD license: https://opensource.org/licenses/BSD-2-Clause -.. _Docutils: http://docutils.sf.net/ +.. _Docutils: https://docutils.sourceforge.io/ Description =========== diff --git a/docutils/docutils/writers/html4css1/html4css1.css b/docutils/docutils/writers/html4css1/html4css1.css index e896f90de..737b8ac2f 100644 --- a/docutils/docutils/writers/html4css1/html4css1.css +++ b/docutils/docutils/writers/html4css1/html4css1.css @@ -5,7 +5,7 @@ Default cascading style sheet for the HTML output of Docutils. -See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to +See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. */ diff --git a/docutils/docutils/writers/s5_html/themes/default/slides.js b/docutils/docutils/writers/s5_html/themes/default/slides.js index 81e04e5d4..c793b5560 100644 --- a/docutils/docutils/writers/s5_html/themes/default/slides.js +++ b/docutils/docutils/writers/s5_html/themes/default/slides.js @@ -1,5 +1,5 @@ // S5 v1.1 slides.js -- released into the Public Domain -// Modified for Docutils (http://docutils.sf.net) by David Goodger +// Modified for Docutils (https://docutils.sourceforge.io) by David Goodger // // Please see http://www.meyerweb.com/eric/tools/s5/credits.html for // information about all the wonderful and talented contributors to this code! diff --git a/docutils/test/functional/expected/ui/default/slides.js b/docutils/test/functional/expected/ui/default/slides.js index 81e04e5d4..c793b5560 100644 --- a/docutils/test/functional/expected/ui/default/slides.js +++ b/docutils/test/functional/expected/ui/default/slides.js @@ -1,5 +1,5 @@ // S5 v1.1 slides.js -- released into the Public Domain -// Modified for Docutils (http://docutils.sf.net) by David Goodger +// Modified for Docutils (https://docutils.sourceforge.io) by David Goodger // // Please see http://www.meyerweb.com/eric/tools/s5/credits.html for // information about all the wonderful and talented contributors to this code! diff --git a/docutils/test/functional/expected/ui/small-black/slides.js b/docutils/test/functional/expected/ui/small-black/slides.js index d628dfeaf..02b6523e5 100644 --- a/docutils/test/functional/expected/ui/small-black/slides.js +++ b/docutils/test/functional/expected/ui/small-black/slides.js @@ -1,5 +1,5 @@ // S5 v1.1 slides.js -- released into the Public Domain -// Modified for Docutils (http://docutils.sf.net) by David Goodger +// Modified for Docutils (https://docutils.sourceforge.io) by David Goodger // // Please see http://www.meyerweb.com/eric/tools/s5/credits.html for // information about all the wonderful and talented contributors to this code! diff --git a/docutils/test/local_dummy_lang.py b/docutils/test/local_dummy_lang.py index c30ea219d..2c01769ce 100644 --- a/docutils/test/local_dummy_lang.py +++ b/docutils/test/local_dummy_lang.py @@ -3,7 +3,7 @@ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please -# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be +# read <https://docutils.sourceforge.io/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. diff --git a/docutils/test/test_readers/test_pep/test_inline_markup.py b/docutils/test/test_readers/test_pep/test_inline_markup.py index e8f2cd82f..1baa05acc 100755 --- a/docutils/test/test_readers/test_pep/test_inline_markup.py +++ b/docutils/test/test_readers/test_pep/test_inline_markup.py @@ -96,7 +96,7 @@ totest['miscellaneous'] = [ For *completeness*, _`let's` ``test`` **other** forms_ |of| `inline markup` [*]_. -.. [*] See http://docutils.sf.net/docs/ref/rst/restructuredtext.html. +.. [*] See https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html. """, """\ <document source="test data"> @@ -128,8 +128,8 @@ For *completeness*, _`let's` ``test`` **other** forms_ <footnote auto="*" ids="footnote-1"> <paragraph> See \n\ - <reference refuri="http://docutils.sf.net/docs/ref/rst/restructuredtext.html"> - http://docutils.sf.net/docs/ref/rst/restructuredtext.html + <reference refuri="https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html"> + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html . """], ] diff --git a/docutils/tools/dev/create_unimap.py b/docutils/tools/dev/create_unimap.py index 9bc7fa595..f1522cc8a 100755 --- a/docutils/tools/dev/create_unimap.py +++ b/docutils/tools/dev/create_unimap.py @@ -69,6 +69,6 @@ print('# <http://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') -print('# located at <http://docutils.sf.net/tools/dev/create_unimap.py>.') +print('# located at <https://docutils.sourceforge.io/tools/dev/create_unimap.py>.') print('') print('unicode_map = %s' % pprint.pformat(unicode_map, indent=0)) diff --git a/docutils/tools/dev/generate_punctuation_chars.py b/docutils/tools/dev/generate_punctuation_chars.py index 16df487b5..8d5838fa0 100644 --- a/docutils/tools/dev/generate_punctuation_chars.py +++ b/docutils/tools/dev/generate_punctuation_chars.py @@ -82,7 +82,7 @@ import unicodedata "unicodedata" module of Python %(python_version)s (based on Unicode version %(unidata_version)s). .. _inline markup recognition rules: - http://docutils.sf.net/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules """ %(openers)s diff --git a/docutils/tools/editors/README.txt b/docutils/tools/editors/README.txt index 893e0e427..f54f8febf 100644 --- a/docutils/tools/editors/README.txt +++ b/docutils/tools/editors/README.txt @@ -23,5 +23,5 @@ External links: Additions are welcome. -.. _reStructuredText: http://docutils.sf.net/rst.html +.. _reStructuredText: https://docutils.sourceforge.io/rst.html .. _JED: http://www.jedsoft.org/jed/ |
