diff --git a/lang/fr/gklearn/gedlib/documentation/source/index.rst b/lang/fr/gklearn/gedlib/documentation/source/index.rst new file mode 100644 index 0000000..42b7067 --- /dev/null +++ b/lang/fr/gklearn/gedlib/documentation/source/index.rst @@ -0,0 +1,36 @@ +.. 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`