提交 70c48957 authored 作者: Rémi Louf's avatar Rémi Louf 提交者: Brandon T. Willard

Reorganize the high-level API documentation page

上级 2c0cac1c
...@@ -9,6 +9,9 @@ API Documentation ...@@ -9,6 +9,9 @@ API Documentation
This documentation covers Aesara module-wise. This is suited to finding the This documentation covers Aesara module-wise. This is suited to finding the
Types and Ops that you can use to build and compile expression graphs. Types and Ops that you can use to build and compile expression graphs.
Modules
=======
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
...@@ -28,32 +31,39 @@ Types and Ops that you can use to build and compile expression graphs. ...@@ -28,32 +31,39 @@ Types and Ops that you can use to build and compile expression graphs.
tensor/index tensor/index
typed_list typed_list
There are also some top-level imports that you might find more convenient:
.. module:: aesara .. module:: aesara
:platform: Unix, Windows :platform: Unix, Windows
:synopsis: Aesara top-level import :synopsis: Aesara top-level import
.. moduleauthor:: LISA .. moduleauthor:: LISA
.. function:: function(...) There are also some top-level imports that you might find more convenient:
Alias for :func:`aesara.compile.function.function` Graph
=====
.. function:: shared(...)
Alias for :func:`aesara.compile.sharedvalue.shared`
.. function:: function(...)
.. function:: shared(...) Alias for :func:`aesara.compile.function.function`
.. autofunction:: aesara.clone_replace(...)
Alias for :func:`aesara.graph.basic.clone_replace`
Control flow
============
Alias for :func:`aesara.compile.sharedvalue.shared`
.. autofunction:: aesara.scan(...) .. autofunction:: aesara.scan(...)
.. class:: In
Alias for :func:`aesara.scan.basic.scan` Alias for :func:`aesara.scan.basic.scan`
Debug
=====
.. autofunction:: aesara.dprint(...) .. autofunction:: aesara.dprint(...)
Alias for :func:`aesara.printing.debugprint` Alias for :func:`aesara.printing.debugprint`
.. autofunction:: aesara.clone_replace
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论