提交 3e5047ea authored 作者: CloudChaoszero's avatar CloudChaoszero 提交者: Michael Osthege

Add gof OP documentation and surface to index

Set HTML writer version in conf.py to workaround sphinx whitespace issue.
上级 08c63f71
......@@ -125,6 +125,10 @@ pygments_style = 'sphinx'
#html_style = 'default.css'
# html_theme = 'sphinxdoc'
# html4_writer added to Fix colon & whitespace misalignment
# https://github.com/readthedocs/sphinx_rtd_theme/issues/766#issuecomment-513852197
html4_writer = True
# Read the docs style:
if os.environ.get('READTHEDOCS') != 'True':
try:
......
......@@ -16,6 +16,7 @@
graph
fgraph
toolbox
op
type
params_type
utils
.. _libdoc_gof_op:
================================================
:mod:`gof` -- All operations compatible with gof’s graph
================================================
.. automodule:: theano.gof.op
:platform: Unix, Windows
:synopsis: Interface for types of symbolic variables
:members:
.. moduleauthor:: LISA
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论