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 docs/guide/check.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Checking a Data Package's metadata"
description: "A brief walkthrough on how you can use the `check()` function to confirm that the metadata in your `datapackage.json` file complies with the Data Package standard."
jupyter: python3
order: 1
---
Expand Down
1 change: 1 addition & 0 deletions docs/guide/config.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Configuring the checks"
description: "A simple introduction to customising the types of checks that are done against your `datapackage.json` by using the `Config` class, such as excluding certain checks or adding your own."
jupyter: python3
order: 3
---
Expand Down
2 changes: 2 additions & 0 deletions docs/guide/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description: "A guide on using `check-datapackage` to check the compliance of yo
listing:
contents: .
type: grid
grid-columns: 1
sort: "order"
fields:
- title
- description
---
1 change: 1 addition & 0 deletions docs/guide/issues.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Understanding issues"
description: "A short description about the `Issue` class that contains any problems found in your metadata when using `check()` on a `datapackage.json` file."
jupyter: python3
order: 2
---
Expand Down
Loading