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/ref | |
| 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/ref')
| -rw-r--r-- | docs/ref/doctree.txt | 2 | ||||
| -rw-r--r-- | docs/ref/rst/definitions.txt | 2 | ||||
| -rw-r--r-- | docs/ref/rst/directives.txt | 2 | ||||
| -rw-r--r-- | docs/ref/rst/introduction.txt | 2 | ||||
| -rw-r--r-- | docs/ref/rst/mathematics.txt | 2 | ||||
| -rw-r--r-- | docs/ref/rst/restructuredtext.txt | 2 | ||||
| -rw-r--r-- | docs/ref/rst/roles.txt | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/docs/ref/doctree.txt b/docs/ref/doctree.txt index a226da828..f16021629 100644 --- a/docs/ref/doctree.txt +++ b/docs/ref/doctree.txt @@ -1,3 +1,5 @@ +.. include:: ../header.txt + ============================ The Docutils Document Tree ============================ diff --git a/docs/ref/rst/definitions.txt b/docs/ref/rst/definitions.txt index d2eff2532..7584f2126 100644 --- a/docs/ref/rst/definitions.txt +++ b/docs/ref/rst/definitions.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ============================================ reStructuredText Standard Definition Files ============================================ diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt index b49a239f6..038532829 100644 --- a/docs/ref/rst/directives.txt +++ b/docs/ref/rst/directives.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ============================= reStructuredText Directives ============================= diff --git a/docs/ref/rst/introduction.txt b/docs/ref/rst/introduction.txt index 8c34a64b1..4b9768e58 100644 --- a/docs/ref/rst/introduction.txt +++ b/docs/ref/rst/introduction.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ===================================== An Introduction to reStructuredText ===================================== diff --git a/docs/ref/rst/mathematics.txt b/docs/ref/rst/mathematics.txt index ecd063775..6e8b703cf 100644 --- a/docs/ref/rst/mathematics.txt +++ b/docs/ref/rst/mathematics.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ============================ LaTeX syntax for mathematics ============================ diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt index e28a59466..254204d29 100644 --- a/docs/ref/rst/restructuredtext.txt +++ b/docs/ref/rst/restructuredtext.txt @@ -1,5 +1,7 @@ .. -*- coding: utf-8 -*- +.. include:: ../../header2.txt + ======================================= reStructuredText Markup Specification ======================================= diff --git a/docs/ref/rst/roles.txt b/docs/ref/rst/roles.txt index 1d077165f..f2874d55c 100644 --- a/docs/ref/rst/roles.txt +++ b/docs/ref/rst/roles.txt @@ -1,3 +1,5 @@ +.. include:: ../../header2.txt + ========================================= reStructuredText Interpreted Text Roles ========================================= |
