Resolve new documentation issues that have cropped up
This commit is contained in:
@@ -26,10 +26,9 @@
|
||||
|
||||
|
||||
class Libsplash(Package):
|
||||
"""
|
||||
libSplash aims at developing a HDF5-based I/O library for HPC simulations.
|
||||
It is created as an easy-to-use frontend for the standard HDF5 library
|
||||
with support for MPI processes in a cluster environment. While the
|
||||
"""libSplash aims at developing a HDF5-based I/O library for HPC
|
||||
simulations. It is created as an easy-to-use frontend for the standard HDF5
|
||||
library with support for MPI processes in a cluster environment. While the
|
||||
standard HDF5 library provides detailed low-level control, libSplash
|
||||
simplifies tasks commonly found in large-scale HPC simulations, such as
|
||||
iterative computations and MPI distributed processes.
|
||||
|
@@ -26,8 +26,7 @@
|
||||
|
||||
|
||||
class Opencoarrays(CMakePackage):
|
||||
"""
|
||||
OpenCoarrays is an open-source software project that produces an
|
||||
"""OpenCoarrays is an open-source software project that produces an
|
||||
application binary interface (ABI) supporting coarray Fortran (CAF)
|
||||
compilers, an application programming interface (API) that supports users
|
||||
of non-CAF compilers, and an associated compiler wrapper and program
|
||||
|
@@ -26,14 +26,13 @@
|
||||
|
||||
|
||||
class Pngwriter(Package):
|
||||
"""
|
||||
PNGwriter is a very easy to use open source graphics library that uses PNG
|
||||
as its output format. The interface has been designed to be as simple and
|
||||
intuitive as possible. It supports plotting and reading pixels in the RGB
|
||||
(red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan,
|
||||
magenta, yellow, black) colour spaces, basic shapes, scaling, bilinear
|
||||
interpolation, full TrueType antialiased and rotated text support, bezier
|
||||
curves, opening existing PNG images and more.
|
||||
"""PNGwriter is a very easy to use open source graphics library that uses
|
||||
PNG as its output format. The interface has been designed to be as simple
|
||||
and intuitive as possible. It supports plotting and reading pixels in the
|
||||
RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK
|
||||
(cyan, magenta, yellow, black) colour spaces, basic shapes, scaling,
|
||||
bilinear interpolation, full TrueType antialiased and rotated text support,
|
||||
bezier curves, opening existing PNG images and more.
|
||||
"""
|
||||
|
||||
homepage = "http://pngwriter.sourceforge.net/"
|
||||
|
Reference in New Issue
Block a user