-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for Python bindings #30
Comments
Documentation added in commit 702d2ec, need to publish it on RTD. |
Currently any API change requires changing
Perhaps we can write a thin Python wrapper instead and store all the docs and typehints there. This way we can enable optional parameters too. |
Update:
|
Took another attempt at keeping documentations as docstrings in Rust. While the type annotations issue can be worked around by using explicit parameter descriptors (
|
Also partially blocked by PyO3/pyo3#2016 |
Since
pyO3
does not create any actual Python code, we need to just writesphinx
docs with hardcoded API. Ideally if it has some doctests that are run automatically.The text was updated successfully, but these errors were encountered: