* pdf http://download.gna.org/relax/manual/relax.pdf
* Latest builded manual http://download.gna.org/relax/manual
= Get help =
The help section in relax is the best you can get !
Just start relax in terminal:
<source lang="python">
> relax
# Then write, to see options which is related to relax_disp.
relax> help(relax_disp)
For example:
help(relax_disp.select_model)
# You can find more info at the wiki: http://wiki.nmr-relax.com/Category:Relaxation_dispersion
# Here you can find link to the online HTML manual, and the API documentation.
# You may want to read:
help(relax_disp.exp_type)
help(spectrum)
help(spectrum.replicated)
help(spectrum.baseplane_rmsd)
help(spectrometer)
# This a very very fast an useful method to quickly understand the functions.
# If you are unsure how to find where each method function is put, start the GUI.
# In the top menu, go through the settings.
# They are ordered the same way. ! :-)
# For example.
help(grid_search)
</source>
= Build manual =