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.rst 877 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. Python_GedLib documentation master file, created by
  2. sphinx-quickstart on Thu Jun 13 16:10:06 2019.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to GEDLIBPY's documentation!
  6. =========================================
  7. This module allow to use a C++ library for edit distance between graphs (GedLib) with Python.
  8. Before using, please read the first section to ensure a good start with the library. Then, you can follow some examples or informations about each method.
  9. .. toctree::
  10. :maxdepth: 2
  11. :caption: Contents:
  12. readme
  13. editcost
  14. examples
  15. doc
  16. Authors
  17. ~~~~~~~~
  18. * David Blumenthal for C++ module
  19. * Natacha Lambert for Python module
  20. Copyright (C) 2019 by all the authors
  21. Indices and tables
  22. ~~~~~~~~~~~~~~~~~~~~~
  23. * :ref:`genindex`
  24. * :ref:`modindex`
  25. * :ref:`search`

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