Show More
@@ -11,6 +11,7 b' Using IPython for interactive work' | |||||
11 | reference |
|
11 | reference | |
12 | shell |
|
12 | shell | |
13 | tips |
|
13 | tips | |
|
14 | python-ipython-diff | |||
14 |
|
15 | |||
15 | .. seealso:: |
|
16 | .. seealso:: | |
16 |
|
17 |
@@ -179,7 +179,7 b' The later form of expansion supports arbitrary python expression:' | |||||
179 | The bang can also be present in the right hand side of an assignment, just |
|
179 | The bang can also be present in the right hand side of an assignment, just | |
180 | after the equal sign, or separated from it by a white space. In which case the |
|
180 | after the equal sign, or separated from it by a white space. In which case the | |
181 | standard output of the command after the bang ``!`` will be split out into lines |
|
181 | standard output of the command after the bang ``!`` will be split out into lines | |
182 |
in a list-like object (: |
|
182 | in a list-like object (:ref:`IPython Slist`) and assign to the left hand side. | |
183 |
|
183 | |||
184 | This allow you for example to put the list of files of the current working directory in a variable: |
|
184 | This allow you for example to put the list of files of the current working directory in a variable: | |
185 |
|
185 |
@@ -848,7 +848,7 b' object, do::' | |||||
848 |
|
848 | |||
849 | %gui wx |
|
849 | %gui wx | |
850 |
|
850 | |||
851 |
You can also start IPython with an event loop set up using the |
|
851 | You can also start IPython with an event loop set up using the `--gui` | |
852 | flag:: |
|
852 | flag:: | |
853 |
|
853 | |||
854 | $ ipython --gui=qt |
|
854 | $ ipython --gui=qt |
@@ -12,7 +12,7 b' GitHub stats for 2015/06/22 - 2015/07/12 (since 3.2)' | |||||
12 | These lists are automatically generated, and may be incomplete or contain duplicates. |
|
12 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
13 |
|
13 | |||
14 | We closed 1 issue and merged 3 pull requests. |
|
14 | We closed 1 issue and merged 3 pull requests. | |
15 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.2.1>`_ |
|
15 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.2.1>`__ | |
16 |
|
16 | |||
17 | The following 5 authors contributed 9 commits. |
|
17 | The following 5 authors contributed 9 commits. | |
18 |
|
18 | |||
@@ -31,7 +31,7 b' GitHub stats for 2015/04/03 - 2015/06/21 (since 3.1)' | |||||
31 | These lists are automatically generated, and may be incomplete or contain duplicates. |
|
31 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
32 |
|
32 | |||
33 | We closed 7 issues and merged 30 pull requests. |
|
33 | We closed 7 issues and merged 30 pull requests. | |
34 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.2>`_ |
|
34 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.2>`__ | |
35 |
|
35 | |||
36 | The following 15 authors contributed 74 commits. |
|
36 | The following 15 authors contributed 74 commits. | |
37 |
|
37 |
General Comments 0
You need to be logged in to leave comments.
Login now