pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.02k stars 91 forks source link

Include docstrings in cython code #76

Closed matham closed 1 year ago

matham commented 2 years ago

This fixes the API doc generation. Currently API docs is not generated: https://marisa-trie.readthedocs.io/en/latest/api.html.

This "should" fix it. It is the right flag, but I'm not certain Extension accept that arg there. But, if the CI doesn't choke on the new kwarg, then it should work.

BoboTiG commented 1 year ago

Thanks @matham,

And sorry for such a late handling :)

BoboTiG commented 1 year ago

I reverted those changes because I can't make it work before the release. If you can manage to fix it, I will be glad to include it for the next one.