You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 5.0 kB

5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Welcome to py-graph’s documentation! &mdash; py-graph documentation</title>
  8. <script type="text/javascript" src="_static/js/modernizr.min.js"></script>
  9. <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  10. <script type="text/javascript" src="_static/jquery.js"></script>
  11. <script type="text/javascript" src="_static/underscore.js"></script>
  12. <script type="text/javascript" src="_static/doctools.js"></script>
  13. <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  14. <script type="text/javascript" src="_static/js/theme.js"></script>
  15. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  16. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  17. <link rel="index" title="Index" href="genindex.html" />
  18. <link rel="search" title="Search" href="search.html" />
  19. </head>
  20. <body class="wy-body-for-nav">
  21. <div class="wy-grid-for-nav">
  22. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  23. <div class="wy-side-scroll">
  24. <div class="wy-side-nav-search" >
  25. <a href="#" class="icon icon-home"> py-graph
  26. </a>
  27. <div class="version">
  28. 1.0
  29. </div>
  30. <div role="search">
  31. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  32. <input type="text" name="q" placeholder="Search docs" />
  33. <input type="hidden" name="check_keywords" value="yes" />
  34. <input type="hidden" name="area" value="default" />
  35. </form>
  36. </div>
  37. </div>
  38. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  39. <!-- Local TOC -->
  40. <div class="local-toc"><ul>
  41. <li><a class="reference internal" href="#">Welcome to py-graph’s documentation!</a></li>
  42. <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
  43. </ul>
  44. </div>
  45. </div>
  46. </div>
  47. </nav>
  48. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  49. <nav class="wy-nav-top" aria-label="top navigation">
  50. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  51. <a href="#">py-graph</a>
  52. </nav>
  53. <div class="wy-nav-content">
  54. <div class="rst-content">
  55. <div role="navigation" aria-label="breadcrumbs navigation">
  56. <ul class="wy-breadcrumbs">
  57. <li><a href="#">Docs</a> &raquo;</li>
  58. <li>Welcome to py-graph’s documentation!</li>
  59. <li class="wy-breadcrumbs-aside">
  60. <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
  61. </li>
  62. </ul>
  63. <hr/>
  64. </div>
  65. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  66. <div itemprop="articleBody">
  67. <div class="section" id="welcome-to-py-graph-s-documentation">
  68. <h1>Welcome to py-graph’s documentation!<a class="headerlink" href="#welcome-to-py-graph-s-documentation" title="Permalink to this headline">¶</a></h1>
  69. <div class="toctree-wrapper compound">
  70. </div>
  71. </div>
  72. <div class="section" id="indices-and-tables">
  73. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
  74. <ul class="simple">
  75. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  76. <li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
  77. <li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
  78. </ul>
  79. </div>
  80. </div>
  81. </div>
  82. <footer>
  83. <hr/>
  84. <div role="contentinfo">
  85. <p>
  86. &copy; Copyright 2020, Linlin Jia
  87. </p>
  88. </div>
  89. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  90. </footer>
  91. </div>
  92. </div>
  93. </section>
  94. </div>
  95. <script type="text/javascript">
  96. jQuery(function () {
  97. SphinxRtdTheme.Navigation.enable(true);
  98. });
  99. </script>
  100. </body>
  101. </html>

A Python package for graph kernels, graph edit distances and graph pre-image problem.