Skip to content

Commit

Permalink
ENH: download all files through gdown (#4)
Browse files Browse the repository at this point in the history
* DX: add GitHub caching for data and notebooks
* MAINT: clean up more metadata
* MAINT: install runtime dependencies through notebooks
  • Loading branch information
redeboer authored Sep 8, 2023
1 parent d3ddef1 commit e3f0bb2
Show file tree
Hide file tree
Showing 15 changed files with 413 additions and 1,200,706 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ jobs:
with:
python-version: "3.10"
- run: pip install -r requirements.txt
- name: Fetch Jupyter cache
uses: actions/cache@v3
with:
key: jupyter-cache
path: |
./_build/.jupyter_cache
- name: Fetch downloaded data
uses: actions/cache@v3
with:
key: data
path: |
./data
- run: jupyter book build . -W
- uses: actions/upload-pages-artifact@v1
if: always()
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ repos:
cell.metadata.slideshow
cell.metadata.user_expressions
metadata.celltoolbar
metadata.colab.name
metadata.colab.provenance
metadata.colab
metadata.interpreter
metadata.notify_time
metadata.toc
Expand Down
400,000 changes: 0 additions & 400,000 deletions data/Three-particles-1.dat

This file was deleted.

400,000 changes: 0 additions & 400,000 deletions data/Three-particles-2.dat

This file was deleted.

Loading

0 comments on commit e3f0bb2

Please sign in to comment.