index.html 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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>Pysketcher: Create Principal Sketches of Physics Problems</title>
  7. <link rel="stylesheet" href="_static/default.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: '1.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. <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  22. <script type="text/javascript" src="_static/sidebar.js"></script>
  23. <script src="http://sagecell.sagemath.org/static/jquery.min.js"></script>
  24. <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script>
  25. <script>sagecell.makeSagecell({inputLocation: ".sage"});</script>
  26. <style type="text/css">
  27. .sagecell .CodeMirror-scroll {
  28. overflow-y: hidden;
  29. overflow-x: auto;
  30. }
  31. .sagecell .CodeMirror {
  32. height: auto;
  33. }
  34. </style>
  35. <link rel="top" title="Pysketcher: Create Principal Sketches of Physics Problems" href="#" />
  36. <link rel="next" title="Pysketcher: Create Principal Sketches of Physics Problems" href="main_sketcher.html" />
  37. <style type="text/css">
  38. div.admonition {
  39. background-color: whiteSmoke;
  40. border: 1px solid #bababa;
  41. }
  42. </style>
  43. </head>
  44. <body role="document">
  45. <div class="related" role="navigation" aria-label="related navigation">
  46. <h3>Navigation</h3>
  47. <ul>
  48. <li class="right" style="margin-right: 10px">
  49. <a href="genindex.html" title="General Index"
  50. accesskey="I">index</a></li>
  51. <li class="right" >
  52. <a href="main_sketcher.html" title="Pysketcher: Create Principal Sketches of Physics Problems"
  53. accesskey="N">next</a> |</li>
  54. <li class="nav-item nav-item-0"><a href="#">Pysketcher: Create Principal Sketches of Physics Problems</a> &raquo;</li>
  55. </ul>
  56. </div>
  57. <div class="document">
  58. <div class="documentwrapper">
  59. <div class="bodywrapper">
  60. <div class="body" role="main">
  61. <div class="section" id="pysketcher-create-principal-sketches-of-physics-problems">
  62. <h1>Pysketcher: Create Principal Sketches of Physics Problems<a class="headerlink" href="#pysketcher-create-principal-sketches-of-physics-problems" title="Permalink to this headline">¶</a></h1>
  63. <p>Contents:</p>
  64. <div class="toctree-wrapper compound">
  65. <ul>
  66. <li class="toctree-l1"><a class="reference internal" href="main_sketcher.html">Pysketcher: Create Principal Sketches of Physics Problems</a><ul>
  67. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#a-first-glimpse-of-pysketcher">A first glimpse of Pysketcher</a></li>
  68. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#basic-shapes">Basic shapes</a></li>
  69. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#inner-workings-of-the-pysketcher-tool">Inner workings of the Pysketcher tool</a></li>
  70. </ul>
  71. </li>
  72. </ul>
  73. </div>
  74. </div>
  75. <div class="section" id="index">
  76. <h1>Index<a class="headerlink" href="#index" title="Permalink to this headline">¶</a></h1>
  77. <ul class="simple">
  78. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  79. </ul>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  85. <div class="sphinxsidebarwrapper">
  86. <center>
  87. <p class="logo"><a href="http://cbc.simula.no/" title="Go to Center for Biomedical Computing">
  88. <img class="logo" src="_static/cbc_logo.png" alt="Logo"/>
  89. </a></p>
  90. </center>
  91. <h3><a href="#">Table Of Contents</a></h3>
  92. <ul>
  93. <li><a class="reference internal" href="#">Pysketcher: Create Principal Sketches of Physics Problems</a></li>
  94. <li><a class="reference internal" href="#index">Index</a></li>
  95. </ul>
  96. <h4>Next topic</h4>
  97. <p class="topless"><a href="main_sketcher.html"
  98. title="next chapter">Pysketcher: Create Principal Sketches of Physics Problems</a></p>
  99. <div role="note" aria-label="source link">
  100. <h3>This Page</h3>
  101. <ul class="this-page-menu">
  102. <li><a href="_sources/index.txt"
  103. rel="nofollow">Show Source</a></li>
  104. </ul>
  105. </div>
  106. <div id="searchbox" style="display: none" role="search">
  107. <h3>Quick search</h3>
  108. <form class="search" action="search.html" method="get">
  109. <input type="text" name="q" />
  110. <input type="submit" value="Go" />
  111. <input type="hidden" name="check_keywords" value="yes" />
  112. <input type="hidden" name="area" value="default" />
  113. </form>
  114. <p class="searchtip" style="font-size: 90%">
  115. Enter search terms or a module, class or function name.
  116. </p>
  117. </div>
  118. <script type="text/javascript">$('#searchbox').show(0);</script>
  119. </div>
  120. </div>
  121. <div class="clearer"></div>
  122. </div>
  123. <div class="related" role="navigation" aria-label="related navigation">
  124. <h3>Navigation</h3>
  125. <ul>
  126. <li class="right" style="margin-right: 10px">
  127. <a href="genindex.html" title="General Index"
  128. >index</a></li>
  129. <li class="right" >
  130. <a href="main_sketcher.html" title="Pysketcher: Create Principal Sketches of Physics Problems"
  131. >next</a> |</li>
  132. <li class="nav-item nav-item-0"><a href="#">Pysketcher: Create Principal Sketches of Physics Problems</a> &raquo;</li>
  133. </ul>
  134. </div>
  135. <div class="wrapper">
  136. <div class="footer">
  137. <a href="http://cbc.simula.no"><img src="_static/cbc_banner.png" width="100%"><a>
  138. <br />
  139. <br />
  140. &copy;2015, Hans Petter Langtangen.
  141. </div>
  142. </div>
  143. </body>
  144. </html>