Skip to content

Commit ae18468

Browse files
authored
cleanup tutorial
1 parent 05573ea commit ae18468

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

doc/source/tutorial/getting_started.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ To explore the content of arrays in read-only mode, import ``larray-editor`` and
380380
381381
To open the user interface in edit mode, call :py:func:`edit` instead.
382382

383-
.. image:: _static/editor.png
383+
.. image:: ../_static/editor.png
384384
:align: center
385385

386386
Once open, you can save and load any session using the `File` menu.
@@ -395,7 +395,7 @@ Finally, you can also visually compare two arrays or sessions using the :py:func
395395
arr1[['a1', 'a2']] = -arr1[['a1', 'a2']]
396396
compare(arr0, arr1)
397397
398-
.. image:: _static/compare.png
398+
.. image:: ../_static/compare.png
399399
:align: center
400400

401401
In case of two arrays, they must have compatible axes.
@@ -410,10 +410,10 @@ Windows Start Menu. This menu contains:
410410
* a shortcut to open the graphical interface in edit mode.
411411
* a shortcut to update `larrayenv`.
412412

413-
.. image:: _static/menu_windows.png
413+
.. image:: ../_static/menu_windows.png
414414
:align: center
415415

416-
.. image:: _static/editor_new.png
416+
.. image:: ../_static/editor_new.png
417417
:align: center
418418

419419
Once the graphical interface is open, all LArray objects and functions are directly accessible.

doc/source/tutorial/tutorial_presenting_larray_objects.ipyml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cells:
5959
## Groups
6060

6161
A ``Group`` represents a selection of labels from an Axis. It can optionally have a name (using operator ``>>``).
62-
Groups can be used when selecting a subset (#ref needed) of an array and in aggregations (#ref needed).
62+
Groups can be used when selecting a subset of an array and in aggregations.
6363

6464
Group objects are created as follow:
6565

doc/source/tutorial/tutorial_presenting_larray_objects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"## Groups\n",
9898
"\n",
9999
"A ``Group`` represents a selection of labels from an Axis. It can optionally have a name (using operator ``>>``). \n",
100-
"Groups can be used when selecting a subset (#ref needed) of an array and in aggregations (#ref needed). \n",
100+
"Groups can be used when selecting a subset of an array and in aggregations. \n",
101101
"\n",
102102
"Group objects are created as follow:\n"
103103
]

0 commit comments

Comments
 (0)