Skip to content
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

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates namespace table of contents

@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Sep 21, 2023
@stdlib-bot stdlib-bot requested a review from a team September 21, 2023 21:49
@stdlib-bot
Copy link
Contributor Author

Coverage Report

Package Statements Branches Functions Lines
array/base $\color{green}762/762$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}762/762$
$\color{green}+100.00\%$
assert $\color{green}2553/2553$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}2553/2553$
$\color{green}+100.00\%$
math/base/special $\color{green}2094/2094$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}2094/2094$
$\color{green}+100.00\%$
ndarray $\color{green}249/249$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}249/249$
$\color{green}+100.00\%$
slice $\color{green}78/78$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}78/78$
$\color{green}+100.00\%$
slice/base $\color{green}123/123$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}123/123$
$\color{green}+100.00\%$
string $\color{green}523/523$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}523/523$
$\color{green}+100.00\%$

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>
Copy link
Member

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.

Copy link
Member

@kgryte kgryte left a 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.

@stdlib-bot
Copy link
Contributor Author

Coverage Report

Package Statements Branches Functions Lines
array/base $\color{green}762/762$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}762/762$
$\color{green}+100.00\%$
assert $\color{green}2553/2553$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}2553/2553$
$\color{green}+100.00\%$
math/base/special $\color{green}2094/2094$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}2094/2094$
$\color{green}+100.00\%$
ndarray $\color{green}249/249$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}249/249$
$\color{green}+100.00\%$
slice $\color{green}78/78$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}78/78$
$\color{green}+100.00\%$
slice/base $\color{green}123/123$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}123/123$
$\color{green}+100.00\%$
string $\color{green}523/523$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}0/0$
$\color{green}+100.00\%$
$\color{green}523/523$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@Planeshifter
Copy link
Member

Planeshifter commented Sep 22, 2023

@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.

@Planeshifter Planeshifter merged commit 4f2310d into develop Sep 22, 2023
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants