Skip to content

Commit

Permalink
docs: fix inconsistent title levels
Browse files Browse the repository at this point in the history
The devguide has inconsistent title levels, which lead to the following
warning (but does not affect the return code):

  devguide.rst:113: CRITICAL: Title level inconsistent:

We fix this by using the correct level.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Oct 9, 2024
1 parent b1c2fc1 commit 73495a7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/devguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,49 +111,49 @@ Class reference documentation
-----------------------------

``kas.kas`` Module
..................
^^^^^^^^^^^^^^^^^^

.. automodule:: kas.kas
:members:

``kas.libkas`` Module
.....................
^^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.libkas
:members:

``kas.libcmds`` Module
......................
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.libcmds
:members:

``kas.config`` Module
.....................
^^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.config
:members:

``kas.repos`` Module
....................
^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.repos
:members:

``kas.includehandler`` Module
.............................
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.includehandler
:members:

``kas.kasusererror`` Module
.............................
^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.kasusererror
:members:

``kas.plugins`` Module
......................
^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: kas.plugins
:members:

0 comments on commit 73495a7

Please # to comment.