X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=test%2Ftutorial.py;h=7c115d6eefdd7518b63deb4e46b2298c32380711;hp=6a6ea6c01c63e4476d81707d3e0760023f93e596;hb=8aefc576eee45cedbc7cfe009c67bd0ff11e2468;hpb=ae47ed4b74a629ebd0d812ded07cb7b16c0fca91 diff --git a/test/tutorial.py b/test/tutorial.py index 6a6ea6c..7c115d6 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -38,6 +38,7 @@ Command: load_playlist Arguments: help BOOL (bool) Print a help message. +stack BOOL (bool) Add this command to appropriate command stacks. output_playlist STRING (string) Name of the new playlist (defaults to an auto-generated name). input FILE (file) File name for the input playlist. @@ -69,6 +70,7 @@ hooke Success >>> h = r.run_lines(h, ['new_playlist --output_playlist mylist']) + Success >>> h = r.run_lines(h, ['jump_to_playlist -- -1']) @@ -233,9 +235,13 @@ See :file:`delta.py`. *Command stacks* -See :file:`command_stack.py`and :file:`command_stack_save_load.py`. +See :file:`command_stack.py`, +:file:`apply_command_stack_to_playlist.py`, and +:file:`command_stack_save_load.py`. + +*Multiple curve analysis* -*Multiple curve fitting and measuring* +See :file:`multiple_curve_analysis`. *Fast curve reviewing and saving*