-
-
Notifications
You must be signed in to change notification settings - Fork 165
Use DEDUPLICATION_TAG to determine whether a citation node is in a docstring #179
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
Conversation
@prisae says this works for him, which is a good start! |
Thanks @jnothman, would indeed have been better to state it here. |
Hi @jnothman. Do you know if there is any new release planned in the near future (so these changes would be available, for instance, in readthedocs.org)? |
Sorry, I've not given this project much attention (along with several others I have not had time to give to). This would need to be reviewed by other contributors and merged before release. |
I don't have plans for a release in the near future, sorry, too many other balls to juggle at the moment. Unless something breaks or gets fixed that ups the priority. |
This has been road tested as noted above. |
Yes, I can use it locally without issues. However, if it is released it would be possible to use it, e.g., on readthedocs.io etc. (There are probably workarounds to install directly from GitHub instead of pypi on readthedocs and friends.) |
@jnothman is it easy enough to add a regression test? If not perhaps we can live with the user tests here |
And such entries can live in |
Thanks @larsoner, will give that a try! |
Looks like we should merge this for the next release, even without a test. @jnothman agree? can you rebase? |
Happy to do the rebase. I haven't reassessed how easily it can be tested. |
Works fine for me on MNE and SciPy docs, but neither of those showed the problem. @prisae can you test this PR to see if it fixes your problem? |
I did, and it works fine for me (#177 (comment)). Locally I am using it since @jnothman published it, without issues. |
Great, happy to have that in, thanks everyone! |
Fixes #177
This should handle the case of a module docstring when relabelling munged reference labels.
This probably deserves a non-regression test.