internal_documentation.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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>Internal Documentation &#8212; SCCD 0.9 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. <link rel="stylesheet" href="_static/mystyle.css" type="text/css" />
  10. <script type="text/javascript">
  11. var DOCUMENTATION_OPTIONS = {
  12. URL_ROOT: './',
  13. VERSION: '0.9',
  14. COLLAPSE_INDEX: false,
  15. FILE_SUFFIX: '.html',
  16. HAS_SOURCE: true
  17. };
  18. </script>
  19. <script type="text/javascript" src="_static/jquery.js"></script>
  20. <script type="text/javascript" src="_static/underscore.js"></script>
  21. <script type="text/javascript" src="_static/doctools.js"></script>
  22. <link rel="top" title="SCCD 0.9 documentation" href="index.html" />
  23. <link rel="next" title="Statecharts Core" href="statecharts_core_int.html" />
  24. <link rel="prev" title="Socket Communication" href="sockets.html" />
  25. </head>
  26. <body role="document">
  27. <div class="related" role="navigation" aria-label="related navigation">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="py-modindex.html" title="Python Module Index"
  35. >modules</a> |</li>
  36. <li class="right" >
  37. <a href="statecharts_core_int.html" title="Statecharts Core"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="sockets.html" title="Socket Communication"
  41. accesskey="P">previous</a> |</li>
  42. <li class="nav-item nav-item-0"><a href="index.html">SCCD 0.9 documentation</a> &#187;</li>
  43. </ul>
  44. </div>
  45. <div class="document">
  46. <div class="documentwrapper">
  47. <div class="bodywrapper">
  48. <div class="body" role="main">
  49. <div class="section" id="internal-documentation">
  50. <h1>Internal Documentation<a class="headerlink" href="#internal-documentation" title="Permalink to this headline">¶</a></h1>
  51. <div class="toctree-wrapper compound">
  52. <ul>
  53. <li class="toctree-l1"><a class="reference internal" href="statecharts_core_int.html">Statecharts Core</a></li>
  54. </ul>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
  60. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  61. <div class="sphinxsidebarwrapper">
  62. <h4>Previous topic</h4>
  63. <p class="topless"><a href="sockets.html"
  64. title="previous chapter">Socket Communication</a></p>
  65. <h4>Next topic</h4>
  66. <p class="topless"><a href="statecharts_core_int.html"
  67. title="next chapter">Statecharts Core</a></p>
  68. <div role="note" aria-label="source link">
  69. <h3>This Page</h3>
  70. <ul class="this-page-menu">
  71. <li><a href="_sources/internal_documentation.txt"
  72. rel="nofollow">Show Source</a></li>
  73. </ul>
  74. </div>
  75. <div id="searchbox" style="display: none" role="search">
  76. <h3>Quick search</h3>
  77. <form class="search" action="search.html" method="get">
  78. <div><input type="text" name="q" /></div>
  79. <div><input type="submit" value="Go" /></div>
  80. <input type="hidden" name="check_keywords" value="yes" />
  81. <input type="hidden" name="area" value="default" />
  82. </form>
  83. </div>
  84. <script type="text/javascript">$('#searchbox').show(0);</script>
  85. </div>
  86. </div>
  87. <div class="clearer"></div>
  88. </div>
  89. <div class="related" role="navigation" aria-label="related navigation">
  90. <h3>Navigation</h3>
  91. <ul>
  92. <li class="right" style="margin-right: 10px">
  93. <a href="genindex.html" title="General Index"
  94. >index</a></li>
  95. <li class="right" >
  96. <a href="py-modindex.html" title="Python Module Index"
  97. >modules</a> |</li>
  98. <li class="right" >
  99. <a href="statecharts_core_int.html" title="Statecharts Core"
  100. >next</a> |</li>
  101. <li class="right" >
  102. <a href="sockets.html" title="Socket Communication"
  103. >previous</a> |</li>
  104. <li class="nav-item nav-item-0"><a href="index.html">SCCD 0.9 documentation</a> &#187;</li>
  105. </ul>
  106. </div>
  107. <div class="footer" role="contentinfo">
  108. &#169; Copyright 2016, Simon Van Mierlo.
  109. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
  110. </div>
  111. </body>
  112. </html>