Skip to content
Snippets Groups Projects
Commit 2b966b68 authored by florian's avatar florian
Browse files

FIX: Mend broken link in docs

parent 0aee43cc
No related branches found
No related tags found
1 merge request!33MAINT: change arguments of create_user
Pipeline #15023 failed
...@@ -17,8 +17,10 @@ Property called “a” of datatype double. This is very easy in pylib: ...@@ -17,8 +17,10 @@ Property called “a” of datatype double. This is very easy in pylib:
a = db.Property(name="a", datatype=db.DOUBLE) a = db.Property(name="a", datatype=db.DOUBLE)
There are a few basic datatypes: db.INTEGER, db.TEXT. See `data There are a few basic datatypes like db.INTEGER, db.DOUBLE, or db.TEXT. See the
type <Specification/Datatype>`__ for a full list. `data types
<https://docs.indiscale.com/caosdb-server/specification/Datatype.html>`_ for a
full list.
We can create our own small data model for e.g. a simulation by adding We can create our own small data model for e.g. a simulation by adding
two more Properties and a RecordType: two more Properties and a RecordType:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment