summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:10:25 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:10:25 +0000
commit76998243af3f77a0d3f726f2c73dbd9885b988ea (patch)
treed3a4cb1d539e1b121c40919f896c814f10a57ca7 /docutils/docs
parentbb900cdc094922cee0861e34c2e49a75d8484988 (diff)
downloaddocutils-76998243af3f77a0d3f726f2c73dbd9885b988ea.tar.gz
Change http://docutils.sf.net -> https://docutils.sourceforge.io
Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8954 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/enthought-plan.txt8
-rw-r--r--docutils/docs/dev/enthought-rfp.txt2
-rw-r--r--docutils/docs/dev/policies.txt2
-rw-r--r--docutils/docs/dev/rst/alternatives.txt8
-rw-r--r--docutils/docs/dev/todo.txt2
-rw-r--r--docutils/docs/dev/website.txt4
-rw-r--r--docutils/docs/howto/rst-directives.txt2
-rw-r--r--docutils/docs/user/emacs.txt4
-rw-r--r--docutils/docs/user/latex.txt4
-rw-r--r--docutils/docs/user/links.txt8
-rw-r--r--docutils/docs/user/rst/cheatsheet.txt10
-rw-r--r--docutils/docs/user/rst/quickref.html4
-rw-r--r--docutils/docs/user/slide-shows.txt4
13 files changed, 31 insertions, 31 deletions
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