README [skip ci]

This commit is contained in:
dickmao 2019-11-08 12:31:25 -05:00
parent 8c8de683f4
commit f5185a19b4
2 changed files with 5 additions and 37 deletions

View file

@ -7,8 +7,8 @@
.. COMMENTARY (see Makefile)
.. |build-status|
image:: https://secure.travis-ci.org/millejoh/emacs-ipython-notebook.png?branch=master
:target: http://travis-ci.org/millejoh/emacs-ipython-notebook
image:: https://secure.travis-ci.org/dickmao/emacs-ipython-notebook.png?branch=master
:target: http://travis-ci.org/dickmao/emacs-ipython-notebook
:alt: Build Status
.. |melpa-dev|
image:: http://melpa.milkbox.net/packages/ein-badge.svg
@ -105,15 +105,8 @@ The ``:session`` is the notebook url, e.g., ``http://localhost:8888/my.ipynb``,
.. _polymode: https://github.com/polymode/polymode
.. _ob-ipython: https://github.com/gregsexton/ob-ipython
.. _scimax: https://github.com/jkitchin/scimax
.. _ob-ein details: http://millejoh.github.io/emacs-ipython-notebook/#org-mode-integration
.. _jupyter kernel: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
Connected Buffers
=================
Use ``M-x ein:connect-to-notebook`` to submit code from an arbitrary buffer to a running jupyter kernel. See `connected buffer details`_.
.. _connected buffer details: http://millejoh.github.io/emacs-ipython-notebook/#connected-buffer
Keymap (C-h m)
==============
@ -121,15 +114,6 @@ Keymap (C-h m)
.. KEYS NOTEBOOK (see Makefile)
Links
=====
* `Complete documentation <http://millejoh.github.io/emacs-ipython-notebook/>`_
* `Wiki <https://github.com/millejoh/emacs-ipython-notebook/wiki>`_
+ `Screenshots <https://github.com/millejoh/emacs-ipython-notebook/wiki/Screenshots>`_
+ `Tips <https://github.com/millejoh/emacs-ipython-notebook/wiki/Tips>`_
License
=======
Emacs IPython Notebook is licensed under GPL v3.

View file

@ -14,8 +14,8 @@ EIN was originally written by `[tkf]`_. A jupyter Babel_ backend was first
introduced by `[gregsexton]`_.
.. |build-status|
image:: https://secure.travis-ci.org/millejoh/emacs-ipython-notebook.png?branch=master
:target: http://travis-ci.org/millejoh/emacs-ipython-notebook
image:: https://secure.travis-ci.org/dickmao/emacs-ipython-notebook.png?branch=master
:target: http://travis-ci.org/dickmao/emacs-ipython-notebook
:alt: Build Status
.. |melpa-dev|
image:: http://melpa.milkbox.net/packages/ein-badge.svg
@ -53,7 +53,7 @@ Alternatively, ob-ein_.
Reporting bugs
--------------
EIN is tested on GNU Emacs versions
25.1
25
and later. We presently do not recommend the `spacemacs layer`_.
**Please file issues using** ``M-x ein:dev-bug-report-template``.
@ -112,15 +112,8 @@ The ``:session`` is the notebook url, e.g., ``http://localhost:8888/my.ipynb``,
.. _polymode: https://github.com/polymode/polymode
.. _ob-ipython: https://github.com/gregsexton/ob-ipython
.. _scimax: https://github.com/jkitchin/scimax
.. _ob-ein details: http://millejoh.github.io/emacs-ipython-notebook/#org-mode-integration
.. _jupyter kernel: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
Connected Buffers
=================
Use ``M-x ein:connect-to-notebook`` to submit code from an arbitrary buffer to a running jupyter kernel. See `connected buffer details`_.
.. _connected buffer details: http://millejoh.github.io/emacs-ipython-notebook/#connected-buffer
Keymap (C-h m)
==============
@ -208,15 +201,6 @@ Keymap (C-h m)
C-c M-{ ein:notebook-worksheet-move-prev
C-c M-} ein:notebook-worksheet-move-next
Links
=====
* `Complete documentation <http://millejoh.github.io/emacs-ipython-notebook/>`_
* `Wiki <https://github.com/millejoh/emacs-ipython-notebook/wiki>`_
+ `Screenshots <https://github.com/millejoh/emacs-ipython-notebook/wiki/Screenshots>`_
+ `Tips <https://github.com/millejoh/emacs-ipython-notebook/wiki/Tips>`_
License
=======
Emacs IPython Notebook is licensed under GPL v3.