Skip to content

Commit

Permalink
host locally the images of the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jun 10, 2024
1 parent 80627a2 commit 1f64e66
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ $(TUTORIALSDIR)/%.rst: ../tutorials/%.ipynb
mkdir -p $(TUTORIALSDIR)
$(IPYTHON) nbconvert $< --to rst --output-dir=$(TUTORIALSDIR)/
cp -R ../tutorials/wrapping_img/ $(TUTORIALSDIR)/
cp -R ../tutorials/img/ $(TUTORIALSDIR)/

tutorials: $(RST_FILES)

Expand Down
Loading

0 comments on commit 1f64e66

Please sign in to comment.