Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 434 Bytes

File metadata and controls

executable file
·
23 lines (16 loc) · 434 Bytes

Generate API doc

Install packages

sudo pip3 install --upgrade 'pydoc-markdown>=4.0.0,<5.0.0' mkdocs

Regenerate API documentation

pydoc-markdown -I AirzoneCloud -m AirzoneCloud -m Installation -m Group -m Device --render-toc > API.md

Build new version and push to pypi

  • update version in setup.py
  • push new build on pypi
python setup.py sdist
twine upload --skip-existing dist/*