r2626 - in /1.2: scons/manuals.py sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 08:33:45 2006 New Revision: 2626 URL: http://svn.gna.org/viewcvs/relax?rev=2626view=rev Log: Added the API documentation creation (using Epydoc) to the Scons scripts. The Scons target to create the HTML API documentation is called 'api_manual_html'. The

r2627 - /1.2/scons/manuals.py

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 08:58:43 2006 New Revision: 2627 URL: http://svn.gna.org/viewcvs/relax?rev=2627view=rev Log: Modification of the CSS file for the API documentation (HTML version). The file 'docs/api/epydoc.css' is being modified so that the links are not underlined, change

r2628 - in /1.2: scons/manuals.py sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 09:05:36 2006 New Revision: 2628 URL: http://svn.gna.org/viewcvs/relax?rev=2628view=rev Log: Changed the comments and docstrings of the Scons manual targets. The PDF or HMTL version is now in brackets after the 'user manual' and 'API documentation manual' parts.

r2629 - /1.2/scons/manuals.py

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 09:07:31 2006 New Revision: 2629 URL: http://svn.gna.org/viewcvs/relax?rev=2629view=rev Log: Fixed an incorrect comment in the 'compile_user_manual_html()' Scons build target function. Modified: 1.2/scons/manuals.py Modified: 1.2/scons/manuals.py URL:

r2630 - /1.2/sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 09:33:35 2006 New Revision: 2630 URL: http://svn.gna.org/viewcvs/relax?rev=2630view=rev Log: A completely new Scons help message has been created. The message (produced after typing 'scons --help') has been formatted to be in the same style as the relax help

r2631 - /1.2/sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 09:34:28 2006 New Revision: 2631 URL: http://svn.gna.org/viewcvs/relax?rev=2631view=rev Log: Changed the C module compilation Scons help message. Modified: 1.2/sconstruct Modified: 1.2/sconstruct URL:

r2632 - /1.2/sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 09:36:12 2006 New Revision: 2632 URL: http://svn.gna.org/viewcvs/relax?rev=2632view=rev Log: Fixed a very minor bug in the Scons source packaging target. The relax version was not being checked because the Depends statement was using 'package_bin' rather than

r2633 - in /1.3: scons/__init__.py scons/manuals.py sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 09:43:25 2006 New Revision: 2633 URL: http://svn.gna.org/viewcvs/relax?rev=2633view=rev Log: Ported r2618 to r2632 from the 1.2 line. The command used was: $ svn merge -r2617:2632 svn+ssh://[EMAIL PROTECTED]/svn/relax/1.2 These changes all relate to the Scons

Modified the CSS style of the links in the API documentation to match those of http://nmr-relax.com.

2006-10-12 Thread Edward d Auvergne
Title: Modified the CSS style of the links in the API documentation to match those of http://nmr-relax.com. Commit from bugman 2006-10-12 09:59 CEST Modified the CSS style of the links in the API documentation to match those of

r2634 - /1.2/float.py

2006-10-12 Thread garyt
Author: varioustoxins Date: Thu Oct 12 10:44:39 2006 New Revision: 2634 URL: http://svn.gna.org/viewcvs/relax?rev=2634view=rev Log: Initial checkin of code to work with ieee-754 double classes (nan etc) bug #6503 Uncaught nan in xh_vect from bugman task #3621 overview: NaN catching function.

r2635 - in /1.2: scons/distrib.py sconstruct

2006-10-12 Thread edward
Author: bugman Date: Thu Oct 12 11:04:46 2006 New Revision: 2635 URL: http://svn.gna.org/viewcvs/relax?rev=2635view=rev Log: Shifted the Scons distribution target functions from 'sconstruct' to 'scons/distrib.py'. The functions 'self.package' and 'self.gpg_sign' have been shifted into their

r2636 - in /1.2: float.py relax specific_fns/model_free.py

2006-10-12 Thread garyt
Author: varioustoxins Date: Thu Oct 12 16:19:00 2006 New Revision: 2636 URL: http://svn.gna.org/viewcvs/relax?rev=2636view=rev Log: changes to correct unicode errors from float.py and include nan and inf checks in model free calculations bug #6503 Uncaught nan in xh_vect from bugman task #3621

Changed almost all of the web page titles as they all were titled 'relax'! [...]

2006-10-12 Thread Edward d Auvergne
Title: Changed almost all of the web page titles as they all were titled 'relax'! [...] Commit from bugman 2006-10-13 07:28 CEST Changed almost all of the web page titles as they all were titled 'relax'! Each page now has a title reflecting

r2637 - /1.2/scons/distrib.py

2006-10-12 Thread edward
Author: bugman Date: Fri Oct 13 07:33:29 2006 New Revision: 2637 URL: http://svn.gna.org/viewcvs/relax?rev=2637view=rev Log: Fixed a bug in the Scons distribution target functions. The relax version number variable 'version' which exists in the base 'sconstruct' module doesn't exist within the

r2638 - /1.2/scons/distrib.py

2006-10-12 Thread edward
Author: bugman Date: Fri Oct 13 07:38:50 2006 New Revision: 2638 URL: http://svn.gna.org/viewcvs/relax?rev=2638view=rev Log: The fix of the previous revision has been redone. Rather than 'sconstruct' passing in the relax version number as an environmental variable, the file 'scons/distrib.py'

r2639 - /1.2/scons/install.py

2006-10-12 Thread edward
Author: bugman Date: Fri Oct 13 07:40:19 2006 New Revision: 2639 URL: http://svn.gna.org/viewcvs/relax?rev=2639view=rev Log: Shifted the 'install' and 'uninstall' target functions into their own module in the 'scons' dir. Added: 1.2/scons/install.py - copied, changed from r2635,

r2640 - /1.2/sconstruct

2006-10-12 Thread edward
Author: bugman Date: Fri Oct 13 07:43:59 2006 New Revision: 2640 URL: http://svn.gna.org/viewcvs/relax?rev=2640view=rev Log: Removal of the installation targets and changing of the initialisation of the system path variables. The installation target functions 'self.install()' and