The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

31 lines
635 B

4 weeks ago
  1. .. stormpy documentation master file, created by
  2. sphinx-quickstart on Mon Dec 12 16:20:40 2016.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Stormpy Documentation
  6. ===================================
  7. Stormpy is a set of python bindings for the probabilistic model checker `Storm <http://www.stormchecker.org/>`_.
  8. .. toctree::
  9. :maxdepth: 2
  10. :caption: Contents:
  11. installation
  12. getting_started
  13. advanced_topics
  14. contributors
  15. .. include:: api.rst
  16. Indices and tables
  17. ==================
  18. * :ref:`genindex`
  19. * :ref:`modindex`
  20. * :ref:`search`