Skip to content

Commit

Permalink
Update maxdepth parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Dec 11, 2024
1 parent eaf6505 commit 7500ecc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/source/_extensions/generate_dl_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def create_component_group_directory(cmp_groups, root, dlml_tag):
The following models are available:
.. toctree::
:maxdepth: 8
:maxdepth: 1
"""
)
Expand Down Expand Up @@ -153,7 +153,7 @@ def generate_damage_docs(doc_folder: Path, cache_folder: Path):
The following collections are available in our Damage and Loss Model Library:
.. toctree::
:maxdepth: 8
:maxdepth: 1
"""
)
Expand Down Expand Up @@ -222,7 +222,7 @@ def generate_damage_docs(doc_folder: Path, cache_folder: Path):
dlml_index_contents += dedent(
"""
.. toctree::
:maxdepth: 8
:maxdepth: 1
"""
)
Expand Down Expand Up @@ -383,7 +383,7 @@ def generate_repair_docs(doc_folder: Path, cache_folder: Path):
The following collections are available in our Damage and Loss Model Library:
.. toctree::
:maxdepth: 8
:maxdepth: 1
"""
)
Expand Down Expand Up @@ -452,7 +452,7 @@ def generate_repair_docs(doc_folder: Path, cache_folder: Path):
dlml_index_contents += dedent(
"""
.. toctree::
:maxdepth: 8
:maxdepth: 1
"""
)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.. toctree::
:caption: About
:maxdepth: 8
:maxdepth: 4

about/about.rst
release_notes/index.rst
Expand Down

0 comments on commit 7500ecc

Please sign in to comment.