-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix to website #2583
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
Fix to website #2583
Conversation
You shouldn't need to do this to build the docs. I don't need to. It's also a bit misleading, because a lot of these things exist in the root module |
write_bem_surface | ||
write_trans | ||
_make_forward.make_forward_solution | ||
_field_interpolation.make_field_map |
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.
don't document private code
indeed it should not be necessary. I don't need this either. |
Well the links from |
Try upgrading Sphinx maybe? @agramfort are there other packages that might need to be upgraded? You running Anaconda, or something else? |
what sphinx version are you using?
|
Version 1.3.1 |
And I'm using anaconda. |
I do have the same problem with anaconda + sphinx 1.3.1 not sure what's wrong but it used to work fine without exposing the internals of full imports. |
Yeah, it seems to generate the rst files with full path and then tries to link them with the condensed path and fails. |
After hours of debugging I found that it's Sphinx bug related to sphinx-doc/sphinx#1892. Building the html now... |
Fixed the links for API.