|
From: <mi...@us...> - 2022-11-28 23:55:30
|
Revision: 9280
http://sourceforge.net/p/docutils/code/9280
Author: milde
Date: 2022-11-28 23:55:25 +0000 (Mon, 28 Nov 2022)
Log Message:
-----------
Add navigation links to the documentation in the "Docutils root" directory.
Modified Paths:
--------------
trunk/docutils/BUGS.txt
trunk/docutils/COPYING.txt
trunk/docutils/FAQ.txt
trunk/docutils/HISTORY.txt
trunk/docutils/README.txt
trunk/docutils/RELEASE-NOTES.txt
trunk/docutils/THANKS.txt
Added Paths:
-----------
trunk/docutils/docs/header0.txt
Modified: trunk/docutils/BUGS.txt
===================================================================
--- trunk/docutils/BUGS.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/BUGS.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,3 +1,5 @@
+.. include:: docs/header0.txt
+
================
Docutils_ Bugs
================
Modified: trunk/docutils/COPYING.txt
===================================================================
--- trunk/docutils/COPYING.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/COPYING.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,3 +1,5 @@
+.. include:: docs/header0.txt
+
==================
Copying Docutils
==================
Modified: trunk/docutils/FAQ.txt
===================================================================
--- trunk/docutils/FAQ.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/FAQ.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,3 +1,5 @@
+.. include:: docs/header0.txt
+
.. NOTE TO MAINTAINERS: Please add new questions to the end of their
sections, so section/question numbers remain stable.
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/HISTORY.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,3 +1,5 @@
+.. include:: docs/header0.txt
+
==================
Docutils History
==================
Modified: trunk/docutils/README.txt
===================================================================
--- trunk/docutils/README.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/README.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,3 +1,5 @@
+.. include:: docs/header0.txt
+
==============================
README: Docutils 0.19.1b.dev
==============================
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/RELEASE-NOTES.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,4 +1,4 @@
-.. -*- coding: utf-8 -*-
+.. include:: docs/header0.txt
========================
Docutils Release Notes
Modified: trunk/docutils/THANKS.txt
===================================================================
--- trunk/docutils/THANKS.txt 2022-11-28 23:55:13 UTC (rev 9279)
+++ trunk/docutils/THANKS.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -1,4 +1,4 @@
-.. -*- coding: utf-8 -*-
+.. include:: docs/header0.txt
Acknowledgements
================
Added: trunk/docutils/docs/header0.txt
===================================================================
--- trunk/docutils/docs/header0.txt (rev 0)
+++ trunk/docutils/docs/header0.txt 2022-11-28 23:55:25 UTC (rev 9280)
@@ -0,0 +1,14 @@
+.. Minimal menu bar for inclusion in documentation sources
+ in the ``docutils/`` parent diretory.
+
+ Attention: this is not a standalone document.
+
+.. header::
+ Docutils__ | Overview__ | About__ | Users__ | Reference__ | Developers__
+
+ __ https://docutils.sourceforge.io
+ __ docs/index.html
+ __ docs/index.html#project-fundamentals
+ __ docs/index.html#user
+ __ docs/index.html#ref
+ __ docs/index.html#howto
Property changes on: trunk/docutils/docs/header0.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Revision
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|