Salome HOME
Fix selection of non-visible features.
[modules/shaper.git] / src / PythonAddons / doc / addons_Features.rst
index 85346ff09ca301c27ba3e87e2bc6de5e374f8cb3..1db6329d641b948d2c99f16223f01903ea839a8c 100644 (file)
@@ -13,10 +13,12 @@ A feature description includes 4 files:
 - feature.py with python commands, 
 - icon.png with image of button in the toolbar (the file is located at sub-folder /icons).
 
-An example of already created custom features is:
+Some examples of already created custom features are:
 
 .. toctree::
    :titlesonly:
    :maxdepth: 1
 
    rectangleFeature.rst
+   compoundVerticesFeature.rst
+   importParametersFeature.rst