index.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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>Welcome to FlatCAM Bugs’s documentation! &mdash; FlatCAM Bugs 1 documentation</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',
  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="FlatCAM Bugs 1 documentation" href="#" />
  22. <link rel="next" title="Active Bugs" href="active.html" />
  23. </head>
  24. <body>
  25. <div class="related">
  26. <h3>Navigation</h3>
  27. <ul>
  28. <li class="right" style="margin-right: 10px">
  29. <a href="genindex.html" title="General Index"
  30. accesskey="I">index</a></li>
  31. <li class="right" >
  32. <a href="active.html" title="Active Bugs"
  33. accesskey="N">next</a> |</li>
  34. <li><a href="#">FlatCAM Bugs 1 documentation</a> &raquo;</li>
  35. </ul>
  36. </div>
  37. <div class="document">
  38. <div class="documentwrapper">
  39. <div class="bodywrapper">
  40. <div class="body">
  41. <div class="section" id="welcome-to-flatcam-bugs-s-documentation">
  42. <h1>Welcome to FlatCAM Bugs&#8217;s documentation!<a class="headerlink" href="#welcome-to-flatcam-bugs-s-documentation" title="Permalink to this headline">¶</a></h1>
  43. <p>Contents:</p>
  44. <div class="toctree-wrapper compound">
  45. <ul>
  46. <li class="toctree-l1"><a class="reference internal" href="active.html">Active Bugs</a><ul>
  47. <li class="toctree-l2"><a class="reference internal" href="active.html#drill-number-parsing">Drill number parsing</a></li>
  48. </ul>
  49. </li>
  50. <li class="toctree-l1"><a class="reference internal" href="excellonparse.html">Excellon Parser</a><ul>
  51. <li class="toctree-l2"><a class="reference internal" href="excellonparse.html#list-of-test-files-and-their-settings">List of test files and their settings</a></li>
  52. </ul>
  53. </li>
  54. </ul>
  55. </div>
  56. </div>
  57. <div class="section" id="indices-and-tables">
  58. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
  59. <ul class="simple">
  60. <li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
  61. <li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
  62. <li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
  63. </ul>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="sphinxsidebar">
  69. <div class="sphinxsidebarwrapper">
  70. <h3><a href="#">Table Of Contents</a></h3>
  71. <ul>
  72. <li><a class="reference internal" href="#">Welcome to FlatCAM Bugs&#8217;s documentation!</a><ul>
  73. </ul>
  74. </li>
  75. <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
  76. </ul>
  77. <h4>Next topic</h4>
  78. <p class="topless"><a href="active.html"
  79. title="next chapter">Active Bugs</a></p>
  80. <h3>This Page</h3>
  81. <ul class="this-page-menu">
  82. <li><a href="_sources/index.txt"
  83. rel="nofollow">Show Source</a></li>
  84. </ul>
  85. <div id="searchbox" style="display: none">
  86. <h3>Quick search</h3>
  87. <form class="search" action="search.html" method="get">
  88. <input type="text" name="q" />
  89. <input type="submit" value="Go" />
  90. <input type="hidden" name="check_keywords" value="yes" />
  91. <input type="hidden" name="area" value="default" />
  92. </form>
  93. <p class="searchtip" style="font-size: 90%">
  94. Enter search terms or a module, class or function name.
  95. </p>
  96. </div>
  97. <script type="text/javascript">$('#searchbox').show(0);</script>
  98. </div>
  99. </div>
  100. <div class="clearer"></div>
  101. </div>
  102. <div class="related">
  103. <h3>Navigation</h3>
  104. <ul>
  105. <li class="right" style="margin-right: 10px">
  106. <a href="genindex.html" title="General Index"
  107. >index</a></li>
  108. <li class="right" >
  109. <a href="active.html" title="Active Bugs"
  110. >next</a> |</li>
  111. <li><a href="#">FlatCAM Bugs 1 documentation</a> &raquo;</li>
  112. </ul>
  113. </div>
  114. <div class="footer">
  115. &copy; Copyright 2014, Juan Pablo Caram.
  116. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.
  117. </div>
  118. </body>
  119. </html>