mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 01:10:36 +05:00
PR: improve documentation on scripts adaptation to V7
This commit is contained in:
parent
b8e8a40b70
commit
6f5fe2aa0f
@ -62,6 +62,10 @@ install-data-local: usr_docs
|
|||||||
esac ; \
|
esac ; \
|
||||||
done ; \
|
done ; \
|
||||||
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc ; \
|
cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc ; \
|
||||||
|
mkdir $(DESTDIR)$(docdir)/gui/GEOM/input ; \
|
||||||
|
cp -rp $(srcdir)/input/geompy_migration.doc $(DESTDIR)$(docdir)/gui/GEOM/input ; \
|
||||||
|
cp -rp $(srcdir)/input/tui_auto_completion_documentation.doc $(DESTDIR)$(docdir)/gui/GEOM/input ; \
|
||||||
|
cp -rp $(srcdir)/input/tui_execution_distribution.doc $(DESTDIR)$(docdir)/gui/GEOM/input ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 250 KiB |
Binary file not shown.
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 267 KiB |
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
|
|
||||||
\page geompy_migration_page Modifing Python scripts from SALOME 6 and before
|
\page geompy_migration_page Modifing Geometry Python scripts from SALOME 6 and before
|
||||||
|
|
||||||
\n With SALOME 7.2, the Python interface for Geometry has been slightly modified to offer new functionality:
|
\n With SALOME 7.2, the Python interface for Geometry has been slightly modified to offer new functionality:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user