Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 33309: fix two doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Feb 16, 2022
1 parent 725555c commit cc0e3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def call_intersphinx(app, env, node, contnode):
sage: for line in open(thematic_index).readlines(): # optional - sagemath_doc_html
....: if "padics" in line:
....: _ = sys.stdout.write(line)
<li><p><a class="reference external" href="../reference/padics/sage/rings/padics/tutorial.html#sage-rings-padics-tutorial" title="(in Sage... Reference Manual: p-Adics v...)"><span>Introduction to the p-adics</span></a></p></li>
<li><p><a class="reference external" href="../reference/padics/sage/rings/padics/tutorial.html#sage-rings-padics-tutorial" title="(in p-Adics v...)"><span>Introduction to the p-adics</span></a></p></li>
"""
debug_inf(app, "???? Trying intersphinx for %s" % node['reftarget'])
builder = app.builder
Expand Down
2 changes: 1 addition & 1 deletion src/sage/repl/ipython_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def help_links(self):
sage: sk = SageKernel.__new__(SageKernel)
sage: sk.help_links
[{'text': 'Sage Documentation',
'url': 'kernelspecs/sagemath/doc/index.html'},
'url': 'kernelspecs/sagemath/doc/html/en/index.html'},
...]
"""
from sage.repl.ipython_kernel.install import SageKernelSpec
Expand Down

0 comments on commit cc0e3bf

Please sign in to comment.