summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.polynomials.hermite_e.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-121-90/+4
| | | * DOC: Refactor polynomial docs using automodule.
* DOC: Improve numpy reference documentation of polynomial classes.Charles Harris2012-01-091-2/+2
| | | | | Add more explanation of what happens in polynomial substitution and also of its use in casting between types. Clean up some rst glitches.
* DOC: Add version added to some of the polynomial package modules.Charles Harris2012-01-091-0/+2
|
* BUG: Fix up links to classes.Charles Harris2012-01-091-3/+2
| | | | | The Sphinx markup was incorrect the documentation to the polynomial convenience classes wasn't being generated.
* DOC: Rearrange the polynomial documents.Charles Harris2012-01-091-0/+91
This is the first step in cleaning up the polynomial documentation and writing an instructional section on the convenience classes.