[libfann] 122/242: added python notes

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 5777bad0dc98bf542508370f01994f64bad26f60
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Wed Mar 31 17:08:09 2004 +0000

    added python notes
---
 doc/fann.xml | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/doc/fann.xml b/doc/fann.xml
index c6d2abd..d4c128a 100644
--- a/doc/fann.xml
+++ b/doc/fann.xml
@@ -3079,7 +3079,7 @@ fann_destroy(ann2);
     <title id="php.title">PHP Extension</title>
     <para>These functions allow you to interact with the FANN library from PHP.</para>
     <para>This extension requires the 
-    <ulink url="http://fann.sf.net/">FANN</ulink>library, version 1.0.6 or later.</para>
+    <ulink url="http://fann.sf.net/">FANN</ulink>library, version 1.1.0 or later.</para>
     <para>The following activation functions are supported: 
     <itemizedlist>
       <listitem>
@@ -3784,6 +3784,28 @@ else
       </refentry>
     </section>
   </chapter>
+  <chapter id="python">
+    <title id="python.title">Python Bindings</title>
+    <para>These functions allow you to interact with the FANN library from Python.</para>
+    <para>This extension requires the 
+    <ulink url="http://fann.sf.net/">FANN</ulink> library, version 1.1.0 or later.</para>
+  <para>This python binding is provided by Vincenzo Di Massa (hawk.it at tiscalinet.it)</para>
+    <section id="python.install">
+      <title id="python.install.title">Python Install</title>
+      <para>
+Make sure to make and install the fann library first.
+Make sure that you have swig and python development files installed.
+Perhaps change the include directory of python.
+Then run 'make' to compile.
+      </para>
+      <para>
+Copy the generated _fann.so and fann.py files to pyhon modules or into working directory.
+      </para>
+      <para>
+After the install, just import fann and all the C functions will be available to your python code.
+      </para>
+    </section>
+  </chapter>
   <bibliography id="bibliography">
     <title id="bibliography.title">Bibliography</title>
     <biblioentry id="bib.anderson_1995">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list