[pyos][docs] `to_awkward` and `from_awkward` undocumented
sneakers-the-rat opened this issue · 0 comments
sneakers-the-rat commented
The functions to_awkward and from_awkward are undocumented:
- https://python-graphblas.readthedocs.io/en/stable/api_reference/io.html
- https://python-graphblas.readthedocs.io/en/stable/user_guide/io.html
+1 for using automodule and splitting i/o module up in package and submodules with module-level docstrings so you don't have to worry about this in the future and just have docs in one place.
Part of: pyOpenSci/software-submission#81