index.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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>Using Pysketcher to Create Principal Sketches of Physics Problems &mdash; Using Pysketcher to Create Principal Sketches of Physics Problems 1.0 documentation</title>
  7. <link rel="stylesheet" href="_static/pyramid.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="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  22. <link rel="top" title="Using Pysketcher to Create Principal Sketches of Physics Problems 1.0 documentation" href="#" />
  23. <link rel="next" title="Using Pysketcher to Create Principal Sketches of Physics Problems" href="wrap_sketcher.html" />
  24. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
  25. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
  26. <!--[if lte IE 6]>
  27. <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
  28. <![endif]-->
  29. </head>
  30. <body>
  31. <div class="related">
  32. <h3>Navigation</h3>
  33. <ul>
  34. <li class="right" style="margin-right: 10px">
  35. <a href="genindex.html" title="General Index"
  36. accesskey="I">index</a></li>
  37. <li class="right" >
  38. <a href="wrap_sketcher.html" title="Using Pysketcher to Create Principal Sketches of Physics Problems"
  39. accesskey="N">next</a> |</li>
  40. <li><a href="#">Using Pysketcher to Create Principal Sketches of Physics Problems 1.0 documentation</a> &raquo;</li>
  41. </ul>
  42. </div>
  43. <div class="document">
  44. <div class="documentwrapper">
  45. <div class="bodywrapper">
  46. <div class="body">
  47. <div class="section" id="using-pysketcher-to-create-principal-sketches-of-physics-problems">
  48. <h1>Using Pysketcher to Create Principal Sketches of Physics Problems<a class="headerlink" href="#using-pysketcher-to-create-principal-sketches-of-physics-problems" title="Permalink to this headline">¶</a></h1>
  49. <p>Contents:</p>
  50. <div class="toctree-wrapper compound">
  51. <ul>
  52. <li class="toctree-l1"><a class="reference internal" href="wrap_sketcher.html">Using Pysketcher to Create Principal Sketches of Physics Problems</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="wrap_sketcher.html#a-first-glimpse-of-pysketcher">A First Glimpse of Pysketcher</a><ul>
  54. <li class="toctree-l2"><a class="reference internal" href="wrap_sketcher.html#basic-construction-of-sketches">Basic Construction of Sketches</a></li>
  55. </ul>
  56. </li>
  57. <li class="toctree-l1"><a class="reference internal" href="wrap_sketcher.html#inner-workings-of-the-pysketcher-tool">Inner Workings of the Pysketcher Tool</a><ul>
  58. <li class="toctree-l2"><a class="reference internal" href="wrap_sketcher.html#example-of-classes-for-geometric-objects">Example of Classes for Geometric Objects</a></li>
  59. </ul>
  60. </li>
  61. <li class="toctree-l1"><a class="reference internal" href="wrap_sketcher.html#adding-functionality-via-recursion">Adding Functionality via Recursion</a><ul>
  62. <li class="toctree-l2"><a class="reference internal" href="wrap_sketcher.html#scaling-translating-and-rotating-a-figure">Scaling, Translating, and Rotating a Figure</a></li>
  63. </ul>
  64. </li>
  65. </ul>
  66. </div>
  67. </div>
  68. <div class="section" id="indices-and-tables">
  69. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
  70. <ul class="simple">
  71. <li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
  72. <li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
  73. <li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
  74. </ul>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. <div class="sphinxsidebar">
  80. <div class="sphinxsidebarwrapper">
  81. <h3><a href="#">Table Of Contents</a></h3>
  82. <ul>
  83. <li><a class="reference internal" href="#">Using Pysketcher to Create Principal Sketches of Physics Problems</a><ul>
  84. </ul>
  85. </li>
  86. <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
  87. </ul>
  88. <h4>Next topic</h4>
  89. <p class="topless"><a href="wrap_sketcher.html"
  90. title="next chapter">Using Pysketcher to Create Principal Sketches of Physics Problems</a></p>
  91. <div id="searchbox" style="display: none">
  92. <h3>Quick search</h3>
  93. <form class="search" action="search.html" method="get">
  94. <input type="text" name="q" size="18" />
  95. <input type="submit" value="Go" />
  96. <input type="hidden" name="check_keywords" value="yes" />
  97. <input type="hidden" name="area" value="default" />
  98. </form>
  99. <p class="searchtip" style="font-size: 90%">
  100. Enter search terms or a module, class or function name.
  101. </p>
  102. </div>
  103. <script type="text/javascript">$('#searchbox').show(0);</script>
  104. </div>
  105. </div>
  106. <div class="clearer"></div>
  107. </div>
  108. <div class="related">
  109. <h3>Navigation</h3>
  110. <ul>
  111. <li class="right" style="margin-right: 10px">
  112. <a href="genindex.html" title="General Index"
  113. >index</a></li>
  114. <li class="right" >
  115. <a href="wrap_sketcher.html" title="Using Pysketcher to Create Principal Sketches of Physics Problems"
  116. >next</a> |</li>
  117. <li><a href="#">Using Pysketcher to Create Principal Sketches of Physics Problems 1.0 documentation</a> &raquo;</li>
  118. </ul>
  119. </div>
  120. <div class="footer">
  121. &copy; Copyright 2012, 0.1.
  122. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
  123. </div>
  124. </body>
  125. </html>