An open API service indexing awesome lists of open source software.

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

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.