python-graphblas/python-graphblas

[pyos][docs] `to_awkward` and `from_awkward` undocumented

sneakers-the-rat opened this issue · 0 comments

The functions to_awkward and from_awkward are undocumented:

+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