Salome HOME
Merge remote-tracking branch 'origin/ngo/Lot5'
[modules/shaper.git] / src / PythonAPI / doc / source / index.rst
index 91677e73d4111e95a4232aaa4805de063cc997e9..5140367bded9cac7d80db84167f6fa03f27c2184 100644 (file)
@@ -19,7 +19,7 @@ with the parametric API will typically begin with a code like below:
 
 .. doctest:: 
 
-   >>> import model
+   >>> from salome.shaper import model
    >>> model.begin()
    >>> partset = model.moduleDocument()
    >>> part = model.addPart(partset).document()
@@ -36,24 +36,10 @@ to modify the feature and retrieve data from it.
 
 .. toctree::
    :maxdepth: 1
+   :glob:
 
    sketcher
-
-   connection
-   construction
-   exchange
-
-   boolean
-   partition
-   extrusion
-   revolution
-   placement
-   rotation
-   translation
-   group
-
-   parameter
-   partset
+   model/*
 
 Indices and tables
 ==================