Skip to content
Snippets Groups Projects
Verified Commit 54f400e6 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Unrelated small changes.

parent 1a490ffc
No related branches found
No related tags found
2 merge requests!96DOC: Added CITATION.cff to the list of files in the release guide where the...,!92Data model tutorial
Pipeline #35942 passed
......@@ -15,11 +15,10 @@ contain information about the Record. The following is a more detailed
explanation (also see this
[paper](https://www.mdpi.com/2306-5729/4/2/83)).
> Record Types and Abstract Properties are used to define the ontology
> for a particular domain in which the RDMS is used. Records are used
> to store the actual data and therefore represent individuals or
> particular things, e.g. a particular experiment, a particular time
> series, etc.
> Record Types and Abstract Properties are used to define the ontology for a particular domain in
> which the RDMS (research data management) is used. Records are used to store the actual data and
> therefore represent individuals or particular things, e.g. a particular experiment, a particular
> time series, etc.
## Record Types
......
......@@ -49,7 +49,7 @@ extensions = [
"sphinx.ext.autosectionlabel", # Allow reference sections using its title
"sphinx_rtd_theme",
"sphinxcontrib.plantuml", # PlantUML diagrams
"sphinx_a4doc", # antl4
"sphinx_a4doc", # antlr4
]
# Add any paths that contain templates here, relative to this directory.
......
......@@ -30,5 +30,5 @@ of Records that have that parent. For example by executing:
.. code-block:: Python
rt = db.RecordType("Article").retrieve()
rt.state = db.State(name="UnPublished", model="Publish Life-cycle")``
rt.state = db.State(name="UnPublished", model="Publish Life-cycle")
rt.update()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment