X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2Fdoc%2Fsource%2Findex.rst;h=5140367bded9cac7d80db84167f6fa03f27c2184;hb=749e980caeebfe4d16441703b7028dbbb1f1d91a;hp=91677e73d4111e95a4232aaa4805de063cc997e9;hpb=1ea8e041ffcc8d125d499265fc5b39e485001930;p=modules%2Fshaper.git diff --git a/src/PythonAPI/doc/source/index.rst b/src/PythonAPI/doc/source/index.rst index 91677e73d..5140367bd 100644 --- a/src/PythonAPI/doc/source/index.rst +++ b/src/PythonAPI/doc/source/index.rst @@ -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 ==================