Fix links in reference docs for py:class in the arguments of a method
See original GitHub issueExample set_default_credentials
has a Credentials
class as part of its args. It’s being rendered in italics, but there’s no link to go to the Credentials
class reference.
Args:
credentials (:py:class:`Credentials <cartoframes.credentials.Credentials>`, optional):
A :py:class:`Credentials <cartoframes.credentials.Credentials>`
instance can be used in place of a `username | base_url`/`api_key` combination.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Autodoc includes "self" as argument for class methods #6769
Describe the bug Autodoc includes "self" as argument for class methods. To Reproduce Have code with a class and class methods, run autodoc....
Read more >How to link to root page in intersphinx - Stack Overflow
I suspect that the answer will not really be tied to a library. If it matters any, the regular references to the pyserial...
Read more >Sphinx cheatsheet — AiiDA 1.2.0 documentation
Here is an external link to the Sphinx doc on this. ... In the docstring of a class, you can refer to a...
Read more >Python's property(): Add Managed Attributes to Your Classes
property(fget=None, fset=None, fdel=None, doc=None). The first two arguments take function objects that will play the role of getter ( fget ) and setter ......
Read more >How to use links in documentation - Contributor guide
Link text; Links from one article to another; Bookmark links; XRef (cross reference) links; Links from includes; Links in selectors ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
upss I checked the docs generated by sphinx and it’s not a link, so maybe it’s just a matter of the tag being used (maybe :obj: instead of :py:class:).
I assign this to me and I’m going to investigate.
Sorry for the noise 🙏
PR CARTOframes#1665