Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfred82santa/sphinxcontrib-mscgen
mscgen Sphinx extension. Fork for Python 3
https://github.com/alfred82santa/sphinxcontrib-mscgen
Last synced: about 5 hours ago
JSON representation
mscgen Sphinx extension. Fork for Python 3
- Host: GitHub
- URL: https://github.com/alfred82santa/sphinxcontrib-mscgen
- Owner: alfred82santa
- License: other
- Created: 2014-08-06T18:21:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T10:07:49.000Z (over 9 years ago)
- Last Synced: 2023-03-29T19:23:35.993Z (over 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MAINTAINER
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
========================
Maintainer documentation
========================This document contains notes for developers and packagers. End users probably
want to read ``README`` and the files in the ``doc`` directory instead.PyPi Release
============1. Make sure the repository is up-to date.
2. Ensure the version is incremented:
- ``setup.py`` must be updated
- ``doc/config.py`` must be updated
- ``CHANGES.txt`` must contain a summary of the changes
3. Make sure all changes are committed, including the version number changes.
4. Tag the sources with ``hg tag -m 'Tag mscgen-X.Y'``.
5. Don't forget to ``hg push``.
6. Temporarily modify the ``setup.cfg`` file to comment out the variables
``tag_build = dev`` and ``tag_date = true`` (do **not** commit this
changes).
7. Register and upload the new release ``python setup.py register sdist
upload``.
8. Generate the documentation with ``make -C doc zip``.
9. Upload the new documentation (``doc/_build/sphinxcontrib-mscgen-doc.zip``) to
PyPi:
http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=sphinxcontrib-mscgen.. vim: set filetype=rst :