diff options
author | Steven Silvester | 2016-01-23 06:11:36 -0600 |
---|---|---|
committer | Steven Silvester | 2016-01-23 06:11:36 -0600 |
commit | 1833980fffe191a90fee357c84dff82de3e36528 (patch) | |
tree | 7c5b40d0f89140c4badf00892d07cb9f42d5f15d | |
parent | c2c989add108bfe0d9912cb5f072be47bdc79ee2 (diff) | |
download | scilab_kernel-1833980fffe191a90fee357c84dff82de3e36528.tar.gz scilab_kernel-1833980fffe191a90fee357c84dff82de3e36528.tar.bz2 scilab_kernel-1833980fffe191a90fee357c84dff82de3e36528.zip |
Update readme and flit for new location
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | flit.ini | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -21,6 +21,6 @@ which means it features a standard set of magics. A sample notebook is available online_. -You can specify the path to your Octave executable by creating a `SCILAB_EXECUTABLE` environmental variable. +You can specify the path to your Scilab executable by creating a `SCILAB_EXECUTABLE` environmental variable. -.. _online: http://nbviewer.ipython.org/github/blink1073/scilab_kernel/blob/master/scilab_kernel.ipynb +.. _online: http://nbviewer.ipython.org/github/calysto/scilab_kernel/blob/master/scilab_kernel.ipynb @@ -2,7 +2,7 @@ module = scilab_kernel author = Steven Silvester author-email = steven.silvester@ieee.org -home-page = https://github.com/blink1073/scilab_kernel +home-page = https://github.com/calysto/scilab_kernel requires = metakernel (>=0.10.5) description-file = README.rst classifiers = Framework :: IPython |