##// END OF EJS Templates
some docstring changes
vivainio -
Show More
@@ -78,6 +78,8 b" def magic_store(self, parameter_s=''):"
78
78
79 Note also that the variables will need to be pickleable; most basic
79 Note also that the variables will need to be pickleable; most basic
80 python types can be safely %stored.
80 python types can be safely %stored.
81
82 Also aliases can be %store'd across sessions.
81 """
83 """
82
84
83 opts,argsl = self.parse_options(parameter_s,'drz',mode='string')
85 opts,argsl = self.parse_options(parameter_s,'drz',mode='string')
@@ -1,7 +1,7 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2 """Magic functions for InteractiveShell.
2 """Magic functions for InteractiveShell.
3
3
4 $Id: Magic.py 1961 2006-12-05 21:02:40Z vivainio $"""
4 $Id: Magic.py 1962 2006-12-05 21:08:50Z vivainio $"""
5
5
6 #*****************************************************************************
6 #*****************************************************************************
7 # Copyright (C) 2001 Janko Hauser <jhauser@zscout.de> and
7 # Copyright (C) 2001 Janko Hauser <jhauser@zscout.de> and
@@ -2538,7 +2538,8 b' Defaulting color scheme to \'NoColor\'"""'
2538
2538
2539 This command automatically maintains an internal list of directories
2539 This command automatically maintains an internal list of directories
2540 you visit during your IPython session, in the variable _dh. The
2540 you visit during your IPython session, in the variable _dh. The
2541 command %dhist shows this history nicely formatted.
2541 command %dhist shows this history nicely formatted. You can also
2542 do 'cd -<tab>' to see directory history conveniently.
2542
2543
2543 Usage:
2544 Usage:
2544
2545
@@ -2551,6 +2552,7 b' Defaulting color scheme to \'NoColor\'"""'
2551 cd -b <bookmark_name>: jump to a bookmark set by %bookmark
2552 cd -b <bookmark_name>: jump to a bookmark set by %bookmark
2552 (note: cd <bookmark_name> is enough if there is no
2553 (note: cd <bookmark_name> is enough if there is no
2553 directory <bookmark_name>, but a bookmark with the name exists.)
2554 directory <bookmark_name>, but a bookmark with the name exists.)
2555 'cd -b <tab>' allows you to tab-complete bookmark names.
2554
2556
2555 Options:
2557 Options:
2556
2558
General Comments 0
You need to be logged in to leave comments. Login now