##// END OF EJS Templates
Fix a couple of rst roles causing Sphinx warnings
Thomas Kluyver -
Show More
@@ -163,7 +163,7 b' class InteractiveShellEmbed(TerminalInteractiveShell):'
163 163
164 164 def init_sys_modules(self):
165 165 """
166 Explicitly overwrite :any:`IPython.core.interactiveshell` to do nothing.
166 Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
167 167 """
168 168 pass
169 169
@@ -1,6 +1,6 b''
1 1 """
2 2 Module to define and register Terminal IPython shortcuts with
3 :any:`prompt_toolkit`
3 :mod:`prompt_toolkit`
4 4 """
5 5
6 6 # Copyright (c) IPython Development Team.
General Comments 0
You need to be logged in to leave comments. Login now