Skip to content

Commit 9b142a0

Browse files
committed
fixed problem with list of methods in tutorial_transforming notebook
1 parent 8531eb7 commit 9b142a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/source/tutorial/tutorial_transforming.ipyml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ cells:
4545

4646

4747
LArray offers several methods to manipulate the axes and labels of an array:
48+
4849
- [set_labels](../_generated/larray.LArray.set_labels.rst#larray.LArray.set_labels): to replace all or some labels of one or several axes.
4950
- [rename](../_generated/larray.LArray.rename.rst#larray.LArray.rename): to replace one or several axis names.
5051
- [set_axes](../_generated/larray.LArray.set_axes.rst#larray.LArray.set_axes): to replace one or several axes.
@@ -263,7 +264,6 @@ cells:
263264
## Sorting
264265

265266

266-
267267
- [sort_axes](../_generated/larray.LArray.sort_axes.rst#larray.LArray.sort_axes): sort the labels of an axis.
268268
- [labelsofsorted](../_generated/larray.LArray.labelsofsorted.rst#larray.LArray.labelsofsorted): give labels which would sort an axis.
269269
- [sort_values](../_generated/larray.LArray.sort_values.rst#larray.LArray.sort_values): sort axes according to values
@@ -305,6 +305,7 @@ cells:
305305
## Combining arrays
306306

307307
LArray offers several methods to combine arrays:
308+
308309
- [insert](../_generated/larray.LArray.insert.rst#larray.LArray.insert): inserts an array in another array along an axis
309310
- [append](../_generated/larray.LArray.append.rst#larray.LArray.append): adds an array at the end of an axis.
310311
- [prepend](../_generated/larray.LArray.prepend.rst#larray.LArray.prepend): adds an array at the beginning of an axis.

doc/source/tutorial/tutorial_transforming.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"\n",
8383
"\n",
8484
"LArray offers several methods to manipulate the axes and labels of an array:\n",
85+
"\n",
8586
"- [set_labels](../_generated/larray.LArray.set_labels.rst#larray.LArray.set_labels): to replace all or some labels of one or several axes.\n",
8687
"- [rename](../_generated/larray.LArray.rename.rst#larray.LArray.rename): to replace one or several axis names.\n",
8788
"- [set_axes](../_generated/larray.LArray.set_axes.rst#larray.LArray.set_axes): to replace one or several axes.\n",
@@ -450,7 +451,6 @@
450451
"## Sorting\n",
451452
"\n",
452453
"\n",
453-
"\n",
454454
"- [sort_axes](../_generated/larray.LArray.sort_axes.rst#larray.LArray.sort_axes): sort the labels of an axis.\n",
455455
"- [labelsofsorted](../_generated/larray.LArray.labelsofsorted.rst#larray.LArray.labelsofsorted): give labels which would sort an axis. \n",
456456
"- [sort_values](../_generated/larray.LArray.sort_values.rst#larray.LArray.sort_values): sort axes according to values"
@@ -524,6 +524,7 @@
524524
"## Combining arrays\n",
525525
"\n",
526526
"LArray offers several methods to combine arrays:\n",
527+
"\n",
527528
"- [insert](../_generated/larray.LArray.insert.rst#larray.LArray.insert): inserts an array in another array along an axis\n",
528529
"- [append](../_generated/larray.LArray.append.rst#larray.LArray.append): adds an array at the end of an axis.\n",
529530
"- [prepend](../_generated/larray.LArray.prepend.rst#larray.LArray.prepend): adds an array at the beginning of an axis.\n",

0 commit comments

Comments
 (0)