summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.polynomials.polynomial.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+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-10/+73
| | | | | This is the first step in cleaning up the polynomial documentation and writing an instructional section on the convenience classes.
* ENH: Add the polynomial module to the documentation.Charles Harris2011-06-201-0/+16
Also: 1. Note that the polynomial package is preferred over poly1d. 2. Remove deprecation of mapparms in __init__.py as it interferes with the documention of the method of the same name. This is probably safe as it is unlikely to be used yet. 3. Make some improvements to the documentation in polytemplate.