|
From: <aa-...@us...> - 2025-03-07 22:58:49
|
Revision: 10020
http://sourceforge.net/p/docutils/code/10020
Author: aa-turner
Date: 2025-03-07 22:58:36 +0000 (Fri, 07 Mar 2025)
Log Message:
-----------
Remove trailing whitespace
Modified Paths:
--------------
trunk/docutils/docs/dev/repository.rst
trunk/docutils/docs/dev/website.rst
trunk/docutils/test/data/config_list_2.rst
trunk/docutils/test/functional/input/rst_html5_tuftig.rst
Modified: trunk/docutils/docs/dev/repository.rst
===================================================================
--- trunk/docutils/docs/dev/repository.rst 2025-03-07 22:49:46 UTC (rev 10019)
+++ trunk/docutils/docs/dev/repository.rst 2025-03-07 22:58:36 UTC (rev 10020)
@@ -147,7 +147,7 @@
__ https://pip.pypa.io/en/stable/topics/local-project-installs/
#editable-installs
-
+
.. _manual install:
2. Install "manually".
Modified: trunk/docutils/docs/dev/website.rst
===================================================================
--- trunk/docutils/docs/dev/website.rst 2025-03-07 22:49:46 UTC (rev 10019)
+++ trunk/docutils/docs/dev/website.rst 2025-03-07 22:58:36 UTC (rev 10020)
@@ -61,7 +61,7 @@
once to create the directories in the filesystem before preparing for
HTML processing.
-#. Any .html document with a corresponding .rst/.txt file is regenerated
+#. Any .html document with a corresponding .rst/.txt file is regenerated
if the .rst/.txt has changed, but no new .html files will be generated.
Therefore *touch* the .html-file and then the .rst/.txt.
Modified: trunk/docutils/test/data/config_list_2.rst
===================================================================
--- trunk/docutils/test/data/config_list_2.rst 2025-03-07 22:49:46 UTC (rev 10019)
+++ trunk/docutils/test/data/config_list_2.rst 2025-03-07 22:58:36 UTC (rev 10020)
@@ -3,9 +3,9 @@
strip-classes: ham, eggs
strip-elements-with-classes: eggs,salt
# `stylesheet` overrides earlier `stylesheet` and `stylesheet_path` settings
-stylesheet: style2.css,
+stylesheet: style2.css,
style3.css
-smartquotes-locales: nl: „”’’,
+smartquotes-locales: nl: „”’’,
cs: »«›‹
[html4css1 writer]
Modified: trunk/docutils/test/functional/input/rst_html5_tuftig.rst
===================================================================
--- trunk/docutils/test/functional/input/rst_html5_tuftig.rst 2025-03-07 22:49:46 UTC (rev 10019)
+++ trunk/docutils/test/functional/input/rst_html5_tuftig.rst 2025-03-07 22:58:36 UTC (rev 10020)
@@ -24,7 +24,7 @@
.. table:: A fullwidth table with LaTeX math commands
- :class: numbered colwidths-auto fullwidth
+ :class: numbered colwidths-auto fullwidth
========= =========== ========= =========== ============= ================
`\arccos` ``\arccos`` `\gcd` ``\gcd`` `\Pr` ``\Pr``
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|