Make python not toplevel

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1174 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-09-16 13:33:31 +00:00
parent 9922aacc33
commit 64abbf31e4

View File

@@ -86,6 +86,15 @@ repeatedly replacing each vertex' position by the center of gravity
\li \ref tutorial_09 \li \ref tutorial_09
<br /><br /> <br /><br />
\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
<br /><br />
\subpage additional_information \subpage additional_information
\li \ref mesh_first_to_read \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_hierarchy
\li \subpage mesh_type \li \subpage mesh_type
\page additional_information Additional Information on OpenMesh \page additional_information Additional Information on OpenMesh
\li \subpage mesh_first_to_read \li \subpage mesh_first_to_read
\li \subpage mesh_cpp \li \subpage mesh_cpp