davidavdav / NamedArrays.jl

Julia type that implements a drop-in replacement of Array with named dimensions
Other
120 stars 20 forks source link

Add docstrings for setnames! etc. #88

Open pdeffebach opened 4 years ago

pdeffebach commented 4 years ago

There are currently no docstrings for a lot of publicly exposed functions in this package. It would be great to add them.

davidavdav commented 4 years ago

Yes you are absolutely right, I should take the effort to do this. Documentation of this package is pretty poor as it is, anyway.

cvigilv commented 2 years ago

Need help with this? I can invest a couple of hours converting the README.md into docstrings? I use this package way to much not to help a little with some documentation and examples.

davidavdav commented 2 years ago

Yes, I made a start with some documentation, I don't know how that would work.

If you send a PR that would be appreciated!