Skip to content

Commit

Permalink
Merge e5c0919 into 5b28a98
Browse files Browse the repository at this point in the history
  • Loading branch information
jcampbell committed May 1, 2019
2 parents 5b28a98 + e5c0919 commit 0083b6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/source/data_asset_module.rst
Expand Up @@ -33,7 +33,6 @@ great_expectations.data_asset.file_data_asset
:undoc-members:
:show-inheritance:


great_expectations.data_asset.util
----------------------------------

Expand Down
8 changes: 4 additions & 4 deletions docs/source/dataset_module.rst
Expand Up @@ -3,10 +3,10 @@
Dataset Module
==================================

great_expectations.dataset.base
-------------------------------
great_expectations.dataset.dataset
----------------------------------

.. automodule:: great_expectations.dataset.base
.. automodule:: great_expectations.dataset.dataset
:members:
:undoc-members:
:show-inheritance:
Expand Down Expand Up @@ -62,7 +62,7 @@ great_expectations.dataset.util


great_expectations.dataset.autoinspect
-------------------------------
--------------------------------------

.. automodule:: great_expectations.dataset.autoinspect
:members:
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -39,6 +39,7 @@ Module Docs
.. toctree::
:maxdepth: 2

data_asset_module
dataset_module
data_context_module

Expand Down
4 changes: 2 additions & 2 deletions docs/source/result_format.rst
Expand Up @@ -31,7 +31,7 @@ including interactive exploratory work and automatic validation.
+---------------------------------------+----------------+----------------+----------------+----------------+
| details (dictionary) |Defined on a per-expectation basis |
+---------------------------------------+----------------+----------------+----------------+----------------+
| Fields defined for `column_map_expectation` type expectations: |
| Fields defined for `column_map_expectation` type expectations: |
+---------------------------------------+----------------+----------------+----------------+----------------+
| unexpected_count |no |yes |yes |yes |
+---------------------------------------+----------------+----------------+----------------+----------------+
Expand All @@ -49,7 +49,7 @@ including interactive exploratory work and automatic validation.
+---------------------------------------+----------------+----------------+----------------+----------------+
| unexpected_list |no |no |no |yes |
+---------------------------------------+----------------+----------------+----------------+----------------+
| Fields defined for `column_aggregate_expectation` type expectations: |
| Fields defined for `column_aggregate_expectation` type expectations: |
+---------------------------------------+----------------+----------------+----------------+----------------+
| observed_value |no |yes |yes |yes |
+---------------------------------------+----------------+----------------+----------------+----------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/roadmap_changelog.rst
Expand Up @@ -13,7 +13,7 @@ Planned Features


v.0.5.1__develop
---------------
----------------


v.0.5.1
Expand Down

0 comments on commit 0083b6d

Please sign in to comment.