From 64abbf31e4787d9dc90dfb0cdd785d0c8bd4cd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 16 Sep 2014 13:33:31 +0000 Subject: [PATCH] Make python not toplevel git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1174 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/mainpage.docu | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/mainpage.docu b/Doc/mainpage.docu index 850e7531..0b602c48 100644 --- a/Doc/mainpage.docu +++ b/Doc/mainpage.docu @@ -86,6 +86,15 @@ repeatedly replacing each vertex' position by the center of gravity \li \ref tutorial_09

+ +\section python_and_om OpenMesh Python interface +OpenMesh itself is written in C++. We also provide a python interface +to use OpenMesh. A detailed description of the interface can be found +in the following tutorial: +\li \subpage python_tutorial + +

+ \subpage additional_information \li \ref mesh_first_to_read @@ -104,6 +113,7 @@ repeatedly replacing each vertex' position by the center of gravity \li \subpage mesh_hierarchy \li \subpage mesh_type + \page additional_information Additional Information on OpenMesh \li \subpage mesh_first_to_read \li \subpage mesh_cpp