Skip to content
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
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ quartodoc:
desc: Classes that contain details about the output.
contents:
- name: Issue
- name: DataPackageError

- title: Examples
desc: Example Data Package properties used for documents and testing.
Expand Down
3 changes: 2 additions & 1 deletion src/check_datapackage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Check functions and constants for the Frictionless Data Package standard."""

from .check import check
from .check import DataPackageError, check
from .config import Config
from .examples import (
example_field_properties,
Expand All @@ -18,6 +18,7 @@
"Issue",
"Extensions",
"CustomCheck",
"DataPackageError",
"RequiredCheck",
"example_package_properties",
"example_resource_properties",
Expand Down