howto.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>How to run &#8212; Modelverse 0.4.0 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '0.4.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="Modelverse 0.4.0 documentation" href="index.html" />
  22. <link rel="next" title="Action Language" href="actionlanguage.html" />
  23. <link rel="prev" title="Modelverse components" href="components.html" />
  24. </head>
  25. <body role="document">
  26. <div class="related" role="navigation" aria-label="related navigation">
  27. <h3>Navigation</h3>
  28. <ul>
  29. <li class="right" style="margin-right: 10px">
  30. <a href="genindex.html" title="General Index"
  31. accesskey="I">index</a></li>
  32. <li class="right" >
  33. <a href="actionlanguage.html" title="Action Language"
  34. accesskey="N">next</a> |</li>
  35. <li class="right" >
  36. <a href="components.html" title="Modelverse components"
  37. accesskey="P">previous</a> |</li>
  38. <li class="nav-item nav-item-0"><a href="index.html">Modelverse 0.4.0 documentation</a> &#187;</li>
  39. </ul>
  40. </div>
  41. <div class="document">
  42. <div class="documentwrapper">
  43. <div class="bodywrapper">
  44. <div class="body" role="main">
  45. <div class="section" id="how-to-run">
  46. <h1>How to run<a class="headerlink" href="#how-to-run" title="Permalink to this headline">¶</a></h1>
  47. <div class="section" id="understanding-the-components">
  48. <h2>Understanding the components<a class="headerlink" href="#understanding-the-components" title="Permalink to this headline">¶</a></h2>
  49. </div>
  50. <div class="section" id="scripts">
  51. <h2>Scripts<a class="headerlink" href="#scripts" title="Permalink to this headline">¶</a></h2>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  58. <div class="sphinxsidebarwrapper">
  59. <h3><a href="index.html">Table Of Contents</a></h3>
  60. <ul>
  61. <li><a class="reference internal" href="#">How to run</a><ul>
  62. <li><a class="reference internal" href="#understanding-the-components">Understanding the components</a></li>
  63. <li><a class="reference internal" href="#scripts">Scripts</a></li>
  64. </ul>
  65. </li>
  66. </ul>
  67. <h4>Previous topic</h4>
  68. <p class="topless"><a href="components.html"
  69. title="previous chapter">Modelverse components</a></p>
  70. <h4>Next topic</h4>
  71. <p class="topless"><a href="actionlanguage.html"
  72. title="next chapter">Action Language</a></p>
  73. <div role="note" aria-label="source link">
  74. <h3>This Page</h3>
  75. <ul class="this-page-menu">
  76. <li><a href="_sources/howto.txt"
  77. rel="nofollow">Show Source</a></li>
  78. </ul>
  79. </div>
  80. <div id="searchbox" style="display: none" role="search">
  81. <h3>Quick search</h3>
  82. <form class="search" action="search.html" method="get">
  83. <div><input type="text" name="q" /></div>
  84. <div><input type="submit" value="Go" /></div>
  85. <input type="hidden" name="check_keywords" value="yes" />
  86. <input type="hidden" name="area" value="default" />
  87. </form>
  88. </div>
  89. <script type="text/javascript">$('#searchbox').show(0);</script>
  90. </div>
  91. </div>
  92. <div class="clearer"></div>
  93. </div>
  94. <div class="related" role="navigation" aria-label="related navigation">
  95. <h3>Navigation</h3>
  96. <ul>
  97. <li class="right" style="margin-right: 10px">
  98. <a href="genindex.html" title="General Index"
  99. >index</a></li>
  100. <li class="right" >
  101. <a href="actionlanguage.html" title="Action Language"
  102. >next</a> |</li>
  103. <li class="right" >
  104. <a href="components.html" title="Modelverse components"
  105. >previous</a> |</li>
  106. <li class="nav-item nav-item-0"><a href="index.html">Modelverse 0.4.0 documentation</a> &#187;</li>
  107. </ul>
  108. </div>
  109. <div class="footer" role="contentinfo">
  110. &#169; Copyright 2016, Yentl Van Tendeloo.
  111. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
  112. </div>
  113. </body>
  114. </html>