~ubuntu-branches/ubuntu/trusty/spyder/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/lightmode.rst

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2013-05-08 21:12:32 UTC
  • mfrom: (1.2.1) (18.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130508211232-r867h9xoenknvuxf
Tags: 2.2.0+dfsg-1
* Imported Upstream version 2.2.0+dfsg
* Depends on ipython-qtconsole (< 1.0)
* Removed the obsolte DM-Upload-Allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Spyder may be started in *light mode* with the following command:
5
5
 
6
 
``python spyder.py --light``
 
6
    ``python spyder.py --light``
7
7
 
8
8
or
9
9
 
10
 
``python spyder.py -l``
 
10
    ``python spyder.py -l``
11
11
 
12
12
 
13
13
The light mode is a very simple and light environment with the :doc:`console` 
16
16
.. image:: images/lightmode.png
17
17
 
18
18
Related plugins:
19
 
    * :doc:`console`
20
 
    * :doc:`variableexplorer`
 
19
 
 
20
* :doc:`console`
 
21
* :doc:`variableexplorer`
21
22