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

DOC: create tabular-data.ipynb #330

Merged
merged 8 commits into from
Jun 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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.