Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit ae6a0b6

Browse files
DOC: some adjustments
1 parent 2c89be3 commit ae6a0b6

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/import-export.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If you're working with a large database of compounds, using the CLI is a more ef
189189

190190
.. code-block:: bash
191191
192-
docker exec -it -u nginx:nginx elabftw bin/console import:compounds -h
192+
docker exec -it elabftw bin/console import:compounds -h
193193
194194
The file must be available inside the container at /elabftw/exports. Use the following to copy your file into the container:
195195

@@ -202,9 +202,9 @@ Figure out the Team ID by looking at the Teams tab from the Sysconfig panel, whe
202202
.. code-block:: bash
203203
204204
# import in team 2 and be verbose
205-
docker exec -it -u nginx:nginx elabftw bin/console import:compounds -vv your_compounds.csv 2
205+
docker exec -it elabftw bin/console import:compounds -vv your_compounds.csv 2
206206
# import in team 25, force everything to be owned by user 5 and be extra verbose
207-
docker exec -it -u nginx:nginx elabftw bin/console import:compounds -vvv your_compounds.csv 25 --userid 5
207+
docker exec -it elabftw bin/console import:compounds -vvv your_compounds.csv 25 --userid 5
208208
209209
.. _exporting-data:
210210

doc/user-guide.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,20 @@ In order to save time when creating Experiments, eLabFTW features a Templates sy
349349

350350
It is recommended to create Templates for Experiments you often do. You can think of a Template as a skeleton of a real Experiment. To create a template, select "Templates" from the menu bar at the top.
351351

352-
.. image:: img/templates-menu.png
352+
.. figure:: img/templates-menu.png
353+
:align: center
354+
:alt: Templates page
355+
356+
The Templates page
353357

354358
Then, click the "Create" button, enter a title, and start editing your template. Once you are satisfied with it, click save. As you can see, you can have different permissions for the template itself, and for the Experiment that will be created from that template.
355359

356360
By default, the template is "pinned", which means it will appear in the pop up window when you click "Create" and also in the menu next to the "Create" button on the "Experiments" page. If at some point you do not wish to have this template available in this menu, you can toggle its pinned Status by clicking the thumbtack icon:
357361

358362

359363
.. image:: img/user-toggle-pin-templates.*
364+
:align: center
365+
:alt: toggle pinned templates
360366

361367
As with Experiments or Resources, use the Scope button to select what you wish to be listed: only your own Templates (*Self*) or more.
362368

0 commit comments

Comments
 (0)