diff options
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.padding.rst | 9 | ||||
-rw-r--r-- | doc/source/reference/routines.rst | 45 |
2 files changed, 32 insertions, 22 deletions
diff --git a/doc/source/reference/routines.padding.rst b/doc/source/reference/routines.padding.rst new file mode 100644 index 000000000..38706edea --- /dev/null +++ b/doc/source/reference/routines.padding.rst @@ -0,0 +1,9 @@ +Padding Arrays +============== + +.. currentmodule:: numpy + +.. autosummary:: + :toctree: generated/ + + pad diff --git a/doc/source/reference/routines.rst b/doc/source/reference/routines.rst index 14b4f4d04..10d12330c 100644 --- a/doc/source/reference/routines.rst +++ b/doc/source/reference/routines.rst @@ -17,33 +17,34 @@ indentation. routines.array-creation routines.array-manipulation - routines.indexing + routines.bitwise + routines.char + routines.ctypeslib + routines.datetime routines.dtype - routines.io + routines.dual + routines.emath + routines.err routines.fft + routines.financial + routines.functional + routines.help + routines.indexing + routines.io routines.linalg - routines.random - routines.sort routines.logic - routines.bitwise - routines.statistics - routines.math - routines.functional - routines.polynomials - routines.datetime - routines.financial - routines.set - routines.window - routines.err - routines.maskna routines.ma - routines.help - routines.other - routines.testing - routines.emath + routines.maskna + routines.math routines.matlib - routines.dual routines.numarray routines.oldnumeric - routines.ctypeslib - routines.char + routines.other + routines.padding + routines.polynomials + routines.random + routines.set + routines.sort + routines.statistics + routines.testing + routines.window |