Skip to content

Commit

Permalink
work in progress more depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 10, 2024
1 parent 52a263a commit abaf72e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
12 changes: 6 additions & 6 deletions doc/additional_tools/pyreverse/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.. docs extension in 'doc/exts/pyreverse_configuration.py'.
Basic usage
###########
Usage
#####


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


Filtering and Scope
###################
'''''''''''''''''''

.. _filtering-and-scope:

Expand Down Expand Up @@ -90,7 +90,7 @@ Filtering and Scope


Display Options
###############
'''''''''''''''

.. _display-options:

Expand Down Expand Up @@ -140,7 +140,7 @@ Display Options


Output Control
##############
''''''''''''''

.. _output-control:

Expand All @@ -162,7 +162,7 @@ Output Control


Project Configuration
#####################
'''''''''''''''''''''

.. _project-configuration:

Expand Down
9 changes: 6 additions & 3 deletions doc/additional_tools/pyreverse/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ can be used as well. In this case, ``pyreverse`` first generates a temporary ``.
fed to Graphviz to generate the final image.

.. toctree::
:maxdepth: 1
:caption: Pyreverse
:maxdepth: 3
:titlesonly:
:hidden:

configuration
output_examples
configuration
output_examples
4 changes: 2 additions & 2 deletions doc/exts/pyreverse_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _write_config_page(run: Run) -> None:
.. docs extension in 'doc/exts/pyreverse_configuration.py'.
{get_rst_title("Basic usage", "#")}
{get_rst_title("Usage", "#")}
To run ``pyreverse``, use::
Expand Down Expand Up @@ -69,7 +69,7 @@ def _write_config_page(run: Run) -> None:
for group_title in OPTIONS_GROUPS.values():
ref_title = group_title.lower().replace(" ", "-")
sections.append(
f"""{get_rst_title(group_title, "#")}
f"""{get_rst_title(group_title, "'")}
.. _{ref_title}:
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

.. toctree::
:caption: Additional tools
:maxdepth: 2
:titlesonly:
:hidden:

Expand Down

0 comments on commit abaf72e

Please sign in to comment.