-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 [#501] Make sure docs are built in CI
* add sphinx dependencies to ci.in * add flag to run docs check * fix broken links
- Loading branch information
Showing
9 changed files
with
116 additions
and
67 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
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
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
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
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 |
---|---|---|
|
@@ -5,13 +5,13 @@ Vordering (Debt claim) | |
====================== | ||
|
||
The "Vordering" objecttype is converted from an existing information model from | ||
the `Gemeentelijke Basisprocessen Inkomen`_ (GBI). The GBI gemeenten work | ||
the `Gemeentelijke Basisprocessen Inkomen`_ (GBI). The GBI gemeenten work | ||
together to create common proceses and models for the work-and-income domain. | ||
|
||
As a test, they created a JSON schema for debt claims from their (huge) | ||
As a test, they created a JSON schema for debt claims from their (huge) | ||
:download:`ontology <_assets/vordering-ontology.png>`. | ||
|
||
.. _`Gemeentelijke Basisprocessen Inkomen`: https://gbi-gemeenten.nl/ | ||
.. _`Gemeentelijke Basisprocessen Inkomen`: https://commonground.nl/groups/view/ea69810c-b776-489d-ae9b-8f0722db54fd/team-gemeentelijke-basisprocessen-inkomen-gbi | ||
|
||
Metadata | ||
======== | ||
|
@@ -21,27 +21,27 @@ Attribute Value | |
======================== ========================== | ||
name vordering | ||
namePlural vorderingen | ||
description | ||
labels | ||
description | ||
labels | ||
maintainerOrganization GBI | ||
maintainerDepartment | ||
maintainerDepartment | ||
contactPerson Geurt-jan van Renswoude | ||
contactEmail [email protected] | ||
providerOrganization | ||
source | ||
providerOrganization | ||
source | ||
status draft | ||
dataClassification open | ||
createdAt August 27, 2020 | ||
modifiedAt | ||
publishedAt | ||
updateFrequency | ||
documentationUrl | ||
modifiedAt | ||
publishedAt | ||
updateFrequency | ||
documentationUrl | ||
======================== ========================== | ||
|
||
Schema | ||
====== | ||
|
||
You can download the JSON schema | ||
You can download the JSON schema | ||
:download:`vordering.json <_assets/vordering.json>` or view it below: | ||
|
||
.. include:: _assets/vordering.json | ||
|
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
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
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 |
---|---|---|
@@ -1,2 +1,8 @@ | ||
codecov | ||
pytest | ||
|
||
# Documentation | ||
sphinx | ||
sphinx-rtd-theme | ||
sphinx-tabs | ||
recommonmark |
Oops, something went wrong.