Salome HOME
Remarks from sprint 1 meeting : rename some files and directories, and minor code...
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 2 Feb 2016 14:31:18 +0000 (15:31 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 2 Feb 2016 14:31:18 +0000 (15:31 +0100)
commitc3f03fb1a8d8a5a20baef855572c2e999433ff13
treee8b92ffe4f519fda09cf409b5c9f69e8c35dcea7
parent50dc9b77554632f9b9e903e6fc17d5ecfd3dfc4a
Remarks from sprint 1 meeting : rename some files and directories, and minor code changes
34 files changed:
data/software_pyconf/softA.pyconf [deleted file]
data/software_pyconf/softB.pyconf [deleted file]
data/softwares/softA.pyconf [new file with mode: 0644]
data/softwares/softB.pyconf [new file with mode: 0644]
doc/Makefile
doc/source/commands/config.rst [deleted file]
doc/source/conf.py [deleted file]
doc/source/index.rst [deleted file]
doc/src/commands/apidoc/modules.rst [new file with mode: 0644]
doc/src/commands/apidoc/src.common.rst [new file with mode: 0644]
doc/src/commands/apidoc/src.rst [new file with mode: 0644]
doc/src/commands/config.rst [new file with mode: 0644]
doc/src/conf.py [new file with mode: 0644]
doc/src/index.rst [new file with mode: 0644]
src/common/__init__.py
src/common/config_pyconf.py [deleted file]
src/common/fileSystem.py [deleted file]
src/common/pyconf.py [new file with mode: 0644]
src/common/system.py [new file with mode: 0644]
src/config.py
src/salomeTools.py
test/__TOOLS__/HTMLTestRunner.py [deleted file]
test/__TOOLS__/tools.py [deleted file]
test/_testTools/HTMLTestRunner.py [new file with mode: 0644]
test/_testTools/tools.py [new file with mode: 0644]
test/config/create_user_pyconf.py [new file with mode: 0644]
test/config/integration/create_user_pyconf.py [deleted file]
test/config/integration/option_copy.py [deleted file]
test/config/integration/option_value.py [deleted file]
test/config/integration/option_value_2.py [deleted file]
test/config/option_copy.py [new file with mode: 0644]
test/config/option_value.py [new file with mode: 0644]
test/config/option_value_2.py [new file with mode: 0644]
test/run_all.sh