Skip to content
Snippets Groups Projects
Commit f5114e05 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Add links to server docu

parent b4c5d3b2
No related branches found
No related tags found
1 merge request!12DOC: Fix and extend documentation on inheritance
Pipeline #8899 passed with warnings
...@@ -4,9 +4,11 @@ Data Insertion ...@@ -4,9 +4,11 @@ Data Insertion
Data Models Data Models
~~~~~~~~~~~ ~~~~~~~~~~~
Data is stored and structured in CaosDB using a concept of RecordTypes, Data is stored and structured in CaosDB using a concept of
Properties, Records etc. If you do not know what these are, please look RecordTypes, Properties, Records etc. If you do not know what these
at the chapter :any:`caosdb-server:Data Model` . are, please look at the chapter `Data Model
<https://docs.indiscale.com/caosdb-server/specification/Datatype.html>`_
in the CaosDB server documentation.
In order to insert some actual data, we need to create a data model In order to insert some actual data, we need to create a data model
using RecordTypes and Properties (You may skip this if you use a CaosDB using RecordTypes and Properties (You may skip this if you use a CaosDB
...@@ -58,7 +60,10 @@ resolution, but we'll omit this for the sake of brevity for now. ...@@ -58,7 +60,10 @@ resolution, but we'll omit this for the sake of brevity for now.
The parameter ``inheritance=(obligatory|recommended|fix|all|none)`` of The parameter ``inheritance=(obligatory|recommended|fix|all|none)`` of
``add_parent`` tells the server to assign all properties of the parent ``add_parent`` tells the server to assign all properties of the parent
RecordType with the chosen importance to the child RecordType RecordType with the chosen importance to the child RecordType
automatically upon insertion. automatically upon insertion. See the chapter on `importance
<https://docs.indiscale.com/caosdb-server/specification/RecordType.html#importance>`_
in the documentation of the CaosDB server for more information on the
importance and inheritance of properties.
.. note:: .. note::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment