提交 c24687fd authored 作者: Joseph Turian's avatar Joseph Turian

Fixed a ref in documentation

上级 79299191
...@@ -70,7 +70,7 @@ used by the normal modes like FAST_COMPILE, FAST_RUN, and DEBUG_MODE. ...@@ -70,7 +70,7 @@ used by the normal modes like FAST_COMPILE, FAST_RUN, and DEBUG_MODE.
I wrote a new optimization, and it changed my results even though I'm pretty sure it is correct. I wrote a new optimization, and it changed my results even though I'm pretty sure it is correct.
------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------
First, check the :ref:`Op Contract` and make sure you're following the rules. First, check the :ref:`op_contract` and make sure you're following the rules.
Then try running your program in :ref:`debugmode`. DebugMode might catch Then try running your program in :ref:`debugmode`. DebugMode might catch
something that you're not seeing. something that you're not seeing.
......
...@@ -4,7 +4,6 @@ __docformat__ = "restructuredtext en" ...@@ -4,7 +4,6 @@ __docformat__ = "restructuredtext en"
import __builtin__ import __builtin__
import sys # for sys.maxint import sys # for sys.maxint
import inspect
import functools import functools
import numpy import numpy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论