##// END OF EJS Templates
Tweaks to RST formatting.
Thomas Kluyver -
Show More
@@ -348,9 +348,8 b" def magic_history(self, parameter_s = ''):"
348 348 the given file. The file is always overwritten, though IPython asks for
349 349 confirmation first if it already exists.
350 350
351 Example
352 -------
353
351 Examples
352 --------
354 353 ::
355 354
356 355 In [6]: %hist -n 4 6
@@ -2607,9 +2607,8 b' Defaulting color scheme to \'NoColor\'"""'
2607 2607 def magic_pwd(self, parameter_s = ''):
2608 2608 """Return the current working directory path.
2609 2609
2610 Example
2611 -------
2612
2610 Examples
2611 --------
2613 2612 ::
2614 2613
2615 2614 In [9]: pwd
@@ -2649,9 +2648,8 b' Defaulting color scheme to \'NoColor\'"""'
2649 2648 Note that !cd doesn't work for this purpose because the shell where
2650 2649 !command runs is immediately discarded after executing 'command'.
2651 2650
2652 Example
2651 Examples
2653 2652 --------
2654
2655 2653 ::
2656 2654
2657 2655 In [10]: cd parent/child
General Comments 0
You need to be logged in to leave comments. Login now