##// END OF EJS Templates
add %quickref to default banner
vivainio -
Show More
@@ -6,7 +6,7 b' Requires Python 2.1 or better.'
6
6
7 This file contains the main make_IPython() starter function.
7 This file contains the main make_IPython() starter function.
8
8
9 $Id: ipmaker.py 2674 2007-08-26 12:34:05Z vivainio $"""
9 $Id: ipmaker.py 2684 2007-08-28 20:05:40Z vivainio $"""
10
10
11 #*****************************************************************************
11 #*****************************************************************************
12 # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu>
12 # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu>
@@ -111,7 +111,8 b' def make_IPython(argv=None,user_ns=None,user_global_ns=None,debug=1,'
111 % (sys.version.split('\n')[0],),
111 % (sys.version.split('\n')[0],),
112 "IPython %s -- An enhanced Interactive Python."
112 "IPython %s -- An enhanced Interactive Python."
113 % (__version__,),
113 % (__version__,),
114 """? -> Introduction to IPython's features.
114 """\
115 ? or %quickref -> Introduction to IPython's features, or quick reference.
115 %magic -> Information about IPython's 'magic' % functions.
116 %magic -> Information about IPython's 'magic' % functions.
116 help -> Python's own help system.
117 help -> Python's own help system.
117 object? -> Details about 'object'. ?object also works, ?? prints more.
118 object? -> Details about 'object'. ?object also works, ?? prints more.
General Comments 0
You need to be logged in to leave comments. Login now