masadcv / FastGeodis

Fast Implementation of Generalised Geodesic Distance Transform for CPU (OpenMP) and GPU (CUDA)
https://fastgeodis.readthedocs.io
BSD 3-Clause "New" or "Revised" License
90 stars 14 forks source link

[FEATURE] Add link back to github in reads the docs #23

Closed tvercaut closed 2 years ago

tvercaut commented 2 years ago

Is your feature request related to a problem? Please describe. The link to teh source code currentlly does not feature prominently on https://masad.ml/FastGeodis/

Describe the solution you'd like Something along the lines of:

Additional context A random example of this: https://pylops.readthedocs.io/en/stable/

This can maybe be implemented through conf.py: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#confval-vcs_pageview_mode https://github.com/PyLops/pylops/blob/c5844c4a4b25cdb74a5cef12b926d6d91da20095/docs/source/conf.py#L121-L143

masadcv commented 2 years ago

Many thanks for the suggestion. I have updated the docs and moved to readthedocs hosting as well.

Will work a bit more on completing the missing sections...