-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
PyJuice | ||
Welcome to PyJuice's documentation! | ||
=================================== | ||
|
||
**PyJuice** is a Python library for Probabilistic Circuits. | ||
**PyJuice** is a Python library for Probabilistic Circuits. It aims to provide a easy-to-use environment for defining PCs that support efficient and scalable training and inference. | ||
|
||
Check out the :doc:`start` section for further information, including instructions for | ||
:ref:`installation` of the project. | ||
|
||
.. note:: | ||
Getting started | ||
-------- | ||
|
||
This project is under active development. | ||
- Installation | ||
- Tutorials | ||
|
||
Contents | ||
API | ||
-------- | ||
|
||
- :doc:`pyjuice <python-api/pyjuice>` | ||
- :doc:`pyjuice.nodes <python-api/nodes>` | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: API | ||
:hidden: | ||
|
||
start | ||
api | ||
python-api/pyjuice | ||
python-api/nodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pyjuice.nodes | ||
====== | ||
|
||
.. currentmodule:: pyjuice.nodes | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
foreach | ||
foldup_aggregate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
pyjuice | ||
====== | ||
|
||
.. currentmodule:: pyjuice | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:nosignatures: | ||
|
||
compile | ||
inputs | ||
product | ||
summate | ||
set_block_size |