index.rst 1.3 KB

1234567891011121314151617181920212223242526272829
  1. .. Modelverse documentation master file, created by
  2. sphinx-quickstart on Wed Oct 5 09:12:15 2016.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to the Modelverse documentation!
  6. ========================================
  7. This document contains all practical information regarding the Modelverse.
  8. References to the papers describing the theoretical concepts are made throughout the documentation.
  9. As such, this document is a practical introduction to (meta-)modelling in the Modelverse.
  10. We make the distinction between three types of users of the Modelverse: modellers, language engineers, and developers.
  11. Depending on your goals of using the Modelverse, you will fall into one of these categories.
  12. Due to the design of the Modelverse, where everything is a model, the hierarchy is cumulative: language require knowledge of modelling, and developers require knowledge of language engineer and modelling.
  13. Example scripts used for some of our papers can be found in the *examples* folder.
  14. .. toctree::
  15. :maxdepth: 2
  16. Installation <installation>
  17. Basic interaction <interaction>
  18. Types of user <users>
  19. Modeller <modeller>
  20. Language Engineer <language_engineer>
  21. Developer <developer>
  22. Common problems and solutions <problems>