-
-
Notifications
You must be signed in to change notification settings - Fork 364
docstring cleanup #3390
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
Merged
d-v-b
merged 32 commits into
zarr-developers:main
from
d-v-b:doc/undocument-deprecated-config
Sep 16, 2025
Merged
docstring cleanup #3390
Changes from 20 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b840c5c
make docs more consistent, and remove outdated references to configur…
d-v-b a788a7f
add tests for consistent docstrings
d-v-b 54158d6
add flagrantly failing test for consistent parameter docstrings
d-v-b 120db2a
add test for consistent docstring usage
d-v-b 72622fd
add missing docstring and re-parametrize test
d-v-b 18ff19b
fix rst
d-v-b 9cd823e
update docstring for make_store_path
d-v-b a0c5693
ArrayConfigLike contains ArrayConfig
d-v-b 24fefea
update chunks docstrings
d-v-b 184c7aa
typo
d-v-b 772386b
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b 942c3f7
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b 7d93490
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b 837a7a1
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b f78661b
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b 2307d71
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b bc9de49
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b e4dd7e2
changelog
d-v-b 658de0e
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b f9d4a16
Merge branch 'main' into doc/undocument-deprecated-config
d-v-b 08bfd1c
Update src/zarr/api/asynchronous.py
d-v-b 11e44a0
Update src/zarr/core/array.py
d-v-b 831f391
Update src/zarr/api/asynchronous.py
d-v-b fba7441
Update src/zarr/api/synchronous.py
d-v-b dc393a1
Update src/zarr/core/array.py
d-v-b 7216acd
Update src/zarr/core/array.py
d-v-b b8d9648
Update src/zarr/core/array.py
d-v-b a8a3016
Update src/zarr/core/group.py
d-v-b 9f08531
Update src/zarr/core/group.py
d-v-b d2480bc
Update src/zarr/core/group.py
d-v-b 9802d1f
Update src/zarr/core/array.py
d-v-b 6422761
normalize more docstrings, and make docstring tests easier to interpret
d-v-b File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improve documentation consistency across API functions and remove outdated references to deprecated configuration values that no longer work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,7 @@ test = [ | |
"pytest-accept", | ||
"rich", | ||
"mypy", | ||
'numpydoc', | ||
"hypothesis", | ||
"pytest-xdist", | ||
"packaging", | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.