##// END OF EJS Templates
Polish docstring for IPython.lib.demo
Thomas Kluyver -
Show More
@@ -104,11 +104,11 b' place a set of stop tags; the other tags are only there to let you fine-tune'
104 104 the execution.
105 105
106 106 This is probably best explained with the simple example file below. You can
107 copy this into a file named ex_demo.py, and try running it via:
107 copy this into a file named ex_demo.py, and try running it via::
108 108
109 109 from IPython.demo import Demo
110 110 d = Demo('ex_demo.py')
111 d() <--- Call the d object (omit the parens if you have autocall set to 2).
111 d()
112 112
113 113 Each time you call the demo object, it runs the next block. The demo object
114 114 has a few useful methods for navigation, like again(), edit(), jump(), seek()
General Comments 0
You need to be logged in to leave comments. Login now