diff options
author | nilshah98 | 2019-06-11 14:46:15 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-17 22:34:34 +0530 |
commit | 61f729c35da3120781d001a390b55e1941d14925 (patch) | |
tree | 804d1f367497b18d2efe7ce0f59ed24d78b0bd3d /code/ngspiceSimulation | |
parent | 89249e5003eccb07917d21788f6ce37e1de6d572 (diff) | |
download | eSim-61f729c35da3120781d001a390b55e1941d14925.tar.gz eSim-61f729c35da3120781d001a390b55e1941d14925.tar.bz2 eSim-61f729c35da3120781d001a390b55e1941d14925.zip |
rst files added for all components
Diffstat (limited to 'code/ngspiceSimulation')
-rw-r--r-- | code/ngspiceSimulation/NgspiceWidget.rst | 5 | ||||
-rw-r--r-- | code/ngspiceSimulation/pythonPlotting.rst | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/code/ngspiceSimulation/NgspiceWidget.rst b/code/ngspiceSimulation/NgspiceWidget.rst new file mode 100644 index 00000000..753d3528 --- /dev/null +++ b/code/ngspiceSimulation/NgspiceWidget.rst @@ -0,0 +1,5 @@ +Ngspice Widget Component +======================== + +.. automodule:: ngspiceSimulation.NgspiceWidget + :members: diff --git a/code/ngspiceSimulation/pythonPlotting.rst b/code/ngspiceSimulation/pythonPlotting.rst new file mode 100644 index 00000000..bfb9a3b6 --- /dev/null +++ b/code/ngspiceSimulation/pythonPlotting.rst @@ -0,0 +1,5 @@ +Python Plotting component +========================= + +.. automodule:: ngspiceSimulation.pythonPlotting + :members: |