diff --git a/src/doc/administration/comments.rst b/src/doc/administration/comments.rst index f44561d12c247ae5c1c42d9ac1c912d13ab768e2..ded141d9883cd619b4d9a076ac6e56b42595fc41 100644 --- a/src/doc/administration/comments.rst +++ b/src/doc/administration/comments.rst @@ -1,5 +1,5 @@ -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) diff --git a/src/doc/extension/query_templates.rst b/src/doc/extension/query_templates.rst index 837fc1ff829d9be46d0323668aaf6a870a9a7535..61ff470e061562ba16ba4cb12bba4e7e7a4a91ed 100644 --- a/src/doc/extension/query_templates.rst +++ b/src/doc/extension/query_templates.rst @@ -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).