Skip to content

Commit

Permalink
Move package logic into __init__.py (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschwab authored Oct 19, 2023
1 parent 124f66d commit 70669e3
Show file tree
Hide file tree
Showing 4 changed files with 805 additions and 768 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ audit:
docs: docs/index.html
docs/index.html: $(source) README.md
pdoc --version
pdoc --docformat "restructuredtext" ./arxiv/arxiv.py -o docs --no-search
mv docs/arxiv/arxiv.html docs/index.html
rmdir docs/arxiv
pdoc --docformat "restructuredtext" ./arxiv/__init__.py -o docs

clean:
rm -rf build dist
Expand Down
Loading

0 comments on commit 70669e3

Please sign in to comment.