Skip to content

Commit

Permalink
Data exploration on Data Check Actions (#2696)
Browse files Browse the repository at this point in the history
* fix release notes

* update release note

* linting

* standardize notebook

* add to toctree

* update notebook

* address comments

* separate data check and data chck actions

* fix changes

* fix release notesg
  • Loading branch information
bchen1116 committed Sep 2, 2021
1 parent 9352922 commit 6a1baa9
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release Notes
* Fixes
* Changes
* Documentation Changes
* Added documentation for data exploration on data check actions :pr:`2696`
* Testing Changes

.. warning::
Expand Down
15 changes: 13 additions & 2 deletions docs/source/user_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@
"[Data Checks](user_guide/data_checks)"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbsphinx-toctree": {
"maxdepth": 1
}
},
"source": [
"[Data Check Actions](user_guide/data_actions)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -100,7 +111,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -119,4 +130,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Loading

0 comments on commit 6a1baa9

Please sign in to comment.