commit cb5a3ed9352e5746d6a170d5c1154081730e43cf
parent f962e7b6a0635570b2e8dee051beacbd11777d40
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 21 Nov 2018 12:00:41 +0100
Sort the HT man pages in alphabetical order
Diffstat:
3 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/high-tune/high-tune.html b/high-tune/high-tune.html
@@ -18,12 +18,12 @@
<li>Reference documentation</li>
</ul>
<ul id=lvl2>
- <li><a href="../high-tune/man/man1/htrdr.1.html">htrdr</a></li>
- <li><a href="../high-tune/man/man5/htrdr-image.5.html">htrdr-image</a></li>
- <li><a href="../high-tune/man/man1/les2htcp.1.html">les2htcp</a></li>
<li><a href="../high-tune/man/man5/htcp.5.html">htcp</a></li>
<li><a href="../high-tune/man/man5/htmie.5.html">htmie</a></li>
<li><a href="../high-tune/man/man1/htpp.1.html">htpp</a></li>
+ <li><a href="../high-tune/man/man1/htrdr.1.html">htrdr</a></li>
+ <li><a href="../high-tune/man/man5/htrdr-image.5.html">htrdr-image</a></li>
+ <li><a href="../high-tune/man/man1/les2htcp.1.html">les2htcp</a></li>
</ul>
<ul>
<li><a href=https://gitlab.com/meso-star/htrdr>Source code repository</a></li>
@@ -109,13 +109,14 @@ data.
<p>This thin interface is, by nature, particularly well suited to be
<b>extended</b> and <b>integrated</b> into a any workflow. For instance, one
can save the cloud properties directly in the "High-Tune: cloud properties"
-format (<code>htcp</code>) or use the <code>les2htcp</code> tool to convert
-cloud properties from <a
-href="https://www.unidata.ucar.edu/software/netcdf/">NetCDF</a> to
+format (<a href=man/man5/htcp.5.html>htcp</a>) or use the <a
+href=man/man1/les2htcp.1.html>les2htcp</a> tool to convert cloud properties
+from <a href="https://www.unidata.ucar.edu/software/netcdf/">NetCDF</a> to
<code>htcp</code>. In the same way, the output image can be post-treated
-through <a href="http://www.gnuplot.info">gnuplot</a> or converted in a regular PPM
-image by the <code>htpp</code> program, and then visualised in an image viewer
-as for instance <a href="https://feh.finalrewind.org/">feh</a> or <a
+through <a href="http://www.gnuplot.info">gnuplot</a> or converted in a regular
+PPM image by the <a href="man/man1/htpp.1.html">htpp</a> program, and then
+visualised in an image viewer as for instance <a
+href="https://feh.finalrewind.org/">feh</a> or <a
href="https://imagemagick.org/script/display.php">display</a>.
<h2>Quick start</h2>
@@ -126,7 +127,7 @@ it. Finally source the provided <code>high_tune.profile</code> file to register
<code>htrdr</code> against the current shell.</p>
<pre class="code">
-$ source ~/High-Tune-RenDeRer-0.0.0-GNU-Linux64/etc/high_tune.profile
+$ source ~/High-Tune-0.0.0-GNU-Linux64/etc/high_tune.profile
$ htrdr -h
</pre>
diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in
@@ -43,7 +43,7 @@ Passing Interface</a> specification to parallelise its computations in a
<b>distribute memory</b> environment; the <code>htrdr</code> binary can thus be
run either directly or through a MPI process launcher like <code>mpirun</code>.
-<h2>A simple and extendable interface</h2>
+<h2>A straight interface</h2>
<div class="img" style="width: 16em">
<a href="DZVAR.png">
@@ -64,13 +64,14 @@ data.
<p>This thin interface is, by nature, particularly well suited to be
<b>extended</b> and <b>integrated</b> into a any workflow. For instance, one
can save the cloud properties directly in the "High-Tune: cloud properties"
-format (<code>htcp</code>) or use the <code>les2htcp</code> tool to convert
-cloud properties from <a
-href="https://www.unidata.ucar.edu/software/netcdf/">NetCDF</a> to
+format (<a href=man/man5/htcp.5.html>htcp</a>) or use the <a
+href=man/man1/les2htcp.1.html>les2htcp</a> tool to convert cloud properties
+from <a href="https://www.unidata.ucar.edu/software/netcdf/">NetCDF</a> to
<code>htcp</code>. In the same way, the output image can be post-treated
-through <a href="http://www.gnuplot.info">gnuplot</a> or converted in a regular PPM
-image by the <code>htpp</code> program, and then visualised in an image viewer
-as for instance <a href="https://feh.finalrewind.org/">feh</a> or <a
+through <a href="http://www.gnuplot.info">gnuplot</a> or converted in a regular
+PPM image by the <a href="man/man1/htpp.1.html">htpp</a> program, and then
+visualised in an image viewer as for instance <a
+href="https://feh.finalrewind.org/">feh</a> or <a
href="https://imagemagick.org/script/display.php">display</a>.
<h2>Quick start</h2>
diff --git a/meso-menu.sh b/meso-menu.sh
@@ -29,12 +29,12 @@ schiff_man_pages=(
)
high_tune_man_pages=(
- "htrdr 1"
- "htrdr-image 5"
- "les2htcp 1"
"htcp 5"
"htmie 5"
"htpp 1"
+ "htrdr 1"
+ "htrdr-image 5"
+ "les2htcp 1"
)
print_high_tune_sub_menu() {