Fixed documentation for Python package (opens in a new window)

This commit is contained in:
barate 2011-03-25 14:34:31 +00:00
parent 7a6a25502e
commit cacc7209a0
4 changed files with 4 additions and 23 deletions

View File

@ -1,14 +1,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Documentation of the SMESH python packages Documentation of the SMESH python package
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Main documentation
==================
.. toctree:: .. toctree::
:maxdepth: 3 :maxdepth: 3
overview.rst overview.rst
docapi.rst docapi.rst

View File

@ -3,8 +3,8 @@
General presentation of the SMESH python package General presentation of the SMESH python package
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The SMESH python package contains (today) helpser functions to The SMESH python package contains (today) helper functions to
manipulate mesh elements and interact with this elements. manipulate mesh elements and interact with these elements.
Note that these functions either encapsulate the python programming Note that these functions either encapsulate the python programming
interface of SMESH core (the CORBA or SWIG interface for example) or interface of SMESH core (the CORBA or SWIG interface for example) or

View File

@ -26,8 +26,7 @@ array of dedicated operations;</li>
Almost all mesh module functionalities are accessible via Almost all mesh module functionalities are accessible via
\subpage smeshpy_interface_page "Mesh module Python interface". \subpage smeshpy_interface_page "Mesh module Python interface".
Also it can be useful to have a look at the Other functions are available in <a class="el" target="_new" href="../../tui/SMESH/docutils/index.html">salome.smesh python package</a>.
\subpage smeshpypkg_page "documentation on SMESH python package".
\image html image7.jpg "Example of MESH module usage for engineering tasks" \image html image7.jpg "Example of MESH module usage for engineering tasks"

View File

@ -1,14 +0,0 @@
/*!
\page smeshpypkg_page Programming Interface of the SMESH python package
Sorry, but the documentation is not available yet in doxygen format.
Fortunately, a documentation exists in restructured format and then
can be generated here using sphinx, in the expectative of the doxygen
version.
Please refer to this <a href="../../tui/SMESH/docutils/index.html">
documentation of the SMESH python packages</a>.
*/