summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.polynomials.package.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Update poly class refguide printing.Ross Barnowski2020-05-151-0/+8
| | | | | | | | | Update routines.polynomials.classes doc in the refguide to reflect changes to polynomial printing. Add additional information to the document about the various ways that the string representation of polynomial expressions can be controlled via formatting.
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-121-19/+5
| | | * DOC: Refactor polynomial docs using automodule.
* ENH: Better links in documentationEric Larson2019-01-071-0/+2
|
* DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert2017-09-231-0/+1
|
* DOC: Add version added to some of the polynomial package modules.Charles Harris2012-01-091-0/+2
|
* DOC: Rearrange the polynomial documents.Charles Harris2012-01-091-0/+15
This is the first step in cleaning up the polynomial documentation and writing an instructional section on the convenience classes.