-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make zarr.core private #2621
Comments
Is it intended to be private? If so, I'd definitely add a leading underscore to mark it as private. |
Yes, the intent is to make it private. |
I had a quick go, and there seem to be bits that need to be public (at least |
I can take this on. |
@dstansby - what makes you think @normanrz - do you think we could move |
There's user facing documentation in the docstring, but maybe that should now be deleted in favour of the user guide? It looks like |
Yes, we could do that. And yes, the |
Part 1 done here -> #2664 |
update: a fairly major gotcha, see this comment comment... |
This came up again in #2876 (review). I'm going to reopen this and look into how we could move everything to |
We seem to be converging on using a leading underscore to indicate private modules. Should we do this for
zarr.core
or can we simply document the intent of the module?The text was updated successfully, but these errors were encountered: