From: W. Trevor King Date: Sat, 7 Aug 2010 17:58:37 +0000 (-0400) Subject: Add :: before new playlist creation code samples. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a39a8233d7ba34ea31df3d1cc93451782a703e97;p=hooke.git Add :: before new playlist creation code samples. --- diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 4bcb0be..302fa69 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -121,11 +121,11 @@ You can list the files in the directory using ``ls`` or ``dir`` mycurve.001 ... -Now you are ready to generate the playlist. First, create a blank playlist: +Now you are ready to generate the playlist. First, create a blank playlist:: hooke> new_playlist --name mylist -Ensure that the new playlist is active: +Ensure that the new playlist is active:: hooke> jump_to_playlist -- -1 hooke> get_playlist @@ -146,11 +146,11 @@ by the `optparse module`_. following arguments should be treated as operands, even if they begin with the '-' character." -Then glob your curves onto the new list +Then glob your curves onto the new list:: hooke> glob_curves_to_playlist mycurve.* -You can also be more specific with wildcards. For example +You can also be more specific with wildcards. For example:: hooke> glob_curve_to_playlist mycurve.05*