Skip to content

Commit

Permalink
remove "np.ndarray" from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen committed Apr 14, 2024
1 parent dd3edc1 commit 3b18a19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@

tag:
git tag $(shell cat version.txt)
git push --tags

pypipush:
python setup.py develop
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/* --skip-existing
5 changes: 0 additions & 5 deletions meta/documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ find ./documentation/tmp/$pkg -type f ! -name "*.py" -delete
# rm empty dirs finally
find ./documentation/tmp/$pkg -type d -empty -delete

#
# change some aliases
#
sed -i 's/np.ndarray/"np.ndarray"/g' ./documentation/tmp/$pkg/utils/aliases.py

#
#
# DOCUMENTATION BUILD
Expand Down

0 comments on commit 3b18a19

Please sign in to comment.