[Python-modules-commits] [python-pysolar] 02/06: Temporarily removed docstring that Sphinx was choking on.
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 23:36:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to annotated tag 0.4.3
in repository python-pysolar.
commit fa4976de84dda7f06f22303614d90a29415de72c
Author: pingswept <brandon at pingswept.org>
Date: Tue Mar 9 19:05:28 2010 -0500
Temporarily removed docstring that Sphinx was choking on.
---
constants.py | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/constants.py b/constants.py
index 95a08a6..bf09745 100644
--- a/constants.py
+++ b/constants.py
@@ -40,11 +40,7 @@ See also ftp://ftp.imcce.fr/pub/ephem/planets/vsop87/VSOP87D.ear
"""
-def buildPolyFit((a, b, c, d)):
- """Given coefficients a through d, this function returns a polynomial
- function that can be used repeatedly.
-
- """
+def buildPolyFit((a, b, c, d)):
return (lambda x: a + b * x + c * x ** 2 + (x ** 3) / d)
def buildPolyDict():
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list