Skip to content

Commit

Permalink
remove contributed examples + rename documented examples to simply ex…
Browse files Browse the repository at this point in the history
…amples
  • Loading branch information
navidcy committed Jul 4, 2024
1 parent 7fd7935 commit b868193
Show file tree
Hide file tree
Showing 44 changed files with 24 additions and 6,789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
sudo apt-get install -y pandoc
- name: Ensure sphinx builds (warnings allowed)
run: |
cp -r DocumentedExamples/ docs/
cp -r Examples/ docs/
cp -r Tutorials/ docs/
make -C docs html O=-n
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
python: "3"
jobs:
post_checkout:
- cp -r DocumentedExamples/ docs/
- cp -r Examples/ docs/
- cp -r Tutorials/ docs/

python:
Expand Down
Loading

0 comments on commit b868193

Please sign in to comment.