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 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.
Original file line number Diff line number Diff line change 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 " ,
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"
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 " ,
You can’t perform that action at this time.
0 commit comments