We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ff343 commit 276589dCopy full SHA for 276589d
docs/source/_ext/expectations_autodoc.py
@@ -14,7 +14,6 @@
14
from sphinx.util.docutils import SphinxDirective
15
16
from dataframe_expectations.registry import DataFrameExpectationRegistry
17
-from dataframe_expectations.suite import DataFrameExpectationsSuite
18
19
20
def parse_metadata_from_docstring(docstring: str) -> Tuple[str, str]:
@@ -86,7 +85,7 @@ class ExpectationsDirective(SphinxDirective):
86
85
87
Usage:
88
.. expectations::
89
- :class: dataframe_expectations.expectations_suite.DataFrameExpectationsSuite
+ :class: dataframe_expectations.suite.DataFrameExpectationsSuite
90
:show-summary: true
91
:show-cards: true
92
"""
0 commit comments