diff options
Diffstat (limited to 'code/ngspiceSimulation')
-rw-r--r-- | code/ngspiceSimulation/NgspiceWidget.rst | 4 | ||||
-rw-r--r-- | code/ngspiceSimulation/pythonPlotting.rst | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/code/ngspiceSimulation/NgspiceWidget.rst b/code/ngspiceSimulation/NgspiceWidget.rst index 753d3528..6dea570f 100644 --- a/code/ngspiceSimulation/NgspiceWidget.rst +++ b/code/ngspiceSimulation/NgspiceWidget.rst @@ -1,5 +1,9 @@ Ngspice Widget Component ======================== +.. note:: + + Source : ``/src/ngspiceSimulation/NgspiceWidget.py`` + .. automodule:: ngspiceSimulation.NgspiceWidget :members: diff --git a/code/ngspiceSimulation/pythonPlotting.rst b/code/ngspiceSimulation/pythonPlotting.rst index bfb9a3b6..7b7318cc 100644 --- a/code/ngspiceSimulation/pythonPlotting.rst +++ b/code/ngspiceSimulation/pythonPlotting.rst @@ -1,5 +1,16 @@ Python Plotting component ========================= +.. image:: ../_static/pythonPlot.png + :alt: Terminal UI + :align: center + :scale: 50% + +This module is responsible for python-based plotting + +.. note:: + + Source : ``/src/ngspiceSimulation/pythonPlotting.py`` + .. automodule:: ngspiceSimulation.pythonPlotting :members: |