index.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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/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: '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 src="http://sagecell.sagemath.org/static/jquery.min.js"></script>
  23. <script src="http://sagecell.sagemath.org/static/embedded_sagecell.js"></script>
  24. <script>sagecell.makeSagecell({inputLocation: ".sage"});</script>
  25. <style type="text/css">
  26. .sagecell .CodeMirror-scroll {
  27. overflow-y: hidden;
  28. overflow-x: auto;
  29. }
  30. .sagecell .CodeMirror {
  31. height: auto;
  32. }
  33. </style>
  34. <link rel="top" title="Pysketcher: Create Principal Sketches of Physics Problems" href="#" />
  35. <link rel="next" title="Pysketcher: Create Principal Sketches of Physics Problems" href="main_sketcher.html" />
  36. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
  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="document">
  46. <div class="documentwrapper">
  47. <div class="bodywrapper">
  48. <div class="body" role="main">
  49. <div class="section" id="pysketcher-create-principal-sketches-of-physics-problems">
  50. <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>
  51. <p>Contents:</p>
  52. <div class="toctree-wrapper compound">
  53. <ul>
  54. <li class="toctree-l1"><a class="reference internal" href="main_sketcher.html">Pysketcher: Create Principal Sketches of Physics Problems</a><ul>
  55. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#a-first-glimpse-of-pysketcher">A First Glimpse of Pysketcher</a></li>
  56. <li class="toctree-l2"><a class="reference internal" href="main_sketcher.html#basic-shapes">Basic Shapes</a></li>
  57. <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>
  58. </ul>
  59. </li>
  60. </ul>
  61. </div>
  62. </div>
  63. <div class="section" id="index">
  64. <h1>Index<a class="headerlink" href="#index" title="Permalink to this headline">¶</a></h1>
  65. <ul class="simple">
  66. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  67. </ul>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  73. <div class="sphinxsidebarwrapper">
  74. <h3><a href="#">Table Of Contents</a></h3>
  75. <ul>
  76. <li><a class="reference internal" href="#">Pysketcher: Create Principal Sketches of Physics Problems</a></li>
  77. <li><a class="reference internal" href="#index">Index</a></li>
  78. </ul>
  79. <div class="relations">
  80. <h3>Related Topics</h3>
  81. <ul>
  82. <li><a href="#">Documentation overview</a><ul>
  83. <li>Next: <a href="main_sketcher.html" title="next chapter">Pysketcher: Create Principal Sketches of Physics Problems</a></li>
  84. </ul></li>
  85. </ul>
  86. </div>
  87. <div role="note" aria-label="source link">
  88. <h3>This Page</h3>
  89. <ul class="this-page-menu">
  90. <li><a href="_sources/index.txt"
  91. rel="nofollow">Show Source</a></li>
  92. </ul>
  93. </div>
  94. <div id="searchbox" style="display: none" role="search">
  95. <h3>Quick search</h3>
  96. <form class="search" action="search.html" method="get">
  97. <input type="text" name="q" />
  98. <input type="submit" value="Go" />
  99. <input type="hidden" name="check_keywords" value="yes" />
  100. <input type="hidden" name="area" value="default" />
  101. </form>
  102. <p class="searchtip" style="font-size: 90%">
  103. Enter search terms or a module, class or function name.
  104. </p>
  105. </div>
  106. <script type="text/javascript">$('#searchbox').show(0);</script>
  107. </div>
  108. </div>
  109. <div class="clearer"></div>
  110. </div>
  111. <div class="footer">
  112. &copy;2015, Hans Petter Langtangen.
  113. |
  114. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4a0+</a>
  115. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.6</a>
  116. |
  117. <a href="_sources/index.txt"
  118. rel="nofollow">Page source</a>
  119. </div>
  120. </body>
  121. </html>