Skip to content

move custom accessors to advanced and add a more complex example #168

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
merged 27 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d955014
add advanced/accessors section and remove accessors part 2 from xarra…
JessicaS11 Apr 3, 2023
65d6984
add geoid offset ex
JessicaS11 Apr 12, 2023
5dd2950
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 12, 2023
30639fa
add new tutorial to toc
JessicaS11 Apr 12, 2023
37dc3d4
Merge branch 'main' into accessors
JessicaS11 May 26, 2023
e33bc99
make example 1 executable
JessicaS11 May 26, 2023
79a3420
start making ex 2 executable
JessicaS11 May 26, 2023
0d8dd9e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 26, 2023
c134429
add insar velocity accessor example
JessicaS11 Jun 8, 2023
774700a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 8, 2023
e0dad6a
apply edits from PR
JessicaS11 Jun 8, 2023
55421e5
debug new tutorial
JessicaS11 Jun 8, 2023
054422f
Merge branch 'main' into accessors
JessicaS11 Jun 8, 2023
7432617
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 8, 2023
52f7d09
add cross ref in tutorial
JessicaS11 Jun 8, 2023
78ea4d5
re-add raises-exception cell tag
JessicaS11 Jun 8, 2023
5c9ea87
Merge branch 'main' into accessors
dcherian Jun 27, 2023
36e5402
use note directive
JessicaS11 Jun 30, 2023
fd3d214
PR review suggestions
JessicaS11 Jun 30, 2023
6fdadb7
Merge branch 'xarray-contrib:main' into accessors
JessicaS11 Jun 30, 2023
6172e79
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 30, 2023
77ea3ba
fix accessor path
JessicaS11 Jun 30, 2023
8875193
fix accessor path
JessicaS11 Jun 30, 2023
135777b
add random newline to see if another push will get github to update t…
JessicaS11 Jun 30, 2023
4fd7b82
make non-relative path
JessicaS11 Jun 30, 2023
d1b814f
fix a few typos
JessicaS11 Jul 3, 2023
97162b3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 3, 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
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ parts:
sections:
- file: advanced/backends/1.Backend_without_Lazy_Loading.ipynb
- file: advanced/backends/2.Backend_with_Lazy_Loading.ipynb
- file: advanced/accessors/accessors.md
sections:
- file: advanced/accessors/01_accessor_examples.ipynb

- caption: Workshops
chapters:
Expand Down
Loading