diff options
author | nilshah98 | 2019-06-15 18:43:23 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-24 13:07:30 +0530 |
commit | 6e0e63e0df985a704e5245737c396b363e9860e8 (patch) | |
tree | 4a59071ea76e27c2eeff4e0e4cb1b9112de5d1f0 /src/projManagement | |
parent | 61f729c35da3120781d001a390b55e1941d14925 (diff) | |
download | eSim-6e0e63e0df985a704e5245737c396b363e9860e8.tar.gz eSim-6e0e63e0df985a704e5245737c396b363e9860e8.tar.bz2 eSim-6e0e63e0df985a704e5245737c396b363e9860e8.zip |
setup.py and conf.py configured for `Read The Docs` documentation
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/newProject.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py index 70ff5789..92e90742 100644 --- a/src/projManagement/newProject.py +++ b/src/projManagement/newProject.py @@ -36,9 +36,11 @@ class NewProjectInfo(QtGui.QWidget): def createProject(self, projName): """ - This function create Project related directories and files + This function create Project related directories and files. Before creating also validates using the `Validation` class - Validation codes - + + Validation codes + - VALID - CHECKEXIST - CHECKNAME |