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 5efa799 commit 5254725Copy full SHA for 5254725
docsrc/Makefile
@@ -23,12 +23,9 @@ github:
23
@cp -a ../examples/. source/_examples
24
@rm -rf source/_examples/in_progress # ignore if in_progress does not exist
25
@make html
26
+ @echo 'Copying output from _build/html to ../docs.'
27
@cp -a _build/html/. ../docs
28
@cp .nojekyll ../docs/.nojekyll
- @rm -r _build/html/
29
- @rm -r source/_examples
30
-# @rm source/installation.rst
31
- @rm source/contributing.md
32
33
clean:
34
@rm -rf ../docs/*
@@ -37,6 +34,7 @@ clean:
37
clean-all:
38
35
39
36
@rm -rf _build
+ @rm -rf source/_examples
40
# remove all files from source/api except for bayesflow.rst
41
@find source/api -type f ! -name 'bayesflow.rst' -exec rm -f {} +
42
0 commit comments