JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
383 stars 139 forks source link

Docstrings for the function copy_object #1071

Closed linwaytin closed 1 year ago

linwaytin commented 1 year ago

Add docstrings for the copy_object methods.

mkitti commented 1 year ago

Great job so far.

I think we will need a new file docs.

linwaytin commented 1 year ago

Didn't know the docs part. Thank you!

mkitti commented 1 year ago

Did you want to document the other function you were interested in as well?

linwaytin commented 1 year ago

Yes! Let me do that for delete_object.

mkitti commented 1 year ago

Let me know when you are done.

linwaytin commented 1 year ago

I added the docstring for delete_object, and a short description for copy_object so that people know its existence.

If everything is OK, we can merge it.

linwaytin commented 1 year ago

Thank you.