We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0172334 commit b24ce6aCopy full SHA for b24ce6a
1 file changed
skrub/__init__.py
@@ -9,7 +9,7 @@
9
10
#: Path to the Markdown documentation bundled with the package.
11
#: Use ``skrub.__docs_dir__`` to access it programmatically.
12
-__docs_dir__ = _Path(__file__).parent / "data" / "docs"
+__docs_dir__ = _Path(__file__).parent / "_docs"
13
14
from . import core, selectors
15
from ._agg_joiner import AggJoiner, AggTarget
0 commit comments