PyGSL does still lack an approbriate documentation. Most documentation is accessible over
the internal documentation strings. These are accessible as __doc__
attributes (the help
function does not always show them). It can be sometimes necessary to create an
object to see its methods as well as the documentation of the methods
(e.g.a random number generator in the rng module to see its methods).
The example directory contains examples for (nearly each) module.
Please feel welcome to add to the documentation!