Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Jan 15, 2016
1 parent 9c5cee2 commit 65cd4d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sage/repl/ipython_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,18 @@ def help_links(self):
See the Jupyter documentation.
.. NOTE::
Urls starting with "kernelspecs" are prepended by the
browser with the appropriate path.
EXAMPLES::
sage: from sage.repl.ipython_kernel.kernel import SageKernel
sage: sk = SageKernel.__new__(SageKernel)
sage: sk.help_links
[{'text': 'Sage Documentation',
'url': '../kernelspecs/sagemath/doc/index.html'},
'url': 'kernelspecs/sagemath/doc/index.html'},
...]
"""
from sage.repl.ipython_kernel.install import SageKernelSpec
Expand Down

0 comments on commit 65cd4d2

Please sign in to comment.