Menu

SVN archive Commit Log


Commit Date  
[r2630] by bugman

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 message ('relax --help'). A line describing the Scons usage has been added. The result
of providing no target, C module compilation, has been added. Both the 'standard targets' and the
'specific targets' are now described. Every last Scons target is fully described.

2006-10-12 07:33:35 Tree
[r2629] by bugman

Fixed an incorrect comment in the 'compile_user_manual_html()' Scons build target function.

2006-10-12 07:07:31 Tree
[r2628] by bugman

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.

2006-10-12 07:05:36 Tree
[r2627] by bugman

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 colour
when the mouse is over them, are not in bold, and have the same colouring as the standard
http://nmr-relax.com pages. This makes the API documentation pages fit better with the style of
http://nmr-relax.com.

2006-10-12 06:58:43 Tree
[r2626] by bugman

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
documentation can be created by typing:
$ scons api_manual_html

The function 'compile_api_manual_html()' was added to the 'scons/manuals.py' file. This function
runs the 'epydoc' command. All the Epydoc options are specified in that function.

2006-10-12 06:33:45 Tree
[r2625] by bugman

Removed all traces of Adobe Acrobat Reader (deleted the acro() function, etc.).

2006-10-12 05:21:15 Tree
[r2624] by bugman

Created a new standard manual target called 'user_manual_html_nofetch'.

2006-10-12 05:19:57 Tree
[r2623] by bugman

Removed the Adobe Acrobat dependancy from the standard manual targets.

This allows for the removal of the target 'user_manual_pdf_dist' as the only difference between that
target and 'user_manual_pdf' was the launching of Acroreader!

2006-10-12 05:18:12 Tree
[r2622] by bugman

Created a single custom builder (using the dummy function) for all the standard manual targets.

2006-10-12 05:13:24 Tree
[r2621] by bugman

Complete overhaul of the relax manual targets.

The relax manual is now referred to as the user manaul (to allow a developers manual in the future).

The functions for compiling the manual have been renamed:
'user_manual_html()' to 'compile_user_manual_html()'.
'user_manual_pdf()' to 'compile_user_manual_pdf()'.

The header printed when compiling from the LaTeX sources has been updated.

Many target names have changes:
'manual_dist' to 'user_manual_pdf_dist'.
'manual' to 'user_manual_pdf'.
'manual_nofetch' to 'user_manual_pdf_nofetch'.
'manual_dist' to 'user_manual_pdf_dist'.
'user_manual_pdf' to 'compile_user_manual_pdf'.
'user_manual_html' to 'compile_user_manual_html'.

The HTML target has been split in two.

2006-10-12 05:08:18 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.