Skip to content

Commit

Permalink
fix index file and action
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Nov 3, 2023
1 parent 0d03aba commit 0b3da5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ jobs:
sudo wget https://github.com/jgm/pandoc/releases/download/3.1.8/pandoc-3.1.8-1-amd64.deb
sudo dpkg -i pandoc-3.1.8-1-amd64.deb
- name: copy tutorial files to docs
run: cp -r $GITHUB_WORKSPACE/tutorial $GITHUB_WORKSPACE/docs/

- name: download WSe2 data
run: |
cd $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE/docs/tutorial
curl -L --output ./WSe2.zip https://zenodo.org/record/6369728/files/WSe2.zip
unzip -o ./WSe2.zip -d .
rm ./WSe2.zip
- name: build Sphinx docs
run: poetry run sphinx-build -b html $GITHUB_WORKSPACE/docs $GITHUB_WORKSPACE/_build
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Single-Event DataFrame (SED) documentation
:numbered:
:caption: Examples

../../tutorial/1_binning_fake_data.ipynb
../../tutorial/2_conversion_pipeline_for_example_time-resolved_ARPES_data.ipynb
../../tutorial/3_metadata_collection_and_export_to_NeXus.ipynb
tutorial/1_binning_fake_data.ipynb
tutorial/2_conversion_pipeline_for_example_time-resolved_ARPES_data.ipynb
tutorial/3_metadata_collection_and_export_to_NeXus.ipynb

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 0b3da5b

Please sign in to comment.