File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 45
45
46
46
47
47
LArray offers several methods to manipulate the axes and labels of an array:
48
+
48
49
- [set_labels](../_generated/larray.LArray.set_labels.rst#larray.LArray.set_labels): to replace all or some labels of one or several axes.
49
50
- [rename](../_generated/larray.LArray.rename.rst#larray.LArray.rename): to replace one or several axis names.
50
51
- [set_axes](../_generated/larray.LArray.set_axes.rst#larray.LArray.set_axes): to replace one or several axes.
@@ -263,7 +264,6 @@ cells:
263
264
## Sorting
264
265
265
266
266
-
267
267
- [sort_axes](../_generated/larray.LArray.sort_axes.rst#larray.LArray.sort_axes): sort the labels of an axis.
268
268
- [labelsofsorted](../_generated/larray.LArray.labelsofsorted.rst#larray.LArray.labelsofsorted): give labels which would sort an axis.
269
269
- [sort_values](../_generated/larray.LArray.sort_values.rst#larray.LArray.sort_values): sort axes according to values
@@ -305,6 +305,7 @@ cells:
305
305
## Combining arrays
306
306
307
307
LArray offers several methods to combine arrays:
308
+
308
309
- [insert](../_generated/larray.LArray.insert.rst#larray.LArray.insert): inserts an array in another array along an axis
309
310
- [append](../_generated/larray.LArray.append.rst#larray.LArray.append): adds an array at the end of an axis.
310
311
- [prepend](../_generated/larray.LArray.prepend.rst#larray.LArray.prepend): adds an array at the beginning of an axis.
Original file line number Diff line number Diff line change 82
82
" \n " ,
83
83
" \n " ,
84
84
" LArray offers several methods to manipulate the axes and labels of an array:\n " ,
85
+ " \n " ,
85
86
" - [set_labels](../_generated/larray.LArray.set_labels.rst#larray.LArray.set_labels): to replace all or some labels of one or several axes.\n " ,
86
87
" - [rename](../_generated/larray.LArray.rename.rst#larray.LArray.rename): to replace one or several axis names.\n " ,
87
88
" - [set_axes](../_generated/larray.LArray.set_axes.rst#larray.LArray.set_axes): to replace one or several axes.\n " ,
450
451
" ## Sorting\n " ,
451
452
" \n " ,
452
453
" \n " ,
453
- " \n " ,
454
454
" - [sort_axes](../_generated/larray.LArray.sort_axes.rst#larray.LArray.sort_axes): sort the labels of an axis.\n " ,
455
455
" - [labelsofsorted](../_generated/larray.LArray.labelsofsorted.rst#larray.LArray.labelsofsorted): give labels which would sort an axis. \n " ,
456
456
" - [sort_values](../_generated/larray.LArray.sort_values.rst#larray.LArray.sort_values): sort axes according to values"
524
524
" ## Combining arrays\n " ,
525
525
" \n " ,
526
526
" LArray offers several methods to combine arrays:\n " ,
527
+ " \n " ,
527
528
" - [insert](../_generated/larray.LArray.insert.rst#larray.LArray.insert): inserts an array in another array along an axis\n " ,
528
529
" - [append](../_generated/larray.LArray.append.rst#larray.LArray.append): adds an array at the end of an axis.\n " ,
529
530
" - [prepend](../_generated/larray.LArray.prepend.rst#larray.LArray.prepend): adds an array at the beginning of an axis.\n " ,
You can’t perform that action at this time.
0 commit comments