Hi,

I've got a few questions about the automatically generated Python documentation.

1. Is this done by doxygen like the C++ documentation?

2. What are the rules that determine whether text in source files is included as documentation or not? Clearly docstrings are, but also some comments do (only those at module scope?)

3. Similarly, what determines which packages are documented or not? For example, from http://cctbx.sourceforge.net/current/python/rstbx.html, cftbx is documented but bpcx is not. Is there at some point a manual decision about what should be documented?

Cheers

-- David