-
Notifications
You must be signed in to change notification settings - Fork 56
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
Convert References to html Links for ipynb #399
Conversation
…example links in wrapping workflows
Nice. If possible I would probably go via the classes of the Code object though:
Regarding methods/classes from submodules, I guess you have to use the full path in RST to be able to distinguish them. Or you link to search results for this function on ReadTheDocs (instead of a direct link). |
The references in the rst still work with |
Have you tried some print statements? I also am not sure what pandoc actually stores while parsing. |
It seems, that all attributes except code are empty. Maybe we can use a regex? |
Hmm.. I can't check right now but did you check that "Code" is the correct name of those classes? |
Could be a Code nested in a Span, where the Span has the actual classes attached. |
I have tried to ask for |
Ok! I guess that is good enough for now then. Thanks. |
True. Do you think it makes sense in the same filter? |
I don't think its Code. I'm going to make a new filter and will merge this PR. |
We still need to differentiate between pyopenms & pyopenms.plotting. E.g. :py:func:
~.plot_spectrum
in fragment spectrum generation belongs to plotting, but there is no indication to that (Except for checking if it contains "plot").