Skip to content

Commit

Permalink
Merge pull request #6063 from gassmoeller/improve-documentation-toc
Browse files Browse the repository at this point in the history
Update table of content of documentation
  • Loading branch information
bangerth authored Oct 9, 2024
2 parents 70129ef + e5fb010 commit 3d7368d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"icon": "fab fa-github-square",
},
],
"show_navbar_depth": 2,
"show_navbar_depth": 1,
"use_repository_button": True,
"use_edit_page_button": True,
"use_issues_button": True,
Expand Down
4 changes: 3 additions & 1 deletion doc/sphinx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ ASPECT is published under the GNU GPL v2 or newer license.
## Table of Contents
```{toctree}
---
maxdepth: 2
maxdepth: 1
---
user/index.md
parameters/index.md
user/developer_documentation.md
user/authors.md
references.md
```
2 changes: 1 addition & 1 deletion doc/sphinx/user/answers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(cha:answers)=
# Finding answers to more questions
# Finding answers to questions

If you have questions that go beyond this manual, there are a number of
resources:
Expand Down
4 changes: 4 additions & 0 deletions doc/sphinx/user/developer_documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(cha:developer-documentation)=
# Developer Documentation

ASPECT's developer documentation is available [here](https://aspect.geodynamics.org/doc/doxygen/index.html).
6 changes: 3 additions & 3 deletions doc/sphinx/user/extending/future-plans.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Future plans for ASPECT

The ASPECT community is working on various
future features. If you are curious or want to contribute, please see the
"future plans" project page on GitHub:
<https://github.com/geodynamics/aspect/projects/2>.
future features. If you are curious or want to contribute, please check
the list of [open issues](https://github.com/geodynamics/aspect/issues) and see the
[project page](https://github.com/geodynamics/aspect/projects?query=is%3Aopen) on GitHub.
2 changes: 1 addition & 1 deletion doc/sphinx/user/extending/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(cha:extending)=
# Extending and contributing to ASPECT
# Extending and contributing

After you have familiarized yourself with
ASPECT using the examples of
Expand Down
1 change: 0 additions & 1 deletion doc/sphinx/user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ cookbooks/index.md
benchmarks/index.md
extending/index.md
answers.md
authors.md
:::
2 changes: 1 addition & 1 deletion doc/sphinx/user/methods/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(cha:methods)=
# Modeling assumptions and numerical methods
# Assumptions and methods

:::{toctree}
---
Expand Down

0 comments on commit 3d7368d

Please sign in to comment.