-
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
Double-check case sensitivity of anchor links #147
Comments
might need to be added to PR template |
Or "mass-defect" vs "Mass-Defect" |
These are all done except for wrap_classes, which was causing me issues. |
What do you mean? Can you post an example reference to the problematic link(s)? |
And thanks! |
for example the links to simpleexample and complex example on line 62 don't work in Jupyter. I was still fighting with the syntax to get them to work on Friday, but haven't had a chance to finish up that work, and likely wont in the next couple of days. |
Ah I see. Those are special RST style links
or something like this. |
@greengypsy: can you check if there is existing documentation for this? If not, add and close? |
The class & function references are also not working now, how should we do this? |
You mean in ipynb? It never worked. ipynb has no knowledge about the API documentation. We could only link back to the readthedocs page. Could be done with another custom pandoc "plugin" that looks for :py:class: roles during conversion and treats them specially. |
Yes, in ipynb. It probably wasn't mentioned before, because we only had a few of them. I will look into pandoc and try to find out if we can write a conversion script / plugin. |
Here is a filter with which we change the links: |
Because the case sensitivity might be different between RST and ipynb (stricter).
E.g. (Peptide identification section)[#peptideidentification] to (Peptide identification section)[#PeptideIdentification]
The text was updated successfully, but these errors were encountered: