SF.net SVN: docutils:[10249 ] trunk/docutils

milde--- via Docutils-checkins <[email protected]> Sat, 20 Sep 2025 22:08:37 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10249
          http://sourceforge.net/p/docutils/code/10249
Author:   milde
Date:     2025-09-20 22:08:37 +0000 (Sat, 20 Sep 2025)
Log Message:
-----------
Documentation fixes.

Drop *rc1 release entries from HISTORY and RELEASE NOTES.
Add missing period.
Fix link target. Thanks to Dmitry Shachnev for reporting and patch #215.

Modified Paths:
--------------
    trunk/docutils/HISTORY.rst
    trunk/docutils/RELEASE-NOTES.rst
    trunk/docutils/docs/ref/rst/definitions.rst
    trunk/docutils/docs/ref/rst/roles.rst

Modified: trunk/docutils/HISTORY.rst
===================================================================
--- trunk/docutils/HISTORY.rst	2025-09-20 18:28:24 UTC (rev 10248)
+++ trunk/docutils/HISTORY.rst	2025-09-20 22:08:37 UTC (rev 10249)
@@ -23,21 +23,12 @@
 Release 0.22.2 (2025-09-20)
 ===========================
 
-CI of snakemake on an MacOS arm failed, because homebrew possibly restored
-a vim .swp-file ... maybe.
+Remove a spurious vim .swp-file to fix bug #513.
 
-So release without the .swp.
 
-
 Release 0.22.1 (2025-09-17)
 ===========================
 
-Only documentation fixes.
-
-
-Release 0.22.1rc1 (2025-09-13)
-==============================
-
 * docutils/frontend.py, docutils/writers/
 
   - More consistent and concise command line help.

Modified: trunk/docutils/RELEASE-NOTES.rst
===================================================================
--- trunk/docutils/RELEASE-NOTES.rst	2025-09-20 18:28:24 UTC (rev 10248)
+++ trunk/docutils/RELEASE-NOTES.rst	2025-09-20 22:08:37 UTC (rev 10249)
@@ -272,21 +272,12 @@
 Release 0.22.2 (2025-09-20)
 ===========================
 
-CI of snakemake on an MacOS arm failed, because homebrew possibly restored
-a vim .swp-file ... maybe.
+Remove a spurious vim .swp-file.
 
-So release without the .swp.
 
-
 Release 0.22.1 (2025-09-17)
 ===========================
 
-Only documentation fixes.
-
-
-Release 0.22.1rc1 (2025-09-13)
-==============================
-
 * docutils/parsers/rst/states.py
 
   - Relax "section title" system messages from SEVERE to ERROR.

Modified: trunk/docutils/docs/ref/rst/definitions.rst
===================================================================
--- trunk/docutils/docs/ref/rst/definitions.rst	2025-09-20 18:28:24 UTC (rev 10248)
+++ trunk/docutils/docs/ref/rst/definitions.rst	2025-09-20 22:08:37 UTC (rev 10249)
@@ -215,7 +215,7 @@
 .. [#attribute-optional] Would gain from support for attributes/arguments
    to inline roles (see TODO_).
 
-New in Docutils 0.22
+New in Docutils 0.22.
 
 .. _TODO: https://docutils.sourceforge.io/docs/dev/todo.html
           #acronym-and-abbreviation

Modified: trunk/docutils/docs/ref/rst/roles.rst
===================================================================
--- trunk/docutils/docs/ref/rst/roles.rst	2025-09-20 18:28:24 UTC (rev 10248)
+++ trunk/docutils/docs/ref/rst/roles.rst	2025-09-20 22:08:37 UTC (rev 10249)
@@ -400,7 +400,7 @@
 .. _hyperlink references: restructuredtext.html#hyperlink-references
 
 .. _reStructuredText Standard Definition Files: definitions.html
-.. _HTML5 inline markup elements: definitions.html#additional-roles-for-html
+.. _semantic inline markup: definitions.html#additional-roles-for-html
 .. _S5/HTML slide shows: definitions.html#s5-html-definitions
 
 .. _The Docutils Document Tree: ../doctree.html

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.