docs: run codespell on all notebooks (#736)

* run codespell on all notebooks

* fix codespell
This commit is contained in:
Vadym Barda
2024-06-20 21:39:13 -04:00
committed by GitHub
parent cae502b8fe
commit f741fbf92e
20 changed files with 70 additions and 55 deletions
+5 -2
View File
@@ -1,4 +1,4 @@
.PHONY: build-docs serve-docs serve-clean-docs clean-docs
.PHONY: build-docs serve-docs serve-clean-docs clean-docs codespell
build-docs:
poetry run python docs/_scripts/copy_notebooks.py
@@ -14,4 +14,7 @@ serve-docs:
clean-docs:
find ./docs/docs -name "*.ipynb" -type f -delete
rm -rf docs/site
rm -rf docs/site
codespell:
./docs/codespell_notebooks.sh .