kheops/docs/build_doc.sh
2022-02-02 17:44:08 -05:00

14 lines
307 B
Bash
Executable File

#!/bin/bash
make clean
#sphinx-apidoc -f -M -o ./api ../kheops/
sphinx-apidoc -M -o ./api ../kheops/
mkdir -p learn
jupyter nbconvert --to markdown --output=../learn/learn101.md jupyter/learn101.ipynb
# See: https://www.datacamp.com/community/tutorials/jinja2-custom-export-templates-jupyter
make html