search.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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>Search &mdash; Py4J</title>
  7. <link rel="stylesheet" href="_static/py4jdoc.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: '0.8.1',
  13. COLLAPSE_MODINDEX: 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="_static/searchtools.js"></script>
  22. <link rel="author" title="About these documents" href="about.html" />
  23. <link rel="top" title="Py4J" href="index.html" />
  24. <script type="text/javascript">
  25. var _gaq = _gaq || [];
  26. _gaq.push(['_setAccount', 'UA-18626179-1']);
  27. _gaq.push(['_trackPageview']);
  28. (function() {
  29. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  30. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  31. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  32. })();
  33. </script>
  34. <script type="text/javascript">
  35. jQuery(function() { Search.loadIndex("searchindex.js"); });
  36. </script>
  37. <script type="text/javascript" id="searchindexloader"></script>
  38. </head>
  39. <body>
  40. <div class="page">
  41. <div class="banner">Py4J - A Bridge between Python and Java</div>
  42. <div class="related">
  43. <h3>Navigation</h3>
  44. <ul>
  45. <li class="right" style="margin-right: 5px">
  46. <a href="genindex.html" title="General Index"
  47. accesskey="I">index</a></li>
  48. <li class="right" >
  49. <a href="py-modindex.html" title="Python Module Index"
  50. >modules</a> |</li>
  51. <li><a href="index.html">Home</a> |</li>
  52. <li><a href="download.html">Download</a> |</li>
  53. <li><a href="contents.html">Doc</a> |</li>
  54. <li><a href="https://blog.py4j.org">Blog</a> |</li>
  55. <li><a href="https://github.com/bartdag/py4j">github</a> |</li>
  56. <li><a href="about.html">About</a> &raquo;</li>
  57. </ul>
  58. </div>
  59. <div class="sphinxsidebar">
  60. <div class="sphinxsidebarwrapper">
  61. </div>
  62. </div>
  63. <div class="document">
  64. <div class="documentwrapper">
  65. <div class="bodywrapper">
  66. <div class="body">
  67. <h1 id="search-documentation">Search</h1>
  68. <div id="fallback" class="admonition warning">
  69. <script type="text/javascript">$('#fallback').hide();</script>
  70. <p>
  71. Please activate JavaScript to enable the search
  72. functionality.
  73. </p>
  74. </div>
  75. <p>
  76. From here you can search these documents. Enter your search
  77. words into the box below and click "search". Note that the search
  78. function will automatically search for all of the words. Pages
  79. containing fewer words won't appear in the result list.
  80. </p>
  81. <form action="" method="get">
  82. <input type="text" name="q" value="" />
  83. <input type="submit" value="search" />
  84. <span id="search-progress" style="padding-left: 10px"></span>
  85. </form>
  86. <div id="search-results">
  87. </div>
  88. </div>
  89. <div class="helpbar">
  90. <h3>Questions/Feedback?</h3>
  91. <ul>
  92. <li>Try the <a href="faq.html">FAQ</a> -- It answers many questions.</li>
  93. <li>Search for information in the <a href="https://groups.google.com/a/py4j.org/forum/#!forum/py4j">archives of the py4j-users mailing list</a>, or <a href="https://groups.google.com/a/py4j.org/forum/#!forum/py4j/join">post a question</a>.</li>
  94. <li>If you notice errors with this documentation, <a href="https://github.com/bartdag/py4j/issues">open a ticket</a> and let us know. Please, only open a ticket for feedback or improvements on the docs. To get help, use the links above!</li>
  95. </ul>
  96. </div>
  97. </div>
  98. </div>
  99. <div class="clearer"></div>
  100. </div>
  101. <div class="related">
  102. <h3>Navigation</h3>
  103. <ul>
  104. <li class="right" style="margin-right: 5px">
  105. <a href="genindex.html" title="General Index"
  106. >index</a></li>
  107. <li class="right" >
  108. <a href="py-modindex.html" title="Python Module Index"
  109. >modules</a> |</li>
  110. <li><a href="index.html">Home</a> |</li>
  111. <li><a href="download.html">Download</a> |</li>
  112. <li><a href="contents.html">Doc</a> |</li>
  113. <li><a href="https://blog.py4j.org">Blog</a> |</li>
  114. <li><a href="https://github.com/bartdag/py4j">github</a> |</li>
  115. <li><a href="about.html">About</a> &raquo;</li>
  116. </ul>
  117. </div>
  118. <div class="footer">
  119. &copy; Copyright 2009-2013, Barthélémy Dagenais.
  120. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.1.
  121. </div>
  122. </div>
  123. </body>
  124. </html>