| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .. Copyright the Modelling, Simulation and Design Lab (MSDL)
- http://msdl.uantwerpen.be/
- .. drawio2cbd documentation master file, created by
- sphinx-quickstart on Mon Oct 19 12:31:01 2020.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
- Welcome to the pyCBD Simulator's Documentation!
- ===============================================
- This package contains a CBD modelling and simulation framework, which can be used
- to model complex systems of equations.
- :Authors:
- * Marc Provost
- * Hans Vangheluwe
- * Joachim Denil
- * Claudio Gomes
- * Randy Paredis
- :Python Version: :code:`>= 3.6`
- .. versionchanged:: 1.5
- Python 2 is no longer supported.
- .. note::
- This documentation is a mere description of the CBD modelling framework
- as it has been written in Python. When interested in creating visual
- models in this framework, take a look at
- `the DrawioConvert project <https://msdl.uantwerpen.be/git/rparedis/DrawioConvert>`_.
- .. toctree::
- :maxdepth: 2
- :caption: Setup
- install
- running
- changelog
- issues
- .. toctree::
- :maxdepth: 2
- :caption: Simple Examples
- examples/SinGen
- examples/EvenNumberGen
- examples/Fibonacci
- examples/LCG
- .. toctree::
- :maxdepth: 2
- :caption: Advanced Examples
- examples/RealTime
- examples/LivePlot
- examples/Dashboard
- pyCBD.converters.latexify
- examples/ContinuousTime
- .. toctree::
- :maxdepth: 3
- :caption: Internal Documentation
- pyCBD
|