- Notifications
You must be signed in to change notification settings - Fork15
Closed
Description
The functionsto_awkward andfrom_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