Skip to content

Commit

Permalink
CMRxRecon challenge 2023 participation scripts (#274)
Browse files Browse the repository at this point in the history
* Add CMRxRecon Challenge 23 code
* Better logging, symlink fully sampled val and test
* Replace most os with pathlib
* Update documentation
  • Loading branch information
georgeyiasemis authored Apr 9, 2024
1 parent 79543f0 commit df99d4e
Show file tree
Hide file tree
Showing 34 changed files with 12,458 additions and 265 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ viewdocs:
$(BROWSER) docs/_build/html/index.html

uploaddocs: docs # Compile the docs
rsync -avh docs/_build/html/ [email protected]:/var/www/html/direct --delete
rsync -avh docs/_build/html/ [email protected]:/var/www/html/docs/direct --delete

servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
Expand Down
Loading

0 comments on commit df99d4e

Please sign in to comment.