diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-04-02 21:59:06 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-04-02 21:59:06 +0000 |
| commit | 8388cf82b89079e4ea39ce266b31580a2e5956c6 (patch) | |
| tree | 42b9871463ff8e70ccbcd03234baaf67a5eca43d /docs/dev | |
| parent | c50e1b627f32a925d6558a21f8ecd4c2db9205a3 (diff) | |
| download | docutils-8388cf82b89079e4ea39ce266b31580a2e5956c6.tar.gz | |
Minimalistic menu bar for documentation pages.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/distributing.txt | 2 | ||||
| -rw-r--r-- | docs/dev/hacking.txt | 2 | ||||
| -rw-r--r-- | docs/dev/policies.txt | 3 | ||||
| -rw-r--r-- | docs/dev/pysource.txt | 3 | ||||
| -rw-r--r-- | docs/dev/release.txt | 2 | ||||
| -rw-r--r-- | docs/dev/repository.txt | 2 | ||||
| -rw-r--r-- | docs/dev/rst/alternatives.txt | 3 | ||||
| -rw-r--r-- | docs/dev/rst/problems.txt | 2 | ||||
| -rw-r--r-- | docs/dev/runtime-settings-processing.txt | 2 | ||||
| -rw-r--r-- | docs/dev/semantics.txt | 2 | ||||
| -rw-r--r-- | docs/dev/testing.txt | 2 | ||||
| -rw-r--r-- | docs/dev/todo.txt | 4 | ||||
| -rw-r--r-- | docs/dev/website.txt | 2 |
13 files changed, 28 insertions, 3 deletions
diff --git a/docs/dev/distributing.txt b/docs/dev/distributing.txt index 6fa30f4b0..6ec3b15bd 100644 --- a/docs/dev/distributing.txt +++ b/docs/dev/distributing.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + =============================== Docutils_ Distributor's Guide =============================== diff --git a/docs/dev/hacking.txt b/docs/dev/hacking.txt index 17f7d7106..eb78b0f71 100644 --- a/docs/dev/hacking.txt +++ b/docs/dev/hacking.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ========================== Docutils_ Hacker's Guide ========================== diff --git a/docs/dev/policies.txt b/docs/dev/policies.txt index df927a799..6a909c9a5 100644 --- a/docs/dev/policies.txt +++ b/docs/dev/policies.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + =========================== Docutils Project Policies =========================== @@ -676,7 +678,6 @@ the Docutils-develop_ mailing list. .. _link list: https://docutils.sourceforge.io/docs/user/links.html .. _docutils-develop: docs/user/mailing-lists.html#docutils-develop - .. Local Variables: diff --git a/docs/dev/pysource.txt b/docs/dev/pysource.txt index 190781f39..87c1e0b6e 100644 --- a/docs/dev/pysource.txt +++ b/docs/dev/pysource.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ====================== Python Source Reader ====================== @@ -121,6 +123,7 @@ roles may be defined. .. _pysource.dtd: pysource.dtd .. _docutils.dtd: ../ref/docutils.dtd + .. Local Variables: diff --git a/docs/dev/release.txt b/docs/dev/release.txt index 4d07186b9..c6888d07b 100644 --- a/docs/dev/release.txt +++ b/docs/dev/release.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ============================= Docutils_ Release Procedure ============================= diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt index 7516959b4..46a52c75e 100644 --- a/docs/dev/repository.txt +++ b/docs/dev/repository.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ===================================== The Docutils_ Version Repository ===================================== diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt index 01af73248..1500e7548 100644 --- a/docs/dev/rst/alternatives.txt +++ b/docs/dev/rst/alternatives.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ================================================== A Record of reStructuredText Syntax Alternatives ================================================== @@ -3201,7 +3203,6 @@ We need syntax for `object references`_. .. _object references: ../todo.html#object-numbering-and-object-references - .. Local Variables: diff --git a/docs/dev/rst/problems.txt b/docs/dev/rst/problems.txt index f44774263..7762452b8 100644 --- a/docs/dev/rst/problems.txt +++ b/docs/dev/rst/problems.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ============================== Problems With StructuredText ============================== diff --git a/docs/dev/runtime-settings-processing.txt b/docs/dev/runtime-settings-processing.txt index 6df15a925..11d356629 100644 --- a/docs/dev/runtime-settings-processing.txt +++ b/docs/dev/runtime-settings-processing.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ============================= Runtime Settings Processing ============================= diff --git a/docs/dev/semantics.txt b/docs/dev/semantics.txt index 15dcadd31..68a3020b6 100644 --- a/docs/dev/semantics.txt +++ b/docs/dev/semantics.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ===================== Docstring Semantics ===================== diff --git a/docs/dev/testing.txt b/docs/dev/testing.txt index cee791162..2a18fcd86 100644 --- a/docs/dev/testing.txt +++ b/docs/dev/testing.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + =================== Docutils_ Testing =================== diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index d1437142d..c9ff020c0 100644 --- a/docs/dev/todo.txt +++ b/docs/dev/todo.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ====================== Docutils_ To Do List ====================== @@ -2877,10 +2879,10 @@ Front-End Tools .. _partial parsing: https://docs.python.org/3/library/argparse.html#partial-parsing - .. _configuration: ../user/config.html .. _transforms: ../api/transforms.html + .. Local Variables: diff --git a/docs/dev/website.txt b/docs/dev/website.txt index 222cc3c8c..444372884 100644 --- a/docs/dev/website.txt +++ b/docs/dev/website.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + =================== Docutils Web Site =================== |
