Intersphinx catalog to link to the documentation #3505
Unanswered
gaborbernat
asked this question in
General
Replies: 4 comments
|
Odd that I was just about to raise this very issue after stumbling through @gaborbernat's latest docs, as I'm trying to link documentation for a downstream module of httpx. An example of WIP changes at feature/mkdocstrings. Some concessions will need to be made between matching in with current mkautodocs format, and the options exposed by mkdocstrings. Some improvements to actual docstrings within the Python code (part tracked by #3355) should be made to improve the generated docs. |
0 replies
|
@Stealthii let me know if you open a PR, I'll have some comments and suggestions 🙂 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Any way we can generate an Intersphinx catalog one can use to automatically link to the documentation?
Something like this would work to patch it:
though unsure how to emphasize the URI 🤔
All reactions