theislab / scanpydoc

Collection of Sphinx extensions similar to (but more flexible than) numpydoc
https://icb-scanpydoc.readthedocs-hosted.com/en/latest/
GNU General Public License v3.0
12 stars 6 forks source link

linkcode of re-exports broken #77

Closed flying-sheep closed 1 year ago

flying-sheep commented 1 year ago

We need to use __file__ again, not the qualname

https://icb-scanpydoc.readthedocs-hosted.com/en/latest/scanpydoc.elegant_typehints.html#scanpydoc.elegant_typehints.example_func

flying-sheep commented 1 year ago

Fixed in #78