Docs: Add versions page

This commit is contained in:
Ole Schütt 2023-07-31 13:46:42 +02:00 committed by Ole Schütt
parent a86c0e565d
commit b72f727f4a
2 changed files with 34 additions and 0 deletions

View file

@ -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
docs/versions.md Normal file
View file

@ -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>
```