BlueBrain / morphoclass

Neuronal morphology preparation and classification using Machine Learning.
https://morphoclass.readthedocs.io
Apache License 2.0
8 stars 4 forks source link

Publish Docs on RTD #24

Closed FrancescoCasalegno closed 2 years ago

FrancescoCasalegno commented 2 years ago

Closes #5.

It also adds nice badges on the README.md, including the one for RTD.

To test: https://morphoclass.readthedocs.io/en/latest/

NOTE

No documentation is generated for click-decorated entrypoints or groups of entrypoints. This is a known issue, but the only fix would be to use specialized sphinx plugins and explicitly write special commands like :click: ... in the .rst docs files: https://stackoverflow.com/questions/39392753/how-can-i-document-click-commands-using-sphinx For the time being, we decided to do nothing, as not many functions are affected anyway.

POST-MERGE