MochiKit documentation is written in the ReST format (http://docutils.sourceforge.net/rst.html). If you want to contribute documentation and preview it, the script in scripts/make_docs.py will help you. You need docutils 0.4 minimum (http://docutils.sourceforge.net) and setuptools (http://peak.telecommunity.com/DevCenter/PythonEggs).

Once you have these installed, go to the top directory of the source tree and launch:

$ python scripts/make_docs.py

This will take all of the rst files in doc/rst/MochiKit and put the generated documentation in docs/html/MochiKit.