summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornilshah982019-06-15 18:43:23 +0530
committernilshah982019-06-24 13:07:30 +0530
commit6e0e63e0df985a704e5245737c396b363e9860e8 (patch)
tree4a59071ea76e27c2eeff4e0e4cb1b9112de5d1f0 /src
parent61f729c35da3120781d001a390b55e1941d14925 (diff)
downloadeSim-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')
-rw-r--r--src/kicadtoNgspice/Convert.py4
-rw-r--r--src/kicadtoNgspice/Source.py12
-rw-r--r--src/projManagement/newProject.py6
3 files changed, 12 insertions, 10 deletions
diff --git a/src/kicadtoNgspice/Convert.py b/src/kicadtoNgspice/Convert.py
index d59708de..883ba534 100644
--- a/src/kicadtoNgspice/Convert.py
+++ b/src/kicadtoNgspice/Convert.py
@@ -8,9 +8,9 @@ from xml.etree import ElementTree as ET
class Convert:
"""
- - This class has all the necessary function required to convert
+ - This class has all the necessary function required to convert \
kicad netlist to ngspice netlist.
- - Method List -
+ - Method List
- - addDeviceLibrary
- - addModelParameter
- - addSourceParameter
diff --git a/src/kicadtoNgspice/Source.py b/src/kicadtoNgspice/Source.py
index f4bd3f55..26555197 100644
--- a/src/kicadtoNgspice/Source.py
+++ b/src/kicadtoNgspice/Source.py
@@ -27,7 +27,7 @@ class Source(QtGui.QWidget):
def createSourceWidget(self, sourcelist, sourcelisttrack):
"""
- - This function dynamically create source widget in the
+ - This function dynamically create source widget in the \
Source tab of KicadtoNgSpice window
- Depending on the type of source, sourcetab is created
- - ac
@@ -36,12 +36,12 @@ class Source(QtGui.QWidget):
- - pulse
- - pwl
- - exp
- - All the entry fields, are kept into the entry_var
+ - All the entry fields, are kept into the entry_var \
tracked by self.count
- - Finally after each of the sourcelist is mapped to its input component
- we move to adding these to the track widget
- - Also check if any default values present from previous analysis & add
- them by default
+ - Finally after each of the sourcelist is mapped to its input \
+ component we move to adding these to the track widget
+ - Also check if any default values present from previous analysis \
+ & add them by default
- Each line in sourcelist corresponds to a source
- According to the source type modify the source and add it to the tab
"""
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