You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rename master to main in the upstream-dev CI
* update the badges
* more updates
* update the release guide
* update the asv configuration
* update the contributing guide [skip-ci]
Copy file name to clipboardExpand all lines: doc/conf.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,10 @@
102
102
nbsphinx_prolog="""
103
103
{% set docname = env.doc2path(env.docname, base=None) %}
104
104
105
-
You can run this notebook in a `live session <https://mybinder.org/v2/gh/pydata/xarray/doc/examples/master?urlpath=lab/tree/doc/{{ docname }}>`_ |Binder| or view it `on Github <https://github.com/pydata/xarray/blob/master/doc/{{ docname }}>`_.
105
+
You can run this notebook in a `live session <https://mybinder.org/v2/gh/pydata/xarray/doc/examples/main?urlpath=lab/tree/doc/{{ docname }}>`_ |Binder| or view it `on Github <https://github.com/pydata/xarray/blob/main/doc/{{ docname }}>`_.
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1282,7 +1282,7 @@ Internal Changes
1282
1282
v0.15.0 (30 Jan 2020)
1283
1283
---------------------
1284
1284
1285
-
This release brings many improvements to xarray's documentation: our examples are now binderized notebooks (`click here <https://mybinder.org/v2/gh/pydata/xarray/master?urlpath=lab/tree/doc/examples/weather-data.ipynb>`_)
1285
+
This release brings many improvements to xarray's documentation: our examples are now binderized notebooks (`click here <https://mybinder.org/v2/gh/pydata/xarray/main?urlpath=lab/tree/doc/examples/weather-data.ipynb>`_)
1286
1286
and we have new example notebooks from our SciPy 2019 sprint (many thanks to our contributors!).
1287
1287
1288
1288
This release also features many API improvements such as a new
0 commit comments