Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Feb 1, 2024
1 parent 5744a9a commit 154a8b1
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 103 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ changelog:
##
.PHONY: clean
clean:
rm -rf .pytest_cache .cache \
rm -rf .mypy_cache .pytest_cache .cache \
build/ dist/ python_cmethods.egg-info \
docs/_build \
examples/.ipynb_checkpoints .ipynb_checkpoints \
.mypy_cache .pytest_cache
doc/_build

rm -f .coverage cmethods/_version.py

Expand Down
Loading

0 comments on commit 154a8b1

Please sign in to comment.