diff --git a/doc/source/Changelog/v0_13_0.txt b/doc/source/Changelog/v0_13_0.txt new file mode 100644 index 0000000..4fea050 --- /dev/null +++ b/doc/source/Changelog/v0_13_0.txt @@ -0,0 +1,9 @@ +.. _changelog_0_13_0: + + +v0.13.0 +------- + +* Added commands ``ein:jupyter-server-start``, ``ein:jupyter-server-stop``, and + ``ein:jupyter-server-login-and-open``. + diff --git a/doc/source/ein_logo.jpg b/doc/source/ein_logo.jpg new file mode 100755 index 0000000..afa3491 Binary files /dev/null and b/doc/source/ein_logo.jpg differ diff --git a/doc/source/index.rst b/doc/source/index.rst index 5f1991f..6351b94 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,6 @@ The Emacs IPython Notebook -========================== +===================================== +.. image:: ein_logo.jpg .. el:package:: ein @@ -10,8 +11,7 @@ evaluation, object inspection and code completion. These features can be accessed anywhere in Emacs and improve Python code editing and reading in general in Emacs. -.. _`Emacs IPython Notebook (EIN)`: - https://github.com/millejoh/emacs-ipython-notebook +.. _`Emacs IPython Notebook (EIN)`: https://github.com/millejoh/emacs-ipython-notebook .. _SLIME: http://common-lisp.net/project/slime/ @@ -61,7 +61,6 @@ Links: .. [#] Use the command :el:symbol:`ein:connect-to-notebook-command`. - Quick try --------- @@ -651,21 +650,11 @@ Change Log ========== -v0.13.0 -------- +.. include:: Changelog/v0_13_0.txt -* Added commands ``ein:jupyter-server-start``, ``ein:jupyter-server-stop``, and - ``ein:jupyter-server-login-and-open``. +.. include:: Changelog/v0_12_3.txt -v0.12.3 -------- - -.. include:: changelog/v0_12_3.txt - -v0.12.2 -------- - -.. include:: changelog/v0_12_2.txt +.. include:: Changelog/v0_12_2.txt v0.12.1