Intersphinx catalog to link to the documentation #3505
Replies: 4 comments
-
Discussion at #3091 Yep... does anyone want to look into switching our code docstring support to |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@Stealthii let me know if you open a PR, I'll have some comments and suggestions 🙂 |
Beta Was this translation helpful? Give feedback.
-
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 🤔
Beta Was this translation helpful? Give feedback.
All reactions