summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteven Silvester2014-08-10 16:38:58 -0500
committerSteven Silvester2014-08-10 16:38:58 -0500
commit040d16a1015669340d10704d37065e15b01e8feb (patch)
tree138a503edaa8ee4bd5eaa8386ddcaf04659ea1ed /README.rst
parentaf7556f4b53bbc5d4112814d87e212d8e43badf2 (diff)
downloadscilab_kernel-040d16a1015669340d10704d37065e15b01e8feb.tar.gz
scilab_kernel-040d16a1015669340d10704d37065e15b01e8feb.tar.bz2
scilab_kernel-040d16a1015669340d10704d37065e15b01e8feb.zip
Update docs.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3db0049..c83805f 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,8 @@ To test it, install with ``setup.py``, then::
ipython qtconsole --kernel scilab
-It supports command history, the ``?`` help magic, and completion.
+It supports command history, the ``?`` help magic and calltips,
+plotting, and completion.
For details of how this works, see IPython's docs on `wrapper kernels
<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_.