Skip to content

Commit

Permalink
Docs: Remove XSLT-based manual
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 2, 2023
1 parent ad7b276 commit f008f64
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1,826 deletions.
1 change: 0 additions & 1 deletion docs/_static/cp2k_manual_logo.png

This file was deleted.

Binary file added docs/_static/cp2k_manual_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
1 change: 0 additions & 1 deletion docs/_static/favicon.png

This file was deleted.

Binary file added docs/_static/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
3 changes: 1 addition & 2 deletions tools/docker/Dockerfile.test_manual
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ COPY ./tests ./tests
COPY ./tools/regtesting ./tools/regtesting

# Generate manual.
COPY ./tools/manual ./tools/manual
COPY ./tools/input_editing ./tools/input_editing
COPY ./docs ./docs
COPY ./tools/input_editing ./tools/input_editing
COPY ./tools/docker/scripts/test_manual.sh .
ARG ADD_EDIT_LINKS=yes
RUN ./test_manual.sh "${ADD_EDIT_LINKS}" 2>&1 | tee report.log
Expand Down
3 changes: 1 addition & 2 deletions tools/docker/generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,8 @@ def manual() -> str:
install_cp2k(version="psmp", arch="local", revision=True)
+ rf"""
# Generate manual.
COPY ./tools/manual ./tools/manual
COPY ./tools/input_editing ./tools/input_editing
COPY ./docs ./docs
COPY ./tools/input_editing ./tools/input_editing
COPY ./tools/docker/scripts/test_manual.sh .
ARG ADD_EDIT_LINKS=yes
RUN ./test_manual.sh "${{ADD_EDIT_LINKS}}" 2>&1 | tee report.log
Expand Down
14 changes: 0 additions & 14 deletions tools/manual/README

This file was deleted.

245 changes: 0 additions & 245 deletions tools/manual/collapsibleList.js

This file was deleted.

0 comments on commit f008f64

Please sign in to comment.