mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 19:00:33 +05:00
Migration Mesh User's guide to Sphinx tool: first draft version
This commit is contained in:
parent
e4cb0cc914
commit
6910396205
25
doc/salome/gui/SMESH/index.rst
Normal file
25
doc/salome/gui/SMESH/index.rst
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
.. SMESH documentation master file, created by
|
||||||
|
sphinx-quickstart on Tue Nov 21 15:18:10 2017.
|
||||||
|
You can adapt this file completely to your liking, but it should at least
|
||||||
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
|
Welcome to SMESH's documentation!
|
||||||
|
=================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 3
|
||||||
|
|
||||||
|
input/index.rst
|
||||||
|
input/about_meshes.rst
|
||||||
|
input/modifying_meshes.rst
|
||||||
|
input/grouping_elements.rst
|
||||||
|
input/about_filters.rst
|
||||||
|
input/viewing_meshes_overview.rst
|
||||||
|
input/about_quality_controls.rst
|
||||||
|
input/measurements.rst
|
||||||
|
input/using_notebook_smesh_page.rst
|
||||||
|
input/mesh_preferences.rst
|
||||||
|
input/smeshpy_interface.rst
|
||||||
|
input/tools.rst
|
||||||
|
|
||||||
|
|
24
doc/salome/gui/SMESH/python_api.rst
Normal file
24
doc/salome/gui/SMESH/python_api.rst
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
=====================
|
||||||
|
Mesh Python interface
|
||||||
|
=====================
|
||||||
|
|
||||||
|
smeshstudytools module
|
||||||
|
======================
|
||||||
|
.. automodule:: smeshstudytools
|
||||||
|
:members:
|
||||||
|
|
||||||
|
StdMeshersBuilder module
|
||||||
|
========================
|
||||||
|
.. automodule:: StdMeshersBuilder
|
||||||
|
:members:
|
||||||
|
|
||||||
|
smeshBuilder module
|
||||||
|
===================
|
||||||
|
.. automodule:: smeshBuilder
|
||||||
|
:members:
|
||||||
|
|
||||||
|
smesh_algorithm module
|
||||||
|
======================
|
||||||
|
.. automodule:: smesh_algorithm
|
||||||
|
:members:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user