Skip to content

Commit f24f579

Browse files
committed
Move package logic into __init__.py
+ Leaves arxiv.py as a deprecated alias. + Updates docs target accordingly; enable search.
1 parent 124f66d commit f24f579

File tree

3 files changed

+775
-768
lines changed

3 files changed

+775
-768
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ audit:
2020
docs: docs/index.html
2121
docs/index.html: $(source) README.md
2222
pdoc --version
23-
pdoc --docformat "restructuredtext" ./arxiv/arxiv.py -o docs --no-search
24-
mv docs/arxiv/arxiv.html docs/index.html
25-
rmdir docs/arxiv
23+
pdoc --docformat "restructuredtext" ./arxiv/__init__.py -o docs
2624

2725
clean:
2826
rm -rf build dist

0 commit comments

Comments
 (0)