Skip to content

Commit

Permalink
create notebook folders
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Sep 8, 2023
1 parent 0e9058d commit 1753542
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ help:

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
%: Makefile examples tutorials
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

examples:
mkdir user-guide/examples

tutorials:
mkdir user-guide/tutorials

clean:
rm -rf api
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Expand Down

0 comments on commit 1753542

Please sign in to comment.