12345678910111213141516171819202122232425 |
- .. fglib documentation master file, created by
- sphinx-quickstart on Sat Jan 31 21:45:49 2015.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Factor graph library
- ====================
- The factor graph library (fglib) is a Python 3 package to simulate message passing on factor graphs.
- Contents:
- .. toctree::
- :maxdepth: 4
- fglib
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|