TopoToolbox / pytopotoolbox

Python interface to TopoToolbox
https://topotoolbox.github.io/pytopotoolbox/
GNU General Public License v3.0
1 stars 2 forks source link

Link API docs to libtopotoolbox docs #37

Open wkearn opened 1 month ago

wkearn commented 1 month ago

We should explain in greater detail what each function is doing, and we might want to link to the libtopotoolbox documentation to avoid duplicating this information. We could obviously just use html links between the documentation, but those might break easily, so require manually synchronizing the pytopotoolbox docs with the libtopotoolbox docs. Maybe there is a better way to link between them that uses the common Sphinx infrastructure?