-
-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update namespace table of contents #1102
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
@@ -77,6 +77,7 @@ In addition, the namespace contains the following multidimensional array utility | |||
- <span class="signature">[`ndarrayDataTypes( [kind] )`][@stdlib/ndarray/dtypes]</span><span class="delimiter">: </span><span class="description">list of ndarray data types.</span> | |||
- <span class="signature">[`ndemptyLike( x[, options] )`][@stdlib/ndarray/empty-like]</span><span class="delimiter">: </span><span class="description">create an uninitialized ndarray having the same shape and data type as a provided ndarray.</span> | |||
- <span class="signature">[`ndempty( shape[, options] )`][@stdlib/ndarray/empty]</span><span class="delimiter">: </span><span class="description">create an uninitialized ndarray having a specified shape and data type.</span> | |||
- <span class="signature">[`ndarray2array( dtype, buffer, shape, strides, offset, order[, options] )`][@stdlib/ndarray/to-array]</span><span class="delimiter">: </span><span class="description">fancy multidimensional array constructor.</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Planeshifter We're getting duplicates in the namespace ToCs. @stdlib/ndarray/to-array
is also in L92. Similarly, L75 and L76 are the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're getting duplicate entires. Before we merge, we should determine what's going on.
a0a1a02
to
0299c8e
Compare
Coverage Report
The above coverage report was generated for the changes in this PR. |
@kgryte The duplicate entries don't occur anymore in this PR after our fixes; I will merge shortly. CI only failed due to the force push after I re-triggered the table of contents workflow. |
This PR