summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-29 22:26:10 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-29 22:26:10 +0000
commit88093723897e2cdafe113078bfde50b7c89d69e3 (patch)
treeb1a3a08bd067ffda69124305dff8d72491b29b5f /docutils/docs/dev
parentd79d962ed7046a7fc6a53bdfe472d68f273f3b68 (diff)
downloaddocutils-88093723897e2cdafe113078bfde50b7c89d69e3.tar.gz
Fix trailing whitespace (non-Python files).
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/distributing.txt6
-rw-r--r--docutils/docs/dev/repository.txt2
-rw-r--r--docutils/docs/dev/todo.txt2
-rw-r--r--docutils/docs/dev/website.txt8
4 files changed, 9 insertions, 9 deletions
diff --git a/docutils/docs/dev/distributing.txt b/docutils/docs/dev/distributing.txt
index e9801e9f5..6fa30f4b0 100644
--- a/docutils/docs/dev/distributing.txt
+++ b/docutils/docs/dev/distributing.txt
@@ -28,12 +28,12 @@ Dependencies
Docutils has the following dependencies:
-* Python 3.7 or later is required.
+* Python 3.7 or later is required.
Use ">= Python 3.7" in the dependencies.
* Docutils may optionally make use of the PIL (`Python Imaging
Library`_ or Pillow_). If PIL is present, it is automatically
- detected by Docutils.
+ detected by Docutils.
* Docutils recommends the `Pygments`_ syntax hightlighter. If available, it
is used for highlighting the content of `code directives`_ and roles as
@@ -43,7 +43,7 @@ Docutils has the following dependencies:
* Docutils can use the `recommonmark`_ parser to parse input in
the Markdown format (new in 0.17).
-.. _Python Imaging Library:
+.. _Python Imaging Library:
https://en.wikipedia.org/wiki/Python_Imaging_Library
.. _Pillow: https://pypi.org/project/Pillow/
.. _Pygments: https://pygments.org/
diff --git a/docutils/docs/dev/repository.txt b/docutils/docs/dev/repository.txt
index f1c500276..7516959b4 100644
--- a/docutils/docs/dev/repository.txt
+++ b/docutils/docs/dev/repository.txt
@@ -148,7 +148,7 @@ We'll assume that the Docutils "trunk" is checked out under the
__ https://setuptools.pypa.io/en/latest/userguide/development_mode.html
#development-mode
-
+
.. _install manually:
3. Install "manually".
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 7cace8b0c..5f175d2fe 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -93,7 +93,7 @@ __ https://git.wiki.kernel.org/index.php/
Sourceforge supports multiple Git repositories per project, so we can
switch the version control system independent of the decision on an
-eventual switch of the host.
+eventual switch of the host.
Cf. https://sourceforge.net/p/forge/documentation/Git/
General
diff --git a/docutils/docs/dev/website.txt b/docutils/docs/dev/website.txt
index 453693819..222cc3c8c 100644
--- a/docutils/docs/dev/website.txt
+++ b/docutils/docs/dev/website.txt
@@ -9,7 +9,7 @@
:Copyright: This document has been placed in the public domain.
The Docutils web site, <https://docutils.sourceforge.io/>, is
-maintained by the ``docutils-update.local`` script, run by project
+maintained by the ``docutils-update.local`` script, run by project
maintainers on their local machines. The script
will process any .txt file which is newer than the corresponding .html
file in the local copy of the project's web directory and upload the changes
@@ -48,7 +48,7 @@ Setting Up
(TBA)
-.. hint::
+.. hint::
Anyone with checkin privileges can be a web-site maintainer. You need to
set up the directories for a local website build.
@@ -92,10 +92,10 @@ Removing Files & Directories
#. Remove to-be-generated HTML files from
``sandbox/infrastructure/htmlfiles.lst``.
-
+
#. Removing files and directories from SVN will not trigger their removal
from the web site. Files and directories must be manually removed from
- sourceforge.net (under ``/home/project-web/docutils/htdocs/``).
+ sourceforge.net (under ``/home/project-web/docutils/htdocs/``).
..