Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 412 Bytes

Development.md

File metadata and controls

22 lines (13 loc) · 412 Bytes

Development info

After publishing on PyPI, also do a GitHub release.

After the GitHub release, bump version number in the Makefile and pyproject.toml

Python packaging tutorials: https://packaging.python.org/en/latest/tutorials/

Documentation

From the docs folder:

sphinx-apidoc -o source ../src/sbmlsh/
# to create stubs. Then
make clean
make html

xdg-open _build/html/index.html