From 7be4147452b5a0931a6efc29e2b2adfa2ce0b20b Mon Sep 17 00:00:00 2001 From: Isaak Lim Date: Wed, 5 Dec 2018 16:37:00 +0100 Subject: [PATCH] add link to python bindings in documentation (see #56) --- Doc/mainpage.docu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/mainpage.docu b/Doc/mainpage.docu index 75d4663c..9ce3e3dd 100644 --- a/Doc/mainpage.docu +++ b/Doc/mainpage.docu @@ -24,6 +24,10 @@ Here you can find information on how to build projects using the %OpenMesh libra as well as further information on mesh handling in %OpenMesh. The tutorials explain how to use %OpenMesh by demonstrating real code examples. +\section openmesh-python OpenMesh Python Bindings +We also provide python bindings for %OpenMesh. You can find them here:
+https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python + \section iov Building OpenMesh In this section all necessary information on how to build projects using %OpenMesh is given.