Committing to zroya

This page is work in progress.

Changes in C files

  1. Build Python extension from C source.
python setup.py build

Make sure there are no errors.

  1. Run current tests.
python setup.py test
  1. Write your own tests when necessary.
  2. Change documentation. See Changes in documentation section.
  3. Make stubs
python setup.py stubs

Changes in Python files

  1. Test your changes with existing tests
python setup.py test
  1. Write your own tests when necessary.
  2. Change documentation. See Changes in documentation section.
  3. Make stubs
python setup.py stubs

Changes in documentation

  1. Build html documentation.
python setup.py docs