Menu

SVN archive Commit Log


Commit Date  
[r28061] by bugman

Ported r28058 and r28059 from trunk to fix the live HTML manual at http://www.nmr-relax.com .

The command used was:
svn merge -r28057:28059 svn+ssh://bugman@.../svn/relax/trunk/ .

.....
r28059 | bugman | 2015-10-15 11:55:30 +0200 (Thu, 15 Oct 2015) | 7 lines

Removal of an old replicated title in the LaTeX sources for the manual.

This is the title 'Model-free analysis' which is used for the entire specific analysis chapter as
well as for the model-free analysis section of the values, gradients, and Hessians for optimisation
chapter.


r28058 | bugman | 2015-10-15 11:51:00 +0200 (Thu, 15 Oct 2015) | 3 lines

Elimination of replicated titles in the LaTeX sources that the new frame order chapters introduced.
.....

2015-10-15 09:58:59 Tree
[r28060] by bugman

Fixes and improved printouts for the replicate_title_check scons target.

2015-10-15 09:55:59 Tree
[r28059] by bugman

Removal of an old replicated title in the LaTeX sources for the manual.

This is the title 'Model-free analysis' which is used for the entire specific analysis chapter as
well as for the model-free analysis section of the values, gradients, and Hessians for optimisation
chapter.

2015-10-15 09:55:30 Tree
[r28058] by bugman

Elimination of replicated titles in the LaTeX sources that the new frame order chapters introduced.

2015-10-15 09:51:00 Tree
[r28057] by bugman

The Scons compilation of the PDF and HTML manuals now checks for replicated titles.

A new replicate_title_check target has been added to the scons scripts. This calls the find()
method of the replicate LaTeX title finding script to determine if any titles are replicated, and if
so the scons target returns with a sys.exit(1) call. This target is set at the start of the
user_manual_pdf, user_manual_pdf_nofetch, user_manual_html, user_manual_html_nofetch scons targets.

The result is that the manual cannot be compiled if replicate titles exist, forcing the titles to be
changed. The result will be that the HTML pages at http://www.nmr-relax.com/manual/ will all be
unique, as replicated titles results in only one HTML page being created for all the sections.

2015-10-15 09:44:13 Tree
[r28056] by bugman

Removed the duplicate LaTeX title finding shell script.

This is now handled by the far more advanced Python script.

2015-10-15 09:27:10 Tree
[r28055] by bugman

Renamed the replicate title finding script.

2015-10-15 09:26:29 Tree
[r28054] by bugman

Converted the replicated title finding Python script to use a class structure.

This allows the script to be imported as a module. The replicate finding has been shifted into a
find() class method.

2015-10-15 09:26:01 Tree
[r28053] by bugman

Converted the duplicate title finding shell script into a Python script.

The Python script is far more advanced and uses a different logic to produce a table of replicated
titles and their count. The script also returns a failed exit status when replicates exist.

2015-10-15 09:12:36 Tree
[r28052] by bugman

Updated the shell script for finding duplicated titles in the LaTeX files of the manual.

2015-10-15 08:24:05 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.