mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Update change log and document
This commit is contained in:
parent
f6a40567c0
commit
1f3156d89f
2 changed files with 9 additions and 0 deletions
|
@ -103,6 +103,7 @@ Requirements
|
|||
|
||||
* IPython_ 0.12 or higher.
|
||||
* `websocket.el`_ 0.9
|
||||
* `request.el`_ >= 0.2
|
||||
* (optional) mumamo_ developmental version:
|
||||
It will be automatically loaded when it is on the path.
|
||||
The official way to setup path is to load nXhtml_.
|
||||
|
@ -126,6 +127,7 @@ It is known to work in Emacs 23.2, 24.1 and 24.2.
|
|||
|
||||
.. _IPython: http://ipython.org/
|
||||
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
||||
.. _request.el: https://github.com/tkf/emacs-request
|
||||
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
|
||||
.. _nXhtml: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
|
||||
.. _python.el: https://github.com/fgallina/python.el
|
||||
|
|
|
@ -87,6 +87,7 @@ Requirements
|
|||
|
||||
* IPython_ 0.12 or higher.
|
||||
* `websocket.el`_ 0.9
|
||||
* `request.el`_ >= 0.2
|
||||
* (optional) mumamo_ developmental version:
|
||||
It will be automatically loaded when it is on the path.
|
||||
The official way to setup path is to load nXhtml_.
|
||||
|
@ -110,6 +111,7 @@ It is known to work in Emacs 23.2, 24.1 and 24.2.
|
|||
|
||||
.. _IPython: http://ipython.org/
|
||||
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
||||
.. _request.el: https://github.com/tkf/emacs-request
|
||||
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo
|
||||
.. _nXhtml: http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html
|
||||
.. _python.el: https://github.com/fgallina/python.el
|
||||
|
@ -542,6 +544,11 @@ with :el:symbol:`ein:dev-stop-debug`.
|
|||
Change Log
|
||||
==========
|
||||
|
||||
v0.2.1
|
||||
------
|
||||
|
||||
* Use request.el_ for smoother experience.
|
||||
|
||||
v0.2
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue