Skip to content
Snippets Groups Projects
Commit 21f03cce authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: rename in docs

parent 6a3a9190
No related branches found
No related tags found
1 merge request!118F linkahead rename
Pipeline #41035 passed
The comments feature of the caosdb webui
========================================
The comments feature of the LinkAhead webui
===========================================
WebUI contains a feature that allows users to add comments to existing
records.
......@@ -72,14 +72,14 @@ following yaml file:
Save this file under “datamodel.yaml”.
Make sure you have installed caosdb-models.
Make sure you have installed linkahead-advancedtools.
Then sync the model:
.. code:: python
import caosdb as db
from caosmodels.parser import parse_model_from_yaml
import linkahead as db
from linkaheadadvancedtools.models.parser import parse_model_from_json_schema
model = parse_model_from_yaml("datamodel.yaml")
model.sync_data_model(noquestion=True)
......@@ -6,7 +6,7 @@ Query shortcuts
Until they have been `re-implemented
<https://gitlab.com/caosdb/caosdb-webui/-/issues/229>`__ for the new query
panel which has been introduced in CaosDB WebUI 0.11, query shortcuts only
panel which has been introduced in LinkAhead WebUI 0.11, query shortcuts only
work with the legacy query panel.
Introduction
......@@ -232,6 +232,6 @@ The solution is to create the RecordTypes, e.g. using the Python interface, as f
The data model is also included in the ``tools/query_template_datamodel.yml``
within this repository which can be imported into your database with ``python -m
caosadvancedtools.models.parser --sync query_template_datamodel.yml`` (you need
to have `CaosDB Advanced User
Tools<https://pypi.org/project/caosadvancedtools/>`__ installed and configured).
linkaheadadvancedtools.models.parser --sync query_template_datamodel.yml`` (you need
to have `LinkAhead Advanced User
Tools<https://pypi.org/project/linkaheadadvancedtools/>`__ installed and configured).
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