Intro

3D Geom functions (not dependent on pymol) and lots of pymol-specific stuff

You should be able to run / import these file without changing your path

To test, run ‘python -m unittest discover’ in the pymol directory. To test an individual module, run that file and it will do all the doctests.

To build docs, you need Sphinx (I use v1.1.3), which is the standard python doc generator cd into doc and ‘make html’. You can add docs as you like in the docstrings and in doc/source.