kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

API Documentation #88

Open tavurth opened 4 years ago

tavurth commented 4 years ago

Hi, interesting library!

Do you have a function to use-case reference? Something similar to https://ramdajs.com/docs

Coming back to Python from javascript and it's a difficulty curve for new users if they have to dig through the source to find use cases.

If you don't have one, perhaps we could setup a Github action to generate the docs using pydoc or other, whenever a merge to master happens?

tavurth commented 4 years ago

Even something as simple as this would likely be helpful:

https://github.com/slavaGanzin/ramda.py