unslothai / hyperlearn

2-2000x faster ML algos, 50% less memory usage, works on all hardware - new and old.

Home Page:https://hyperlearn.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Documentation - ReadTheDocs !

danielhanchen opened this issue · comments

Would be awesome if you could use Sphinx's autodoc to have documentation generated for each function and submodule.

It would be worth noting that the C extensions need to be built before the doc compiles properly. I also had to install psutil which wasn't listed in requirements.txt. Then makeing html actually succeeds in extracting the info from the docstrings.

I can make a PR unless you want to handle it yourself.

@themightyoarfish Thanks for noticing that! Ye that's an issue I had to face as way. Just kept forgetting every time I uploaded to git, I need to remake the docs :) I'll do it today. Thanks! :)

@themightyoarfish Hmmmm I tried to update ReadTheDocs.
Locally, it works. On their server, it says "No module named 'hyperlearn.cython.base'". etc etc.
I'll try fixing it again.

Documentation has been fixed! https://hyperlearn.readthedocs.io/en/latest/source/hyperlearn.html
I will add more docstrings and clean some up today! :)