From ce998aab39e7969f44f5e4ee0442b24326ad1110 Mon Sep 17 00:00:00 2001 From: linlin Date: Tue, 6 Oct 2020 17:28:06 +0200 Subject: [PATCH] New translations index.rst (French) --- .../gklearn/gedlib/documentation/source/index.rst | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lang/fr/gklearn/gedlib/documentation/source/index.rst 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`