Open sunayana opened 3 years ago
Hey @sunayana , I see this is self-assigned but can I help with this? (I don't fully understand the issue description though, a little clarification will help :) )
Hi @rohaan2614 thanks, that would be great, if you could do that, I would have done it next week otherwise. It is more about creating a documentation for the code, something along the lines https://developer.lsst.io/python/numpydoc.html And then compile it to markdown files or rst files. This would mean to go through the code in the dssg/dataio folder mainly and add comments, something along these lines
"""Sum numbers in an array.
Parameters
----------
values : iterable
Python iterable whose values are summed.
Returns
-------
sum : `float`
Sum of ``values``.
"""
I would look into it Monday or Tuesday next week otherwise.
I will add some on Sunday. You can review them on Monday or whenever you have time.
Just to confirm, this is the directory of those codes, right?
With this you mean describe in a paragraph all the sections?