Skip to content

Commit

Permalink
Merge pull request #330 from raybellwaves/tabular-nb
Browse files Browse the repository at this point in the history
DOC: create tabular-data.ipynb
  • Loading branch information
raybellwaves committed Jun 14, 2021
2 parents 6f7be06 + 86e9c4d commit 2919931
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xskillscore_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
pytest -n 4 --cov=xskillscore --cov-report=xml --verbose
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v1.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Internal Changes
Documentation
~~~~~~~~~~~~~
- Added more info in ``quick-start.ipynb`` (:pr:`316`) `Ray Bell`_.
- Created ``tabular-data.ipynb`` (:pr:`330`) `Ray Bell`_.

Breaking changes
~~~~~~~~~~~~~~~~
Expand Down
5 changes: 3 additions & 2 deletions ci/docs_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@ dependencies:
# see https://github.com/xgcm/xhistogram/issues/48
- xhistogram==0.1.2
- importlib_metadata
- ipykernel
- jupyterlab
- matplotlib-base
- nbsphinx
- nbstripout
- sphinx
- sphinxcontrib-napoleon
- sphinx-autosummary-accessors
- sphinx_rtd_theme
- sphinxcontrib-napoleon
- black
- doc8
- isort
- flake8
- pre-commit
- pip
- pip:
- sphinx_autosummary_accessors
# Install latest version of xskillscore.
- -e ..
39 changes: 39 additions & 0 deletions docs/source/geophysical-data.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": 3
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2,
"cells": [
{
"source": [
"# Geophysical Data\n",
"\n",
"See the [Quick Start](https://xskillscore.readthedocs.io/en/stable/quick-start.html) section.\n",
"\n",
"[climpred](https://climpred.readthedocs.io/en/stable/) has examples on evaluating climate predictions which uses `xskillscore`."
],
"cell_type": "markdown",
"metadata": {}
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
]
}
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ You can also install the bleeding edge (pre-release versions) by running:
:caption: Getting Started

quick-start.ipynb
geophysical-data.ipynb
tabular-data.ipynb

**Help & Reference**

Expand Down
507 changes: 507 additions & 0 deletions docs/source/tabular-data.ipynb

Large diffs are not rendered by default.

0 comments on commit 2919931

Please sign in to comment.