summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-08-30 15:58:22 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2016-08-30 15:58:22 -0500
commit9b455e925488bd44cfbb591fc55d4dfb01e30e90 (patch)
tree1824611860bcad5412f1b3109bc06f5366358cb9 /var
parentcc7df29e810b0733d7457720a18fe4400ef90990 (diff)
downloadspack-9b455e925488bd44cfbb591fc55d4dfb01e30e90.tar.gz
spack-9b455e925488bd44cfbb591fc55d4dfb01e30e90.tar.bz2
spack-9b455e925488bd44cfbb591fc55d4dfb01e30e90.tar.xz
spack-9b455e925488bd44cfbb591fc55d4dfb01e30e90.zip
Resolve new documentation issues that have cropped up
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libsplash/package.py7
-rw-r--r--var/spack/repos/builtin/packages/opencoarrays/package.py3
-rw-r--r--var/spack/repos/builtin/packages/pngwriter/package.py15
3 files changed, 11 insertions, 14 deletions
diff --git a/var/spack/repos/builtin/packages/libsplash/package.py b/var/spack/repos/builtin/packages/libsplash/package.py
index 0659f7d650..21a6eede3f 100644
--- a/var/spack/repos/builtin/packages/libsplash/package.py
+++ b/var/spack/repos/builtin/packages/libsplash/package.py
@@ -26,10 +26,9 @@ from spack import *
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.
diff --git a/var/spack/repos/builtin/packages/opencoarrays/package.py b/var/spack/repos/builtin/packages/opencoarrays/package.py
index 0003157985..d9760e2afc 100644
--- a/var/spack/repos/builtin/packages/opencoarrays/package.py
+++ b/var/spack/repos/builtin/packages/opencoarrays/package.py
@@ -26,8 +26,7 @@ from spack import *
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
diff --git a/var/spack/repos/builtin/packages/pngwriter/package.py b/var/spack/repos/builtin/packages/pngwriter/package.py
index 037a2eb4f3..c51f1f82a8 100644
--- a/var/spack/repos/builtin/packages/pngwriter/package.py
+++ b/var/spack/repos/builtin/packages/pngwriter/package.py
@@ -26,14 +26,13 @@ from spack import *
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/"