##// END OF EJS Templates
Linkify some API docs
Thomas Kluyver -
Show More
@@ -1,8 +1,7 b''
1 """Utilities for connecting to kernels
1 """Utilities for connecting to kernels
2
2
3 Notable contents:
3 The :class:`ConnectionFileMixin` class in this module encapsulates the logic
4 - ConnectionFileMixin class
4 related to writing and reading connections files.
5 encapsulates the logic related to writing and reading connections files.
6 """
5 """
7 # Copyright (c) IPython Development Team.
6 # Copyright (c) IPython Development Team.
8 # Distributed under the terms of the Modified BSD License.
7 # Distributed under the terms of the Modified BSD License.
@@ -299,7 +298,7 b' def connect_qtconsole(connection_file=None, argv=None, profile=None):'
299
298
300 Returns
299 Returns
301 -------
300 -------
302 subprocess.Popen instance running the qtconsole frontend
301 :class:`subprocess.Popen` instance running the qtconsole frontend
303 """
302 """
304 argv = [] if argv is None else argv
303 argv = [] if argv is None else argv
305
304
General Comments 0
You need to be logged in to leave comments. Login now