Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 970 Bytes

DEVELOPMENT.rst

File metadata and controls

31 lines (23 loc) · 970 Bytes

Development

Makefile targets

  • make release - based on version specified in wikipedia/__init__.py creates new release as well as git tag
  • make run-tests - run unit tests
  • make run-coverage - run code coverage
  • make pypi-html - generates single HTML documentation into pypi-doc.html
  • make html - generates HTML documentation similar to RTFD into folder _build/html/
  • make requirements - install requirements
  • make requirements-dev - install development requirements

Usage Statistics

Underlying API