Skip to content

Commit 5c7bac9

Browse files
steps: add screenshot and locked template steps (#54)
* steps: add screenshot and locked template steps * pdf cover
1 parent 064d617 commit 5c7bac9

File tree

5 files changed

+31
-1
lines changed

5 files changed

+31
-1
lines changed

doc/img/steps-on-experiment.png

23.6 KB
Loading

doc/img/steps-on-experiment.webp

15.7 KB
Loading

doc/img/steps-on-template.png

24.3 KB
Loading

doc/img/steps-on-template.webp

21 KB
Loading

doc/user-guide.rst

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,37 @@ Steps
494494
-----
495495
You can use steps to list actions that need to be taken in connection with a given Experiment or Resource. When a task has been completed, you can click on the corresponding checkbox to indicate that that step is done. The "Next step" for each Experiment or Resource will be shown on the main Experiments or Resources page (index list) under the title for that entry. This lets you easily view the next step for each entry. You can also view the next steps for your Experiments and Resources by clicking on the "To-Do List" icon at the top left side of the main page.
496496

497-
You can also include steps when making a template.
497+
.. only:: html
498+
499+
.. figure:: img/steps-on-experiment.webp
500+
:align: center
501+
:alt: Steps on an experiment
502+
503+
Steps on an experiment
504+
505+
.. only:: latex
506+
507+
.. figure:: img/steps-on-experiment.png
508+
:align: center
509+
:alt: Steps on an experiment
510+
511+
You can also add steps when creating a template, and choose to lock them. When a new Experiment or Resource is created from that template, the locked steps will appear as read-only and cannot be modified or deleted.
512+
513+
.. only:: html
514+
515+
.. figure:: img/steps-on-template.webp
516+
:align: center
517+
:alt: Steps on an experiment template
518+
519+
Steps on an experiment template
520+
521+
.. only:: latex
522+
523+
.. figure:: img/steps-on-experiment.png
524+
:align: center
525+
:alt: Steps on an experiment
526+
527+
Steps on an experiment template
498528

499529
Spreadsheet Editor
500530
------------------

0 commit comments

Comments
 (0)