]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Migration Mesh User's guide to Sphinx tool: first draft version
authorrnv <rnv@opencascade.com>
Fri, 8 Dec 2017 14:09:48 +0000 (17:09 +0300)
committerrnv <rnv@opencascade.com>
Tue, 16 Jan 2018 11:49:09 +0000 (14:49 +0300)
doc/salome/gui/SMESH/index.rst [new file with mode: 0644]
doc/salome/gui/SMESH/python_api.rst [new file with mode: 0644]

diff --git a/doc/salome/gui/SMESH/index.rst b/doc/salome/gui/SMESH/index.rst
new file mode 100644 (file)
index 0000000..ce987fc
--- /dev/null
@@ -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
+
+
diff --git a/doc/salome/gui/SMESH/python_api.rst b/doc/salome/gui/SMESH/python_api.rst
new file mode 100644 (file)
index 0000000..635ecd0
--- /dev/null
@@ -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:
+