API reference links depends on installation type #46
Labels
bug
Something isn't working
GH Workflows
Issue/PR related to the callable workflows
pre-commit hooks
Issue/PR related to pre-commit hooks
The "links" to Python API modules in the API reference markdown files depends on the installation type. Specifically, whether the package is an editable or regular installation.
This was discovered when using it for CIF-ontology.
A solution would perhaps be to toggle this relative path generation based on a configuration option. This option would also include/exclude an
-e
when installing the local package for the CI workflow.The text was updated successfully, but these errors were encountered: