howto.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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/alabaster.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. <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  25. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
  26. </head>
  27. <body role="document">
  28. <div class="document">
  29. <div class="documentwrapper">
  30. <div class="bodywrapper">
  31. <div class="body" role="main">
  32. <div class="section" id="how-to-run">
  33. <h1>How to run<a class="headerlink" href="#how-to-run" title="Permalink to this headline">¶</a></h1>
  34. <div class="section" id="understanding-the-components">
  35. <h2>Understanding the components<a class="headerlink" href="#understanding-the-components" title="Permalink to this headline">¶</a></h2>
  36. </div>
  37. <div class="section" id="scripts">
  38. <h2>Scripts<a class="headerlink" href="#scripts" title="Permalink to this headline">¶</a></h2>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  45. <div class="sphinxsidebarwrapper">
  46. <h3><a href="index.html">Table Of Contents</a></h3>
  47. <ul>
  48. <li><a class="reference internal" href="#">How to run</a><ul>
  49. <li><a class="reference internal" href="#understanding-the-components">Understanding the components</a></li>
  50. <li><a class="reference internal" href="#scripts">Scripts</a></li>
  51. </ul>
  52. </li>
  53. </ul>
  54. <div class="relations">
  55. <h3>Related Topics</h3>
  56. <ul>
  57. <li><a href="index.html">Documentation overview</a><ul>
  58. <li>Previous: <a href="components.html" title="previous chapter">Modelverse components</a></li>
  59. <li>Next: <a href="actionlanguage.html" title="next chapter">Action Language</a></li>
  60. </ul></li>
  61. </ul>
  62. </div>
  63. <div role="note" aria-label="source link">
  64. <h3>This Page</h3>
  65. <ul class="this-page-menu">
  66. <li><a href="_sources/howto.txt"
  67. rel="nofollow">Show Source</a></li>
  68. </ul>
  69. </div>
  70. <div id="searchbox" style="display: none" role="search">
  71. <h3>Quick search</h3>
  72. <form class="search" action="search.html" method="get">
  73. <div><input type="text" name="q" /></div>
  74. <div><input type="submit" value="Go" /></div>
  75. <input type="hidden" name="check_keywords" value="yes" />
  76. <input type="hidden" name="area" value="default" />
  77. </form>
  78. </div>
  79. <script type="text/javascript">$('#searchbox').show(0);</script>
  80. </div>
  81. </div>
  82. <div class="clearer"></div>
  83. </div>
  84. <div class="footer">
  85. &copy;2016, Yentl Van Tendeloo.
  86. |
  87. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.6</a>
  88. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
  89. |
  90. <a href="_sources/howto.txt"
  91. rel="nofollow">Page source</a>
  92. </div>
  93. </body>
  94. </html>