Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 59c3745

Browse files
committed
Fix
1 parent d3c5f9f commit 59c3745

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

api/deepnumpy/arrays.ndarray.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@ New arrays can be constructed using the routines detailed in
6767
.. autosummary::
6868
:toctree: generated/
6969

70-
::
71-
# error to import abs
7270
ndarray
7371

74-
.. _arrays.ndarray.indexing:
72+
::
7573

7674

7775
Indexing arrays

api/deepnumpy/routines.math.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Mathematical functions
33

44
.. currentmodule:: mxnet.np
55

6+
.. note::
7+
8+
Currently, most of the math functions only support inputs and outputs of the same dtype.
9+
This limitation usually results in imprecise outputs for ndarrays with integral dtype
10+
while floating-point values are expected in the output.
11+
Appropriate handling of ndarrays integral dtypes is in active development.
12+
13+
614
Trigonometric functions
715
-----------------------
816
.. autosummary::

api/deepnumpy/routines.sort.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ Sorting
88
.. autosummary::
99
:toctree: generated/
1010

11-
ndarray.sort
12-
1311
::
1412

13+
ndarray.sort
1514
sort
1615
lexsort
1716
argsort

0 commit comments

Comments
 (0)