Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
2b966b68
Commit
2b966b68
authored
3 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Mend broken link in docs
parent
0aee43cc
No related branches found
No related tags found
1 merge request
!33
MAINT: change arguments of create_user
Pipeline
#15023
failed
3 years ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/tutorials/Data-Insertion.rst
+4
-2
4 additions, 2 deletions
src/doc/tutorials/Data-Insertion.rst
with
4 additions
and
2 deletions
src/doc/tutorials/Data-Insertion.rst
+
4
−
2
View file @
2b966b68
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment