Skip to content

Switch docs to jupyter-execute sphinx extension for HTML reprs #10383

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 23 commits into from
Jun 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
cf78cf8
switch user-guide from ipython sphinx extenstion to jupyter-execute
scottyhq Jun 1, 2025
b889477
switch internals to jupyter-execute
scottyhq Jun 1, 2025
beacea8
switch remain doc files to jupyter-execute
scottyhq Jun 1, 2025
3b111d9
manual review of data model section
scottyhq Jun 2, 2025
58a5406
manual review core-operations
scottyhq Jun 2, 2025
8765673
manual review of IO
scottyhq Jun 2, 2025
0478087
manual review of plotting
scottyhq Jun 2, 2025
7ec6b56
manual review of interoperability
scottyhq Jun 2, 2025
00aad0b
review domain-specific and testing
scottyhq Jun 2, 2025
e380019
review outputs in internals section
scottyhq Jun 3, 2025
84a7976
fully remove ipython directive
scottyhq Jun 3, 2025
cd35a8d
handle execution warnings in time-coding
scottyhq Jun 3, 2025
420e7fb
use zarr v2 and consolidated=False to silence execution warnings
scottyhq Jun 3, 2025
0f36da2
cleanup, handle more warnings for RTD build
scottyhq Jun 3, 2025
07886df
catch cartopy coastline download warning
scottyhq Jun 3, 2025
6e56985
catch downloading 50m coastline warning too
scottyhq Jun 3, 2025
3de4b5e
silence xmode minimal printouts, more compact numpy printout
scottyhq Jun 3, 2025
22edd95
dont execute code in whatsnew
scottyhq Jun 3, 2025
aeaeff6
fix dark mode for datatrees
scottyhq Jun 4, 2025
673ce44
fix mermaid diagram, kerchunk, ncdata, and zarr sections
scottyhq Jun 4, 2025
fe4ed54
use tree command to check local zarrs
scottyhq Jun 4, 2025
8ca7819
address time-coding review
scottyhq Jun 4, 2025
dea0c23
Merge branch 'main' into jupyter-sphinx
dcherian Jun 9, 2025
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
catch downloading 50m coastline warning too
  • Loading branch information
scottyhq committed Jun 3, 2025
commit 6e569857ad64eb27ba506093488cfb9e956042d0
3 changes: 1 addition & 2 deletions doc/user-guide/plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,13 @@ The following imports are necessary for all of the examples.
import pandas as pd
import xarray as xr


For these examples we'll use the North American air temperature dataset.

.. jupyter-execute::

airtemps = xr.tutorial.open_dataset("air_temperature")
airtemps


.. jupyter-execute::

# Convert to celsius
Expand Down Expand Up @@ -917,6 +915,7 @@ on a polar projection (:issue:`781`). This is why the default is to not follow
this convention when plotting on a map:

.. jupyter-execute::
:stderr:

ax = plt.subplot(projection=ccrs.PlateCarree())
da.plot.pcolormesh(x="lon", y="lat", ax=ax)
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy