Add link to sidebox

This commit is contained in:
Matthias Krack 2021-11-29 15:55:55 +01:00
parent e1f4b59b5f
commit 101ec7dbd9

View file

@ -586,6 +586,7 @@ def html_linkbox() -> str:
output += '<a href="regtest_survey.html">Regtest Survey</a><br>\n'
output += '<a href="https://www.cp2k.org/static/coverage/">Test Coverage</a><br>\n'
output += '<a href="discontinued_tests.html">Discontinued Tests</a><br>\n'
output += '<a href="https://www.cp2k.org/dev:compiler_support/">Supported compilers</a><br>\n'
output += "</div>\n"
return output