Skip to content
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

Docs page on internal design #7991

Merged
merged 23 commits into from
Sep 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
198f67b
add page on internal design
TomNicholas Jul 17, 2023
9fe6635
add xarray-datatree to intersphinx mapping
TomNicholas Jul 17, 2023
c231f58
typo
TomNicholas Jul 17, 2023
957675d
add subheadings to the accessors page
TomNicholas Jul 17, 2023
9fd2fc5
Revert "add page on internal design"
TomNicholas Jul 17, 2023
04fcab2
rename page on variables
TomNicholas Jul 17, 2023
40fc8c5
whatsnew
TomNicholas Jul 17, 2023
39437fb
Merge branch 'main' into docs_internal_design
TomNicholas Jul 17, 2023
3809d50
sel->isel
TomNicholas Jul 17, 2023
1e98361
Merge branch 'docs_internal_design' of https://github.com/TomNicholas…
TomNicholas Jul 17, 2023
4afea37
add section on lazy indexing
TomNicholas Jul 18, 2023
84e9aa2
actually show lazy indexing example
TomNicholas Jul 18, 2023
0e0a240
Merge branch 'main' into docs_internal_design
TomNicholas Jul 18, 2023
a6deff0
Merge branch 'main' into docs_internal_design
TomNicholas Jul 19, 2023
a65fd81
Merge branch 'main' into docs_internal_design
TomNicholas Jul 21, 2023
60711f3
size -> sizes
TomNicholas Jul 24, 2023
6af00f0
link to UXarray
TomNicholas Jul 24, 2023
34438f0
Merge branch 'main' into docs_internal_design
TomNicholas Jul 25, 2023
7b1d54a
plugin -> backend
TomNicholas Aug 3, 2023
16865c2
Merge branch 'main' into docs_internal_design
TomNicholas Aug 3, 2023
79b37ed
Don't pretend .dims is a set
TomNicholas Aug 3, 2023
d00e8a3
Merge branch 'main' into docs_internal_design
dcherian Aug 20, 2023
440f95a
Merge branch 'main' into docs_internal_design
max-sixty Sep 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into docs_internal_design
TomNicholas authored Jul 25, 2023
commit 34438f0b48f03d26e47443f2eed7606e2b781d53
3 changes: 3 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
@@ -61,6 +61,9 @@ Documentation

- Added page on the internal design of xarray objects.
(:pull:`7991`) By `Tom Nicholas <https://github.com/TomNicholas>`_.
- Added examples to docstrings of :py:meth:`Dataset.assign_attrs`, :py:meth:`Dataset.broadcast_equals`,
:py:meth:`Dataset.equals`, :py:meth:`Dataset.identical`, :py:meth:`Dataset.expand_dims`,:py:meth:`Dataset.drop_vars`
(:issue:`6793`, :pull:`7937`) By `Harshitha <https://github.com/harshitha1201>`_.
- Add docstrings for the :py:class:`Index` base class and add some documentation on how to
create custom, Xarray-compatible indexes (:pull:`6975`)
By `Benoît Bovy <https://github.com/benbovy>`_.
You are viewing a condensed version of this merge commit. You can view the full changes here.