svn+ssh://bugman@.../svn/relax/trunk
........
r18927 | bugman | 2013-03-20 22:36:14 +0100 (Wed, 20 Mar 2013) | 5 lines
Converted links in all docstrings to use the Epydoc hyperlink notation.
This will allow links to be clickable for the API documentation (http://www.nmr-relax.com/api/).
........
r18928 | bugman | 2013-03-20 22:55:12 +0100 (Wed, 20 Mar 2013) | 5 lines
Added Epydoc hyperlink markup for the bug tracker in the system test docstring where missing.
This is for a better API documentation (http://www.nmr-relax.com/api/).
........
r18929 | bugman | 2013-03-21 15:10:11 +0100 (Thu, 21 Mar 2013) | 7 lines
The lib.structure.rotor.rotor_pdb() rotor_angle argument should now be in radians.
This does not affect the structure.create_rotor_pdb() user function as the
generic_fns.structure.geometric.create_rotor_pdb() function converts the value to radians prior to
calling the rotor_pdb() function.
........