##// END OF EJS Templates
Various small fixes to docs
klonuo -
Show More
@@ -11,6 +11,7 b' Using IPython for interactive work'
11 11 reference
12 12 shell
13 13 tips
14 python-ipython-diff
14 15
15 16 .. seealso::
16 17
@@ -179,7 +179,7 b' The later form of expansion supports arbitrary python expression:'
179 179 The bang can also be present in the right hand side of an assignment, just
180 180 after the equal sign, or separated from it by a white space. In which case the
181 181 standard output of the command after the bang ``!`` will be split out into lines
182 in a list-like object (:see:`IPython Slist`) and assign to the left hand side.
182 in a list-like object (:ref:`IPython Slist`) and assign to the left hand side.
183 183
184 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 849 %gui wx
850 850
851 You can also start IPython with an event loop set up using the :option:`--gui`
851 You can also start IPython with an event loop set up using the `--gui`
852 852 flag::
853 853
854 854 $ ipython --gui=qt
@@ -12,7 +12,7 b' GitHub stats for 2015/06/22 - 2015/07/12 (since 3.2)'
12 12 These lists are automatically generated, and may be incomplete or contain duplicates.
13 13
14 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 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 31 These lists are automatically generated, and may be incomplete or contain duplicates.
32 32
33 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 36 The following 15 authors contributed 74 commits.
37 37
@@ -20,6 +20,7 b' development work they do here in a user friendly format.'
20 20 .. toctree::
21 21 :maxdepth: 1
22 22
23 version5
23 24 development
24 25 version4
25 26 github-stats-4
General Comments 0
You need to be logged in to leave comments. Login now