gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master ed099bb: Book: corrected name of unit conversi


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ed099bb: Book: corrected name of unit conversion library
Date: Sun, 30 May 2021 20:13:56 -0400 (EDT)

branch: master
commit ed099bb4a1c08ea191df82aebfb650ba291de4a0
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: corrected name of unit conversion library
    
    By default, the node name of all the gnuastro libraries was just the simple
    title (without the '*.h' header file name). The '*.h' header file name is
    in the title of the page/section, but not in the node. However, by looking
    at the new 0.15 release, I just noticed that this convention was not
    followed for the units library (such that the node name had the parenthesis
    and header name!).
    
    With this commit, this has been corrected and the node name doesn't have
    parenthesis or the header's name.
---
 doc/gnuastro.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 9abbdc5..148179f 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -670,7 +670,7 @@ Gnuastro library
 * Convolution functions::       Library functions to do convolution.
 * Interpolation::               Interpolate (over blank values possibly).
 * Git wrappers::                Wrappers for functions in libgit2.
-* Unit conversion library (@file{units.h})::  Convert between units.
+* Unit conversion library::     Converting between recognized units.
 * Spectral lines library::      Functions for operating on Spectral lines.
 * Cosmology library::           Cosmological calculations.
 * SAO DS9 library::             Take inputs from files generated by SAO DS9.
@@ -22301,7 +22301,7 @@ If you use the Info version of this manual (see 
@ref{Info}), you don't have to w
 * Convolution functions::       Library functions to do convolution.
 * Interpolation::               Interpolate (over blank values possibly).
 * Git wrappers::                Wrappers for functions in libgit2.
-* Unit conversion library (@file{units.h})::  Convert between units.
+* Unit conversion library::     Converting between recognized units.
 * Spectral lines library::      Functions for operating on Spectral lines.
 * Cosmology library::           Cosmological calculations.
 * SAO DS9 library::             Take inputs from files generated by SAO DS9.
@@ -29250,7 +29250,7 @@ blank. To see if any blank (non-interpolated) elements 
remain, you can use
 @end deftypefun
 
 
-@node Git wrappers, Unit conversion library (@file{units.h}), Interpolation, 
Gnuastro library
+@node Git wrappers, Unit conversion library, Interpolation, Gnuastro library
 @subsection Git wrappers (@file{git.h})
 
 @cindex Git
@@ -29286,7 +29286,7 @@ not installed or the program calling this function is 
not within a version
 controlled directory, then the output will be the @code{NULL} pointer.
 @end deftypefun
 
-@node Unit conversion library (@file{units.h}), Spectral lines library, Git 
wrappers, Gnuastro library
+@node Unit conversion library, Spectral lines library, Git wrappers, Gnuastro 
library
 @subsection Unit conversion library (@file{units.h})
 
 Datasets can contain values in various formats or units.
@@ -29343,7 +29343,7 @@ Convert counts to Janskys through an AB magnitude-based 
zero point.
 For more on the equation, see @ref{Brightness flux magnitude}.
 @end deftypefun
 
-@node Spectral lines library, Cosmology library, Unit conversion library 
(@file{units.h}), Gnuastro library
+@node Spectral lines library, Cosmology library, Unit conversion library, 
Gnuastro library
 @subsection Spectral lines library (@file{speclines.h})
 
 Gnuastro's library has the following macros and functions for dealing with 
spectral lines.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]