The fsleyes-widgets
package contains a collection of GUI widgets and
utilities, based on wxPython. These widgets are
used by fsleyes-props
and fsleyes
.
All of the dependencies of fsleyes-widgets
are listed in the
requirements.txt file.
fsleyes-widgets
is documented using
sphinx. You can build the API documentation
by running:
python setup.py doc
The HTML documentation will be generated and saved in the doc/html/
directory.
If you would like to contribute to fsleyes-widgets
, take a look at the
fslpy
contributing guide.