提交 2814b280 authored 作者: bergstrj@lgcm's avatar bergstrj@lgcm

added api prefix for oplist.txt

上级 2b8a74c7
...@@ -46,7 +46,7 @@ for module in [tensor]: ...@@ -46,7 +46,7 @@ for module in [tensor]:
if isOp(symbol): if isOp(symbol):
print "" print ""
print "- `%s.%s`" % (module.__name__, symbol_name) print "- :api:`%s.%s`" % (module.__name__, symbol_name)
docstring = getattr(symbol, '__doc__', "") docstring = getattr(symbol, '__doc__', "")
if not docstring: if not docstring:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论