index.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .. Copyright the Modelling, Simulation and Design Lab (MSDL)
  2. http://msdl.uantwerpen.be/
  3. .. drawio2cbd documentation master file, created by
  4. sphinx-quickstart on Mon Oct 19 12:31:01 2020.
  5. You can adapt this file completely to your liking, but it should at least
  6. contain the root `toctree` directive.
  7. Welcome to the pyCBD Simulator's Documentation!
  8. ===============================================
  9. This package contains a CBD modelling and simulation framework, which can be used
  10. to model complex systems of equations.
  11. :Authors:
  12. * Marc Provost
  13. * Hans Vangheluwe
  14. * Joachim Denil
  15. * Claudio Gomes
  16. * Randy Paredis
  17. :Python Version: :code:`>= 3.6`
  18. .. versionchanged:: 1.5
  19. Python 2 is no longer supported.
  20. .. note::
  21. This documentation is a mere description of the CBD modelling framework
  22. as it has been written in Python. When interested in creating visual
  23. models in this framework, take a look at
  24. `the DrawioConvert project <https://msdl.uantwerpen.be/git/rparedis/DrawioConvert>`_.
  25. .. toctree::
  26. :maxdepth: 2
  27. :caption: Setup
  28. install
  29. running
  30. changelog
  31. issues
  32. .. toctree::
  33. :maxdepth: 2
  34. :caption: Simple Examples
  35. examples/SinGen
  36. examples/EvenNumberGen
  37. examples/Fibonacci
  38. examples/LCG
  39. .. toctree::
  40. :maxdepth: 2
  41. :caption: Advanced Examples
  42. examples/RealTime
  43. examples/LivePlot
  44. examples/Dashboard
  45. pyCBD.converters.latexify
  46. examples/ContinuousTime
  47. .. toctree::
  48. :maxdepth: 3
  49. :caption: Internal Documentation
  50. pyCBD