From 5b8ecd96c3dd2dce454ceba9892d075bb85b96b5 Mon Sep 17 00:00:00 2001 From: SeZett Date: Sat, 4 Nov 2023 20:15:52 +0100 Subject: [PATCH] test structuring --- documentations/index.rst | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/documentations/index.rst b/documentations/index.rst index edbb83c..c5be411 100644 --- a/documentations/index.rst +++ b/documentations/index.rst @@ -15,7 +15,7 @@ Projektdokumentation Transparenzregister :caption: 3. Grundlagen und Basistechniken documentations/structure/3-Grundlagen_und_Basistechniken.md - .. toctree:: +.. toctree:: :maxdepth: 2 :caption: 4. Technische Realisierung documentations/structure/4-Technische_Realisierung.md @@ -25,7 +25,28 @@ Projektdokumentation Transparenzregister :caption: 5. Zusammenfassung documentations/structure/5-Zusammenfassung.md - .. toctree:: +.. toctree:: :maxdepth: 2 :caption: 6. Anhang documentations/structure/6-Anhang.md + + .. automodule:: aki_prj23_transparenzregister + :members: + :undoc-members: + :show-inheritance: + :inherited-members: + :autodoc_member_order: + +Recent Changes +============== + +.. git_changelog:: + :rev-list: 9c237402be27af41227f75dbb1fea4bdd9df2165..HEAD + :filename_filter: (doc/.*\.rst|poetry.lock|\.pre-commit-config.yaml|\.github/.*) + +Some other test + +Indices and tables +================== +* :ref:`genindex` +* :ref:`modindex`