Skip to content

Commit

Permalink
rename notebooks to remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 30, 2023
1 parent 2699bac commit 02f6b30
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 1,511 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/autodoc_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ 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
# Remove whitespaces in filenames of tutorial notebooks only during workflow
- name: remove whitespaces in tutorial filenames
run: |
find $GITHUB_WORKSPACE/tutorial -type f -exec bash -c 'newname="${1// /}"; newname="${newname//-/_}"; mv "$1" "$newname"' bash {} \;
# Execute and convert notebooks
- name: execute notebooks
run: |
Expand Down
7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ Single-Event DataFrame (SED) documentation
:numbered:
:caption: Examples

tutorial/1_Binningfakedata
tutorial/2_ConversionPipelineforexampletime_resolvedARPESdata
tutorial/3_MetadatacollectionandexporttoNeXus
tutorial/Flashenergycalibration
tutorial/1_binning_fake_data
tutorial/2_conversion_pipeline_for_example_time-resolved_ARPES_data
tutorial/3_metadata_collection_and_export_to_NeXus

.. toctree::
:maxdepth: 2
Expand Down
302 changes: 0 additions & 302 deletions docs/tutorial/1_Binningfakedata.rst

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 02f6b30

Please sign in to comment.