https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: f257c5f4777a7337854fe68b28539e20b9a4a6eb authored by Amos Egel on 16 July 2020, 10:17:17 UTC
update docstrings
Tip revision: f257c5f
release_checklist.rst
releasing a SMUTHI version
===========================

- run nosetests
- update version number and dependencies in version.py
- update README.rst
- update version number in docs/
- update docs/input_files.rst
- update docs/about_smuthi.rst
- build source distribution by running the command 'python setup.py sdist' (in the command window)
- upload to PyPi by running the command 'twine upload dist/*' (in the command window)
- push everything to the online repository
- update documentation by building from readthedocs.org

back to top