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

@@ -26,8 +26,7 @@
class ArpackNg(Package):
"""
ARPACK-NG is a collection of Fortran77 subroutines designed to solve large
"""ARPACK-NG is a collection of Fortran77 subroutines designed to solve large
scale eigenvalue problems.
Important Features:
@@ -51,8 +50,8 @@ class ArpackNg(Package):
forked it and implemented their own modifications, arpack-ng aims to tackle
this by providing a common repository and maintained versions.
arpack-ng is replacing arpack almost everywhere.
"""
arpack-ng is replacing arpack almost everywhere."""
homepage = 'https://github.com/opencollab/arpack-ng'
url = 'https://github.com/opencollab/arpack-ng/archive/3.3.0.tar.gz'