-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated docs command * Updated styling * Added structure * Improved docs * Fixed mkdocs config * Added docstrings to plugins * Finished package/resource mappers docs * Finished plugins docs * Added package example * Added actions docs * Updated docs structure * Added main narrative docs * Added extending models * Added frictionless-py note * Added resource docs * Added dialect docs * Minor fixes * Added schema docs
- Loading branch information
Showing
60 changed files
with
1,968 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Dialect | ||
|
||
Here is a list of available actions for Table Dialect: | ||
|
||
- `check_dialect` -- check the descriptor against JSON Schema(s) | ||
|
||
## Reference | ||
|
||
::: dplib.actions.dialect.check.check_dialect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Package | ||
|
||
Here is a list of available actions for Data Package | ||
|
||
- `check_package` -- check the descriptor against JSON Schema(s) | ||
- `convert_package` -- convert the descriptor from one notation to another | ||
|
||
## Reference | ||
|
||
::: dplib.actions.package.check.check_package | ||
::: dplib.actions.package.convert.convert_package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Resource | ||
|
||
Here is a list of available actions for Data Resource | ||
|
||
- `check_package` -- check the descriptor against JSON Schema(s) | ||
- `convert_package` -- convert the descriptor from one notation to another | ||
|
||
## Reference | ||
|
||
::: dplib.actions.resource.check.check_resource | ||
::: dplib.actions.resource.convert.convert_resource |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Schema | ||
|
||
Here is a list of available actions for Table Schema: | ||
|
||
- `check_schema` -- check the descriptor against JSON Schema(s) | ||
|
||
## Reference | ||
|
||
::: dplib.actions.schema.check.check_schema |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ hatch run serve | |
Building the docs: | ||
|
||
```bash | ||
hatch run docs | ||
hatch run build | ||
``` | ||
|
||
## Testing | ||
|
Oops, something went wrong.