- Module source is in
src/xdoctest. - New unit tests go in
tests. - Follow PEP 8.
- Prefer explanatory docstrings for API level documentation.
- Use rst files in
docs/source/manualfor narrative documentation. - Use
run_tests.pyfor unit tests and only. - Use
run_doctests.shfor doctests only. - Dependencies are listed in
requirements/*.txtand referenced insetup.py