using the `sphinx autodoc` engine it is easily possible to add links into the API documentation, e.g. by ```python :meth:`some custom string<name_of_method>` ``` This can help improve the readability of the documentation.
using the
sphinx autodocengine it is easily possible to add links into the API documentation, e.g. byThis can help improve the readability of the documentation.