jmalkin opened a new issue, #25:
URL: https://github.com/apache/datasketches-python/issues/25

   Most/all our methods have docstrings, but @leerho commented to me at some 
point that we don't have the larger class descriptions anywhere. We obviously 
need to fix that.
   
   Since docstrings at the class level will appear multiple times where we have 
`kll_ints_sketch`, `kll_floats_sketch`, and `kll_items_sketch`, we should have 
a general description in the .rst used for sphinx when generating our gh-docs 
info. The description tied to the actual class, which would show up in a call 
like `help(kll_items_sketch)` can be a single line.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to