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

ENH: Port scipy's refguide-check #9415

Closed
charris opened this issue Jul 14, 2017 · 2 comments
Closed

ENH: Port scipy's refguide-check #9415

charris opened this issue Jul 14, 2017 · 2 comments

Comments

@charris
Copy link
Member

charris commented Jul 14, 2017

Port scipy's refguide-check. This is a test run at checking, I think. @ev-br Could you add some details?

@rgommers
Copy link
Member

Here's the checker: https://github.com/scipy/scipy/blob/master/tools/refguide_check.py

The docstring at the top of that file has details on what it does. A plan of attack for this issue:

  • Copy the file to the tools/ dir in the numpy repo
  • Change the occurrences of scipy with numpy, same for listing of submodules
  • Run it manually, find missing entries in the numpy reference guide.
  • Fix those, rinse and repeat. Instead of fixing, some numpy entries likely have to be added to the list of things to skip.
  • Once things work locally, add to the numpy TravisCI build matrix (like https://github.com/scipy/scipy/blob/master/.travis.yml#L25)

@tylerjereddy
Copy link
Contributor

Mostly dealt with by #12253 -- there will have to be follow-up PRs to refine behavior and add missing functions / submodules, but let's deal with those in smaller issues / PRs as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants