Skip to content

Commit

Permalink
fixes structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Dec 14, 2024
1 parent f8f9b51 commit ebb7c03
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: |
cd docs
mkdir -p _test_tutorials
python extract_bash_code.py -o _test_tutorials *.md
python extract_bash_code.py -o _test_tutorials documentation/*.md tutorials/*.md
cd _test_tutorials
bash installation.sh
bash tutorial_hiv.sh
12 changes: 6 additions & 6 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ logo: assets/images/logo-vpipe.svg

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force
timeout: -1
exclude_patterns:
- '*.ipynb'
- 'documentation/vp-analysis/*'
# execute:
# execute_notebooks: force
# timeout: -1
# exclude_patterns:
# - '*.ipynb'
# - 'documentation/vp-analysis/*'

# Define the name of the latex output file for PDF builds
latex:
Expand Down
14 changes: 7 additions & 7 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ root: index
parts:
- caption: Documentation
chapters:
- file: documentation/overview
- file: documentation/installation
- file: documentation/configuration
- file: documentation/running
- file: documentation/output
- file: documentation/overview.md
- file: documentation/installation.md
- file: documentation/configuration.md
- file: documentation/running.md
- file: documentation/output.md
- caption: Tutorials
chapters:
- file: tutorials/tutorial_sarscov2
- file: tutorials/tutorial_hiv
- file: tutorials/tutorial_sarscov2.md
- file: tutorials/tutorial_hiv.md
- file: tutorials/tutorial_cowwid.md

- caption: Bibliography
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ebb7c03

Please sign in to comment.