Yet more name change stuff.
This commit is contained in:
parent
53e766b41f
commit
2ad2b0e4fa
8
Makefile
8
Makefile
|
@ -46,7 +46,7 @@ clean-test:
|
||||||
rm -fr htmlcov/
|
rm -fr htmlcov/
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
flake8 py-polymorphic-loader tests
|
flake8 polyloader tests
|
||||||
|
|
||||||
test:
|
test:
|
||||||
py.test
|
py.test
|
||||||
|
@ -56,15 +56,15 @@ test-all:
|
||||||
tox
|
tox
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
coverage run --source py-polymorphic-loader py.test
|
coverage run --source polyloader py.test
|
||||||
coverage report -m
|
coverage report -m
|
||||||
coverage html
|
coverage html
|
||||||
$(BROWSER) htmlcov/index.html
|
$(BROWSER) htmlcov/index.html
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
rm -f docs/py-polymorphic-loader.rst
|
rm -f docs/polyloader.rst
|
||||||
rm -f docs/modules.rst
|
rm -f docs/modules.rst
|
||||||
sphinx-apidoc -o docs/ py-polymorphic-loader
|
sphinx-apidoc -o docs/ polyloader
|
||||||
$(MAKE) -C docs clean
|
$(MAKE) -C docs clean
|
||||||
$(MAKE) -C docs html
|
$(MAKE) -C docs html
|
||||||
$(BROWSER) docs/_build/html/index.html
|
$(BROWSER) docs/_build/html/index.html
|
||||||
|
|
|
@ -85,17 +85,17 @@ qthelp:
|
||||||
@echo
|
@echo
|
||||||
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
|
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
|
||||||
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
|
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
|
||||||
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/py-polymorphic-loader.qhcp"
|
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/polyloader.qhcp"
|
||||||
@echo "To view the help file:"
|
@echo "To view the help file:"
|
||||||
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/py-polymorphic-loader.qhc"
|
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/polyloader.qhc"
|
||||||
|
|
||||||
devhelp:
|
devhelp:
|
||||||
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
|
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
|
||||||
@echo
|
@echo
|
||||||
@echo "Build finished."
|
@echo "Build finished."
|
||||||
@echo "To view the help file:"
|
@echo "To view the help file:"
|
||||||
@echo "# mkdir -p $$HOME/.local/share/devhelp/py-polymorphic-loader"
|
@echo "# mkdir -p $$HOME/.local/share/devhelp/polyloader"
|
||||||
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/py-polymorphic-loader"
|
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/polyloader"
|
||||||
@echo "# devhelp"
|
@echo "# devhelp"
|
||||||
|
|
||||||
epub:
|
epub:
|
||||||
|
|
Loading…
Reference in New Issue