We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f06f60 commit 869ad48Copy full SHA for 869ad48
online-docs/Makefile
@@ -18,5 +18,5 @@ help:
18
# Catch-all target: route all unknown targets to Sphinx using the new
19
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
20
%: Makefile
21
- cp ../postProcessing/Tutorial/*.ipynb notebooks/
+ cp ../utils/Tutorial/*.ipynb notebooks/
22
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments