The current generated docs have quite a few missing autodoc references. This leads to broken links in different parts of the documentation (e.g. strand type chr in Interval, should be str).
Low priority but could be worth going through to find all missing/invalid references. Sphinx details can be seen with -n flag when building docs (to be changed in the Makefile).
The current generated docs have quite a few missing autodoc references. This leads to broken links in different parts of the documentation (e.g. strand type
chrinInterval, should bestr).Low priority but could be worth going through to find all missing/invalid references. Sphinx details can be seen with
-nflag when building docs (to be changed in the Makefile).