-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Cross-reference problem #184
Comments
The latter is correct, and the bug that you are running into then is not specific to this situation. Fix: #185 |
Cheers 😊 |
Thank you for the report @Midnighter! |
Hi, Just wanted to ask if you can please make a new release with this fix. Thank you! |
Yes, there were a lot of changes since 0.13.6, we just need to make sure 0.14 won't break anything. We have a regression workflow in https://github.com/mkdocstrings/regressions that needs some improvements! |
Hey @Midnighter, I just released 0.14.0b1, you can try it out and tell us if it works for you 🙂 |
Tested it with the 0.14 release just now and it works! 🎉 Thank you for the fix. |
You can find the branch with my attempts here https://github.com/Midnighter/structurizr-python/tree/add-mkdocstrings
I'm trying to use cross-references in my project but I'm running into problems. I have a markdown file to specify documentation of my class
structurizr.StructurizrClient
. The documentation is built and this works pretty much as expected. However, I have troubles creating my cross-references. In my maindocs/index.md
I'm trying to reference this documentation.[StructurizrClient][structurizr.StructurizrClient]
, I get a warningCould not find cross-reference target '[structurizr.StructurizrClient]'
. (It has backticks but I don't know how to escape them here.)[StructurizrClient][structurizr.api.structurizr_client.StructurizrClient]
which is where the class really resides (I import it to the top level), then instead I getDo you know what is going on here? More details below but probably easiest to try out yourself.
Environment
Docs tree
MkDocs config
The text was updated successfully, but these errors were encountered: