Skip to content

Commit

Permalink
Docs: Add versions page
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jul 31, 2023
1 parent a86c0e5 commit b72f727
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ units
```

% TODO: `{toctree} % :caption: Explanations % % dummy % `

```{toctree}
:caption: Release Versions
:titlesonly:
:maxdepth: 1
2023.2 <https://manual.cp2k.org/cp2k-2023_2-branch/index.html>
2023.1 <https://manual.cp2k.org/cp2k-2023_1-branch/index.html>
All versions <versions>
```
24 changes: 24 additions & 0 deletions docs/versions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CP2K Manual by Version

```{toctree}
:maxdepth: 1
:titlesonly:
2023.2 <https://manual.cp2k.org/cp2k-2023_2-branch/index.html>
2023.1 <https://manual.cp2k.org/cp2k-2023_1-branch/index.html>
2022.1 <https://manual.cp2k.org/cp2k-2022_1-branch/index.html>
9.1 <https://manual.cp2k.org/cp2k-9_1-branch/index.html>
8.2 <https://manual.cp2k.org/cp2k-8_2-branch/index.html>
8.1 <https://manual.cp2k.org/cp2k-8_1-branch/index.html>
7.1 <https://manual.cp2k.org/cp2k-7_1-branch/index.html>
6.1 <https://manual.cp2k.org/cp2k-6_1-branch/index.html>
5.1 <https://manual.cp2k.org/cp2k-5_1-branch/index.html>
4.1 <https://manual.cp2k.org/cp2k-4_1-branch/index.html>
3.0 <https://manual.cp2k.org/cp2k-3_0-branch/index.html>
2.6 <https://manual.cp2k.org/cp2k-2_6-branch/index.html>
2.5 <https://manual.cp2k.org/cp2k-2_5-branch/index.html>
2.4 <https://manual.cp2k.org/cp2k-2_4-branch/index.html>
2.3 <https://manual.cp2k.org/cp2k-2_3-branch/index.html>
2.2 <https://manual.cp2k.org/cp2k-2_2-branch/index.html>
2.1 <https://manual.cp2k.org/cp2k-2_1-branch/index.html>
```

0 comments on commit b72f727

Please sign in to comment.