[SciPy-user] Docs for Krogh Interpolator

Joshua Stults joshua.stults at gmail.com
Wed May 13 07:33:04 EDT 2009


By docstrings do you mean the text from:

import scipy.interpolate
print scipy.interpolate.KroghInterpolator.__doc__

That gives me the same two paragraphs that are in the html
documentation page.  I'm using Python version 2.5.2 and scipy as
packaged for Fedora 10.

On Wed, May 13, 2009 at 7:26 AM, Pauli Virtanen <pav at iki.fi> wrote:
> Wed, 13 May 2009 07:19:56 -0400, Joshua Stults kirjoitti:
>> The docs for doing Hermite polynomial interpolation (specifying function
>> and derivative values at points), seem a little lacking:
>>
>> http://docs.scipy.org/doc/scipy/reference/generated/
> scipy.interpolate.KroghInterpolator.html
> [clip]
>
> This is a problem in how our Sphinx documentation is organized. The
> documentation is available in the docstrings, but does not end up in the
> HTML docs. Needs fixing...
>
> --
> Pauli Virtanen
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



-- 
Joshua Stults
Website: http://j-stults.blogspot.com



More information about the SciPy-User mailing list