Skip to content
Snippets Groups Projects
Commit 13f2796b authored by David Schäfer's avatar David Schäfer
Browse files

moved scripts into seperate folder

parent 1ef08832
No related branches found
No related tags found
7 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!372fix doctest snippets,!369Current documentation
...@@ -38,11 +38,11 @@ clean: ...@@ -38,11 +38,11 @@ clean:
# trigger (saqc) customized documentation pipeline # trigger (saqc) customized documentation pipeline
doc: doc:
# generate parent fake module for the functions to be documented # generate parent fake module for the functions to be documented
python make_doc_module.py -p "saqc/funcs" -t "$(FUNCTIONS)" -sr ".." python scripts/make_doc_module.py -p "saqc/funcs" -t "$(FUNCTIONS)" -sr ".."
# generate environment table from dictionary # generate environment table from dictionary
python make_env_tab.py python scripts/make_env_tab.py
# make rest folders from markdown folders # make rest folders from markdown folders
# for k in $(MDLIST); do python make_md_to_rst.py -p sphinx-doc/"$$k" -sr ".."; done # for k in $(MDLIST); do python scripts/make_md_to_rst.py -p sphinx-doc/"$$k" -sr ".."; done
# make the html build # make the html build
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment