Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 14, 2024
1 parent bc51a5d commit 84d176d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/source/python-api/nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,34 @@ pyjuice.nodes

.. currentmodule:: pyjuice.nodes

Nodes
-----

.. autosummary::
:toctree: generated
:nosignatures:

InputNodes
ProdNodes
SumNodes

Methods
-------

.. autosummary::
:toctree: generated
:nosignatures:

foreach
foldup_aggregate
foldup_aggregate

Input Distributions
-------------------

.. autosummary::
:toctree: generated
:nosignatures:

distributions.Bernoulli
distributions.Categorical

0 comments on commit 84d176d

Please sign in to comment.