]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Documentation: eliminate warnings
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 7 May 2020 07:29:32 +0000 (10:29 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Thu, 7 May 2020 08:09:04 +0000 (11:09 +0300)
src/PythonAddons/doc/TUI_pyFile_rectangleFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/TUI_xmlFile_rectangleFeature.rst [new file with mode: 0644]
src/PythonAddons/doc/pyFile_rectangleFeature.rst [deleted file]
src/PythonAddons/doc/xmlFile_rectangleFeature.rst [deleted file]

diff --git a/src/PythonAddons/doc/TUI_pyFile_rectangleFeature.rst b/src/PythonAddons/doc/TUI_pyFile_rectangleFeature.rst
new file mode 100644 (file)
index 0000000..bbe2eaf
--- /dev/null
@@ -0,0 +1,11 @@
+
+  .. _create_custom_rectangle_py:
+
+File feature.py 
+===============
+
+.. literalinclude:: examples/rectangle/feature.py   
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/rectangle/feature.py>`
\ No newline at end of file
diff --git a/src/PythonAddons/doc/TUI_xmlFile_rectangleFeature.rst b/src/PythonAddons/doc/TUI_xmlFile_rectangleFeature.rst
new file mode 100644 (file)
index 0000000..1901d96
--- /dev/null
@@ -0,0 +1,11 @@
+
+  .. _create_custom_rectangle_xml:
+
+File widget.xml 
+===============
+
+.. literalinclude:: examples/rectangle/widget.xml    
+    :linenos:
+    :language: html
+
+:download:`Download this script <examples/rectangle/widget.xml>`
\ No newline at end of file
diff --git a/src/PythonAddons/doc/pyFile_rectangleFeature.rst b/src/PythonAddons/doc/pyFile_rectangleFeature.rst
deleted file mode 100644 (file)
index bbe2eaf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-  .. _create_custom_rectangle_py:
-
-File feature.py 
-===============
-
-.. literalinclude:: examples/rectangle/feature.py   
-    :linenos:
-    :language: python
-
-:download:`Download this script <examples/rectangle/feature.py>`
\ No newline at end of file
diff --git a/src/PythonAddons/doc/xmlFile_rectangleFeature.rst b/src/PythonAddons/doc/xmlFile_rectangleFeature.rst
deleted file mode 100644 (file)
index 1901d96..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-  .. _create_custom_rectangle_xml:
-
-File widget.xml 
-===============
-
-.. literalinclude:: examples/rectangle/widget.xml    
-    :linenos:
-    :language: html
-
-:download:`Download this script <examples/rectangle/widget.xml>`
\ No newline at end of file