Add :: before new playlist creation code samples.
authorW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 17:58:37 +0000 (13:58 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 17:58:37 +0000 (13:58 -0400)
doc/tutorial.txt

index 4bcb0bee02b898c08c2622e474df54f536d926a4..302fa6931254b5dcbea610179f747a51c3e68c54 100644 (file)
@@ -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*