Fix package docstrings, #1612

This commit is contained in:
Adam J. Stewart
2016-08-24 10:32:29 -05:00
parent 0614bd206f
commit eb56744f4d
31 changed files with 83 additions and 128 deletions

View File

@@ -27,11 +27,9 @@
class Petsc(Package):
"""
PETSc is a suite of data structures and routines for the scalable
"""PETSc is a suite of data structures and routines for the scalable
(parallel) solution of scientific applications modeled by partial
differential equations.
"""
differential equations."""
homepage = "http://www.mcs.anl.gov/petsc/index.html"
url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.5.3.tar.gz"