index.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Welcome to proxypool’s documentation! &#8212; proxypool documentation</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: '',
  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="index" title="Index" href="genindex.html" />
  22. <link rel="search" title="Search" href="search.html" />
  23. <link rel="top" title="proxypool documentation" href="#" />
  24. <link rel="next" title="proxypool package" href="proxypool.html" />
  25. <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  26. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
  27. </head>
  28. <body role="document">
  29. <div class="document">
  30. <div class="documentwrapper">
  31. <div class="bodywrapper">
  32. <div class="body" role="main">
  33. <div class="section" id="welcome-to-proxypool-s-documentation">
  34. <h1>Welcome to proxypool&#8217;s documentation!<a class="headerlink" href="#welcome-to-proxypool-s-documentation" title="Permalink to this headline">¶</a></h1>
  35. <p>Contents:</p>
  36. <div class="toctree-wrapper compound">
  37. <ul>
  38. <li class="toctree-l1"><a class="reference internal" href="proxypool.html">proxypool package</a><ul>
  39. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#submodules">Submodules</a></li>
  40. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.api">proxypool.api module</a></li>
  41. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.db">proxypool.db module</a></li>
  42. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.error">proxypool.error module</a></li>
  43. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.proxyGetter">proxypool.proxyGetter module</a></li>
  44. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.schedule">proxypool.schedule module</a></li>
  45. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.setting">proxypool.setting module</a></li>
  46. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool.utils">proxypool.utils module</a></li>
  47. <li class="toctree-l2"><a class="reference internal" href="proxypool.html#module-proxypool">Module contents</a></li>
  48. </ul>
  49. </li>
  50. </ul>
  51. </div>
  52. </div>
  53. <div class="section" id="indices-and-tables">
  54. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
  55. <ul class="simple">
  56. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  57. <li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
  58. <li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
  59. </ul>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  65. <div class="sphinxsidebarwrapper">
  66. <h3><a href="#">Table Of Contents</a></h3>
  67. <ul>
  68. <li><a class="reference internal" href="#">Welcome to proxypool&#8217;s documentation!</a></li>
  69. <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
  70. </ul>
  71. <div class="relations">
  72. <h3>Related Topics</h3>
  73. <ul>
  74. <li><a href="#">Documentation overview</a><ul>
  75. <li>Next: <a href="proxypool.html" title="next chapter">proxypool package</a></li>
  76. </ul></li>
  77. </ul>
  78. </div>
  79. <div role="note" aria-label="source link">
  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>
  86. <div id="searchbox" style="display: none" role="search">
  87. <h3>Quick search</h3>
  88. <form class="search" action="search.html" method="get">
  89. <div><input type="text" name="q" /></div>
  90. <div><input type="submit" value="Go" /></div>
  91. <input type="hidden" name="check_keywords" value="yes" />
  92. <input type="hidden" name="area" value="default" />
  93. </form>
  94. </div>
  95. <script type="text/javascript">$('#searchbox').show(0);</script>
  96. </div>
  97. </div>
  98. <div class="clearer"></div>
  99. </div>
  100. <div class="footer">
  101. &copy;2016, Author.
  102. |
  103. Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
  104. &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
  105. |
  106. <a href="_sources/index.txt"
  107. rel="nofollow">Page source</a>
  108. </div>
  109. </body>
  110. </html>