diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 15:59:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 16:00:32 +0100 |
commit | 1cfd7eafb936b3c4123c5fcc2308c2b8d04617de (patch) | |
tree | 9aedacd2491d73dbf1010c73148ac9f7ba2dac5c /gnu/packages/astronomy.scm | |
parent | ed8ac5524624fd6f3493a835aeb413266f2167d2 (diff) | |
download | guix-1cfd7eafb936b3c4123c5fcc2308c2b8d04617de.tar guix-1cfd7eafb936b3c4123c5fcc2308c2b8d04617de.tar.gz |
gnu: wcslib: Mark up description.
* gnu/packages/astronomy.scm (wcslib)[description]: Define ‘FITS’. Use @dfn.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8333c6bae3..c3a591baa3 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -86,9 +86,10 @@ in FITS files.") #t))))) (home-page "https://www.atnf.csiro.au/people/mcalabre/WCS") (synopsis "Library which implements the FITS WCS standard") - (description "The FITS \"World Coordinate System\" (WCS) standard defines -keywords and usage that provide for the description of astronomical coordinate -systems in a FITS image header.") + (description "The FITS \"World Coordinate System\" (@dfn{WCS}) standard +defines keywords and usage that provide for the description of astronomical +coordinate systems in a @dfn{FITS} (Flexible Image Transport System) image +header.") (license license:lgpl3+))) (define-public gnuastro |