Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44edfee

Browse files
committed
Add more see also entries
1 parent 81db036 commit 44edfee

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/source/development/kernels.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,14 @@ stdin socket to prompt the user for textual input.
7070
.. seealso::
7171

7272
:doc:`messaging`
73-
Details of the different sockets and the messages that come over them.
73+
Details of the different sockets and the messages that come over them
74+
75+
`Creating Language Kernels for IPython <http://andrew.gibiansky.com/blog/ipython/ipython-kernels/>`_
76+
A blog post by the author of `IHaskell <https://github.com/gibiansky/IHaskell>`_,
77+
a Haskell kernel
78+
79+
`simple_kernel <https://github.com/dsblank/simple_kernel>`_
80+
A simple example implementation of the kernel machinery in Python
7481

7582

7683
.. _kernelspecs:

docs/source/development/wrapperkernels.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ This is useful for languages that have Python bindings, such as `Octave
1010
where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.org/en/latest/>`_,
1111
such as bash.
1212

13+
.. seealso::
14+
15+
`bash_kernel <https://github.com/takluyver/bash_kernel>`_
16+
A simple kernel for bash, written using this machinery
17+
1318
Required steps
1419
--------------
1520

0 commit comments

Comments
 (0)