SF.net SVN: docutils:[9907 ] trunk/docutils/docutils/p arsers/rst/include
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9907
http://sourceforge.net/p/docutils/code/9907
Author: grubert
Date: 2024-08-15 09:02:52 +0000 (Thu, 15 Aug 2024)
Log Message:
-----------
rename README.txt to rst
Added Paths:
-----------
trunk/docutils/docutils/parsers/rst/include/README.rst
Removed Paths:
-------------
trunk/docutils/docutils/parsers/rst/include/README.txt
Copied: trunk/docutils/docutils/parsers/rst/include/README.rst (from rev 9906, trunk/docutils/docutils/parsers/rst/include/README.txt)
===================================================================
--- trunk/docutils/docutils/parsers/rst/include/README.rst (rev 0)
+++ trunk/docutils/docutils/parsers/rst/include/README.rst 2024-08-15 09:02:52 UTC (rev 9907)
@@ -0,0 +1,17 @@
+============================================
+ ``docutils/parsers/rst/include`` Directory
+============================================
+
+This directory contains standard data files intended for inclusion in
+reStructuredText documents. To access these files, use the "include"
+directive with the special syntax for standard "include" data files,
+angle brackets around the file name::
+
+ .. include:: <isonum.txt>
+
+See the documentation for the `"include" directive`__ and
+`reStructuredText Standard Definition Files`__ for
+details.
+
+__ https://docutils.sourceforge.io/docs/ref/rst/directives.html#include
+__ https://docutils.sourceforge.io/docs/ref/rst/definitions.html
Deleted: trunk/docutils/docutils/parsers/rst/include/README.txt
===================================================================
--- trunk/docutils/docutils/parsers/rst/include/README.txt 2024-08-15 08:43:38 UTC (rev 9906)
+++ trunk/docutils/docutils/parsers/rst/include/README.txt 2024-08-15 09:02:52 UTC (rev 9907)
@@ -1,17 +0,0 @@
-============================================
- ``docutils/parsers/rst/include`` Directory
-============================================
-
-This directory contains standard data files intended for inclusion in
-reStructuredText documents. To access these files, use the "include"
-directive with the special syntax for standard "include" data files,
-angle brackets around the file name::
-
- .. include:: <isonum.txt>
-
-See the documentation for the `"include" directive`__ and
-`reStructuredText Standard Definition Files`__ for
-details.
-
-__ https://docutils.sourceforge.io/docs/ref/rst/directives.html#include
-__ https://docutils.sourceforge.io/docs/ref/rst/definitions.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.