X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fpython_doc_compl.dox;h=ae36830c27c7c7d94da734a37c1ac14f95e20886;hb=ca2891930b62e10e600eb90a237619131df222f9;hp=475f8ecffda4fe77ae592adeb9eb673ea5eecc9c;hpb=48d150b078ab63d77fbed4de1f8dbd7d3a8767da;p=modules%2Fkernel.git diff --git a/doc/salome/python_doc_compl.dox b/doc/salome/python_doc_compl.dox index 475f8ecff..ae36830c2 100644 --- a/doc/salome/python_doc_compl.dox +++ b/doc/salome/python_doc_compl.dox @@ -43,7 +43,7 @@ The motivations of this objective are twice: modules coming from different %SALOME modules. Today, the developper of a module has to take care of the names used in other modules to choose a name. -- Integrate in %SALOME some python modules initialy developed in the +- Integrate in %SALOME some python modules initially developed in the context of domain specific %SALOME applications (%SALOME-MECA, %SALOME-CFD, OPENTURN, PANTHERE) and whose source files are organized in a packaged python structure. @@ -76,7 +76,7 @@ and all other stuff should be imported and work as before). To reach this target, we have to face two problems: - %A naming conflict with the instruction import salome. The result - is unpredictible because of the existance in the sys.path of + is unpredictable because of the existence in the sys.path of both a file salome.py and a package \b salome. - The dispatching of salome.* sub-packages in the different %SALOME modules. @@ -184,7 +184,7 @@ module are leaft untouched but the file salome.py. One special point for the documentation: -- The documentation of the python package API is writen in HTML +- The documentation of the python package API is written in HTML and generated form the source code with doxygen. - The *.dox (doxygen file) source files are located in the directory /doc/salome.