Skip to content

Commit

Permalink
Remove docs directory and tasks because they were not used
Browse files Browse the repository at this point in the history
Update geo data
  • Loading branch information
yaph committed Nov 2, 2021
1 parent 38ef8f8 commit b8b85c3
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 764 deletions.
15 changes: 1 addition & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
.PHONY: clean docs
.PHONY: clean

help:
@echo "clean - remove all build, test, coverage and Python artifacts"
@echo "clean-build - remove build artifacts"
@echo "clean-pyc - remove Python file artifacts"
@echo "clean-test - remove test and coverage artifacts"
@echo "dist - package"
@echo "docs - generate Sphinx HTML documentation, including API docs"
@echo "docs-release - generate and upload docs to PyPI"
@echo "test - run tests quickly with the default Python"
@echo "test-all - run tests on every Python version with tox"
@echo "release - package and upload a release"
Expand Down Expand Up @@ -57,17 +55,6 @@ dist: clean
python setup.py sdist
python setup.py bdist_wheel

docs:
rm -f docs/geonamescache.rst
rm -f docs/modules.rst
sphinx-apidoc -o docs/ geonamescache
$(MAKE) -C docs clean
$(MAKE) -C docs html
firefox docs/_build/html/index.html

docs-release: docs
python setup.py upload_docs

install: clean
pip install -r requirements.txt --use-mirrors
python setup.py install
Expand Down
177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

Loading

0 comments on commit b8b85c3

Please sign in to comment.