@@ -952,15 +952,14 @@ (define-public python-cdflib
(home-page "https://github.com/MAVENSDC/cdflib")
(synopsis "Python library to deal with NASA's CDF astronmical data format")
(description "This package provides a Python CDF reader toolkit
-It provides functionality:
+It provides the following functionality:
@itemize
-@item Ability to read variables and attributes from CDF files (see CDF Reader
-Class)
-@item Writes CDF version 3 files (see CDF Writer Class)
+@item Ability to read variables and attributes from CDF files
+@item Writes CDF version 3 files
@item Can convert between CDF time types (EPOCH/EPOCH16/TT2000) to other common
-time formats (see CDF Time Conversions)
+time formats
@item Can convert CDF files into XArray Dataset objects and vice versa,
-attempting to maintain ISTP compliance (see Working with XArray)
+attempting to maintain ISTP compliance
@end itemize\n")
(license license:expat)))