summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-22 22:48:16 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-22 22:48:16 +0000
commitae679d97ebe62bb7ce3cfb4a7185f15d78e3b931 (patch)
tree89236244df57eef3c84a6bf4302d48bbdb16cad5
parentae730fc755ba289187daa47213f98d22f0856f68 (diff)
downloaddocutils-ae679d97ebe62bb7ce3cfb4a7185f15d78e3b931.tar.gz
Documentation update.
Update outdated links. Credit Dimitri Papadopoulos for the spell check. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8861 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--HISTORY.txt3
-rw-r--r--docs/dev/repository.txt33
2 files changed, 19 insertions, 17 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 48c892567..f4a2e8d54 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -53,6 +53,9 @@ Will be merged on release.
- Read settings from standard configuration files.
+Fix spelling errors in documentation and docstrings.
+Thanks to Dimitri Papadopoulos.
+
Release 0.18b1 (2021-10-05)
===========================
diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt
index df01f2e7c..679fc825e 100644
--- a/docs/dev/repository.txt
+++ b/docs/dev/repository.txt
@@ -13,39 +13,39 @@
.. admonition:: Quick Instructions
To get a checkout of the Docutils source tree (with the
- sandboxes), type ::
+ sandboxes) with SVN_, type ::
svn checkout http://svn.code.sf.net/p/docutils/code/trunk docutils-code
+ Users of Git_ can clone a mirror of the docutils repository with ::
+
+ git clone git://repo.or.cz/docutils.git
If you are going to commit changes to the repository, please read
the **whole document**, especially the section "`Information for
Developers`_"!
-.. important::
- As of 2013-03-13 the subversion urls have changed.
-
-Docutils uses a Subversion_ repository located at
+Docutils uses a Subversion_ (SVN) repository located at
``docutils.svn.sourceforge.net``.
-Subversion is exhaustively documented in the `Subversion Book`_ (svnbook).
While Unix and Mac OS X users will probably prefer the standard
Subversion command line interface, Windows user may want to try
TortoiseSVN_, a convenient explorer extension. The instructions apply
analogously.
-There is a Git_ mirror at http://repo.or.cz/docutils.git (and one at
-`github <https://github.com/live-clones/docutils/tree/master/docutils>`_).
-Both provide `web access`_ and the base for `creating a local Git clone`_.
+There is a _`Git mirror` at http://repo.or.cz/docutils.git providing
+`web access`_ and the base for `creating a local Git clone`_.
+(Another mirror is available at
+https://github.com/live-clones/docutils/tree/master/docutils.)
For the project policy on repository use (check-in requirements,
branching, etc.), please see the `Docutils Project Policies`__.
__ policies.html#subversion-repository
-.. _Subversion: http://subversion.tigris.org/
-.. _Subversion Book: http://svnbook.red-bean.com/
-.. _TortoiseSVN: http://tortoisesvn.tigris.org/
+.. _SVN:
+.. _Subversion: https://subversion.apache.org/
+.. _TortoiseSVN: https://tortoisesvn.net/
.. _SourceForge.net: http://sourceforge.net/
.. _Git: http://git-scm.com/
@@ -64,13 +64,14 @@ Web Access
The repository can be browsed and examined via the web at
http://sourceforge.net/p/docutils/code
-Alternatively, use the web interface of the Git mirrors at
-http://repo.or.cz/docutils.git or github_.
+Alternatively, use the web interface of a `Git mirror`_.
Repository Access Methods
~~~~~~~~~~~~~~~~~~~~~~~~~
+.. _creating a local Git clone:
+
Users of Git_ can clone a mirror of the docutils repository with ::
git clone git://repo.or.cz/docutils.git
@@ -87,8 +88,6 @@ the root of the repository depending on your preferred protocol:
anonymous access: (read only)
``http://svn.code.sf.net/p/docutils/code``
-
- .. _creating a local Git clone:
`developer access`_: (read and write)
``svn+ssh://<USERNAME>@svn.code.sf.net/p/docutils/code``
@@ -139,7 +138,7 @@ user names to docutils-develop@lists.sourceforge.net.
(Note that there may be a delay of several hours until you can commit
changes to the repository.)
-Sourceforge subversion access is documented `here`__
+Sourceforge SVN access is documented `here`__
__ http://sourceforge.net/p/forge/documentation/svn/