Skip to content

Commit be3f7d7

Browse files
committed
Doc: Fix top-level index.rst files.
Prior to this patch, in the PDF documentation, the abstract was chapter 1, the table of contents was chapter 2, and the index was chapter 3. All the content of the book was in subheadings under chapter 2, which is not really what we're looking for. Now, the abstract is no longer its own chapter - it's just some text on its own page following the table of contents - and the actual book follows in its own chapters.
1 parent 35cda30 commit be3f7d7

File tree

4 files changed

+10
-48
lines changed

4 files changed

+10
-48
lines changed

doc/sphinx/Clusters_from_Scratch/index.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Clusters from Scratch
44
*Step-by-Step Instructions for Building Your First High-Availability Cluster*
55

66

7-
Abstract
8-
--------
97
This document provides a step-by-step guide to building a simple high-availability
108
cluster using Pacemaker.
119

@@ -22,9 +20,6 @@ included. However, the guide is primarily composed of commands, the reasons for
2220
executing them, and their expected outputs.
2321

2422

25-
Table of Contents
26-
-----------------
27-
2823
.. toctree::
2924
:maxdepth: 3
3025
:numbered:
@@ -41,9 +36,5 @@ Table of Contents
4136
ap-configuration
4237
ap-corosync-conf
4338
ap-reading
44-
45-
Index
46-
-----
47-
48-
* :ref:`genindex`
49-
* :ref:`search`
39+
:ref:`genindex`
40+
:ref:`search`

doc/sphinx/Pacemaker_Administration/index.rst

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ Pacemaker Administration
44
*Managing Pacemaker Clusters*
55

66

7-
Abstract
8-
--------
9-
This document has instructions and tips for system administrators who
10-
manage high-availability clusters using Pacemaker.
11-
12-
13-
Table of Contents
14-
-----------------
7+
This document has instructions and tips for system administrators who manage
8+
high-availability clusters using Pacemaker.
159

1610
.. toctree::
1711
:maxdepth: 3
@@ -30,10 +24,5 @@ Table of Contents
3024
alerts
3125
agents
3226
pcs-crmsh
33-
34-
35-
Index
36-
-----
37-
38-
* :ref:`genindex`
39-
* :ref:`search`
27+
:ref:`genindex`
28+
:ref:`search`

doc/sphinx/Pacemaker_Development/index.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ Pacemaker Development
44
*Working with the Pacemaker Code Base*
55

66

7-
Abstract
8-
--------
97
This document has guidelines and tips for developers interested in editing
108
Pacemaker source code and submitting changes for inclusion in the project.
119
Start with the FAQ; the rest is optional detail.
1210

1311

14-
Table of Contents
15-
-----------------
16-
1712
.. toctree::
1813
:maxdepth: 3
1914
:numbered:
@@ -27,9 +22,5 @@ Table of Contents
2722
helpers
2823
evolution
2924
glossary
30-
31-
Index
32-
-----
33-
34-
* :ref:`genindex`
35-
* :ref:`search`
25+
:ref:`genindex`
26+
:ref:`search`

doc/sphinx/Pacemaker_Explained/index.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@ Pacemaker Explained
44
*Configuring Pacemaker Clusters*
55

66

7-
Abstract
8-
--------
97
This document definitively explains Pacemaker's features and capabilities,
108
particularly the XML syntax used in Pacemaker's Cluster Information Base (CIB).
119

1210

13-
Table of Contents
14-
-----------------
15-
1611
.. toctree::
1712
:maxdepth: 3
1813
:numbered:
@@ -34,9 +29,5 @@ Table of Contents
3429
status
3530
multi-site-clusters
3631
ap-samples
37-
38-
Index
39-
-----
40-
41-
* :ref:`genindex`
42-
* :ref:`search`
32+
:ref:`genindex`
33+
:ref:`search`

0 commit comments

Comments
 (0)