Skip to content

Commit abaf72e

Browse files
work in progress more depth
1 parent 52a263a commit abaf72e

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

doc/additional_tools/pyreverse/configuration.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.. docs extension in 'doc/exts/pyreverse_configuration.py'.
33
44
5-
Basic usage
6-
###########
5+
Usage
6+
#####
77

88

99
To run ``pyreverse``, use::
@@ -22,7 +22,7 @@ For detailed descriptions of the command-line options read on. This page include
2222

2323

2424
Filtering and Scope
25-
###################
25+
'''''''''''''''''''
2626

2727
.. _filtering-and-scope:
2828

@@ -90,7 +90,7 @@ Filtering and Scope
9090

9191

9292
Display Options
93-
###############
93+
'''''''''''''''
9494

9595
.. _display-options:
9696

@@ -140,7 +140,7 @@ Display Options
140140

141141

142142
Output Control
143-
##############
143+
''''''''''''''
144144

145145
.. _output-control:
146146

@@ -162,7 +162,7 @@ Output Control
162162

163163

164164
Project Configuration
165-
#####################
165+
'''''''''''''''''''''
166166

167167
.. _project-configuration:
168168

doc/additional_tools/pyreverse/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ can be used as well. In this case, ``pyreverse`` first generates a temporary ``.
1212
fed to Graphviz to generate the final image.
1313

1414
.. toctree::
15-
:maxdepth: 1
15+
:caption: Pyreverse
16+
:maxdepth: 3
17+
:titlesonly:
18+
:hidden:
1619

17-
configuration
18-
output_examples
20+
configuration
21+
output_examples

doc/exts/pyreverse_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _write_config_page(run: Run) -> None:
3535
.. docs extension in 'doc/exts/pyreverse_configuration.py'.
3636
3737
38-
{get_rst_title("Basic usage", "#")}
38+
{get_rst_title("Usage", "#")}
3939
4040
To run ``pyreverse``, use::
4141
@@ -69,7 +69,7 @@ def _write_config_page(run: Run) -> None:
6969
for group_title in OPTIONS_GROUPS.values():
7070
ref_title = group_title.lower().replace(" ", "-")
7171
sections.append(
72-
f"""{get_rst_title(group_title, "#")}
72+
f"""{get_rst_title(group_title, "'")}
7373
.. _{ref_title}:
7474
7575

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
.. toctree::
3232
:caption: Additional tools
33+
:maxdepth: 2
3334
:titlesonly:
3435
:hidden:
3536

0 commit comments

Comments
 (0)