Skip to content

Commit

Permalink
Refactor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbachcedric committed Jan 10, 2023
1 parent 3d8b90a commit cc4dad3
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 44 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ format:
execute-notebooks:
jupyter nbconvert --execute --to notebook --inplace docs/*/*.ipynb --ExecutePreprocessor.timeout=-1

render-notebooks:
jupyter nbconvert --to markdown docs/examples/*/*.ipynb

doc: render-notebooks
doc:
(cd benchmarks && python render.py)
mkdocs build

Expand Down
Loading

0 comments on commit cc4dad3

Please sign in to comment.