summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.polynomials.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Add more information about poly1d -> polynomial to reference guide (#16164)Ross Barnowski2020-12-151-10/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added internal link to polynomial package. Also uncapitalized Polynomial, to mitigate potential confusion of the Polynomial convenience class with the polynomial package. * WIP: Adding transition guide from poly1d to polynomial * WIP: Started adding quickref table for poly transition * WIP: Finish fleshing out transition guide for polynomials * Proofreading transition guide. * Fix traceback in code example for failing doctest. * DOC: Remove trailing _ from sphinx links. Was causing a CI failure on building the devdocs * Fix typo. Co-Authored-By: Chris Barnes <barnesc@janelia.hhmi.org> * DOC: Add note about terminology. Clarify the distinction between polynomial module and polynomial package. Co-authored-by: Chris Barnes <barnesc@janelia.hhmi.org>
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-121-4/+14
| | | * DOC: Refactor polynomial docs using automodule.
* DOC: merge wiki docs - edits under doc/.Ralf Gommers2012-07-071-9/+18
|
* DOC: Lower toc number of levels.Charles Harris2012-01-091-1/+1
|
* DOC: Rearrange the polynomial documents.Charles Harris2012-01-091-4/+13
| | | | | 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/+14
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.