|
123456789101112131415161718192021222324252627282930313233343536 |
- .. Python_GedLib documentation master file, created by
- sphinx-quickstart on Thu Jun 13 16:10:06 2019.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
-
- Welcome to GEDLIBPY's documentation!
- =========================================
-
- This module allow to use a C++ library for edit distance between graphs (GedLib) with Python.
-
- 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.
-
- .. toctree::
- :maxdepth: 2
- :caption: Contents:
-
- readme
- editcost
- examples
- doc
-
- Authors
- ~~~~~~~~
-
- * David Blumenthal for C++ module
- * Natacha Lambert for Python module
-
- Copyright (C) 2019 by all the authors
-
- Indices and tables
- ~~~~~~~~~~~~~~~~~~~~~
-
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
|