https://github.com/jluttine/sphinx-bayesnet
BayesNet extension for Sphinx
https://github.com/jluttine/sphinx-bayesnet
Last synced: 3 months ago
JSON representation
BayesNet extension for Sphinx
- Host: GitHub
- URL: https://github.com/jluttine/sphinx-bayesnet
- Owner: jluttine
- License: gpl-3.0
- Created: 2012-09-13T11:48:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T12:04:18.000Z (over 2 years ago)
- Last Synced: 2025-02-13T01:31:26.625Z (4 months ago)
- Language: Python
- Homepage:
- Size: 185 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
BayesNet Extension for Sphinx
=============================Introduction
============This extension makes it easy to draw Bayesian networks and (directed)
factor graphs in Sphinx using TikZ syntax. The extension is based on
a TikZ library called BayesNet
(https://github.com/jluttine/tikz-bayesnet).This extension defines :code:`bayesnet` directive, which can be used
as:.. code-block:: latex
.. bayesnet::
\node[latent] (x) {$x$} ;
\node[obs, below=of x] (y) {$y$} ;
\edge {x} {y} ;The corresponding role has not yet been implemented.
License
=======Copyright (C) 2012-2013 Jaakko Luttinen [email protected], Aalto University
This extension is licensed under Version 3.0 of the GNU General Public
License.