While writing documentation using Sphinx, I know that I can link to a class by using Intersphinx:
:py:class:`logging.Logger`
But how do I link directly to a specific method, like logging.Logger.warning()
?
Just use
:py:meth:`module.class.mymethodname`
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With