colomemaria / epiScanpy

Episcanpy: Epigenomics Single Cell Analysis in Python
BSD 3-Clause "New" or "Revised" License
140 stars 33 forks source link

Fix not showing function, comment out unused ones #99

Closed michalk8 closed 3 years ago

michalk8 commented 3 years ago

Currently, function in https://episcanpy.readthedocs.io/en/latest/api/index.html are not accesible (i.e. can't click on them to see all arguments, returns, etc.). This PR should fix this. The file docs/api/episcanpy.api.rst was remove because it's unused. Some function are no longer imported from the API (they are commented out, such as snap2anndata), so they are now also commented out from docs to prevent warnings.

colomemaria commented 3 years ago

Thanks !