mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-25 20:45:19 -04:00
Docs: Add Sphinx-based manual
This commit is contained in:
parent
03f49e929a
commit
934a489bed
16 changed files with 508 additions and 8 deletions
|
|
@ -98,6 +98,10 @@ def main() -> None:
|
|||
continue
|
||||
if root.startswith("./doxygen"):
|
||||
continue
|
||||
if root.startswith("./docs/_build"):
|
||||
continue
|
||||
if root.startswith("./docs/CP2K_INPUT"):
|
||||
continue
|
||||
if root.startswith("./exts"):
|
||||
continue
|
||||
if root.startswith("./obj"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue