-
Notifications
You must be signed in to change notification settings - Fork 93
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
add doc strings for numpy imports #3068
Labels
enhancement
New feature or request
Comments
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Apr 3, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Apr 3, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Apr 3, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Apr 3, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Apr 3, 2024
ajpotts
added a commit
to ajpotts/arkouda
that referenced
this issue
Apr 16, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Apr 22, 2024
* Closes #3068 add doc strings for numpy imports * changes in response to code review * update .gitignore --------- Co-authored-by: Amanda Potts <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we import functions from another library, such as numpy, in the init files, users can access them through the arkouda api and therefore they should be in the docs. This ticket is to add the doc strings in for the existing imports, and if possible, a script to automatically update the doc strings when we run "make doc".
The text was updated successfully, but these errors were encountered: