-
-
Notifications
You must be signed in to change notification settings - Fork 11k
"Contributing to NumPy" links not rendering? #13740
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
Comments
cc @mattip: I thought we made it a build error when this type of thing happens. |
I think there is some problem with the markdown. We need a |
We have not yet turned on |
Which kind of internal references? If you are referring to single backticks for parameters/returns, that should not be relevant - just copy the SciPy setup for turning on warning detection. If it's about broken links between packages, then it seems kind of important to fix those (and there can't be that many right?). |
single backticks are used (and fail) all over the documentation. Turning on the warning detection |
Uh oh!
There was an error while loading. Please reload this page.
Contributing to NumPy has some text that is probably intended to render as hyperlinks but doesn't. Instead, it just appears in italics:
Commit locally as you progress (
git add
andgit commit
) Use a properly formatted commit message, write tests that fail before your change and pass afterward, run all the tests locally. Be sure to document any changed behavior in docstrings, keeping to the NumPy docstring standard.From
numpy/doc/source/dev/index.rst
:There are many other instances throughout the document (which is otherwise great, BTW).
The text was updated successfully, but these errors were encountered: