diff options
Diffstat (limited to 'index.rst')
-rw-r--r-- | index.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/index.rst b/index.rst new file mode 100644 index 00000000..342d4aff --- /dev/null +++ b/index.rst @@ -0,0 +1,46 @@ +.. eSim documentation master file, created by + sphinx-quickstart on Mon Jun 10 19:26:41 2019. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to eSim's documentation! +================================ + +.. image:: ./images/ki-ng.png + :width: 100px + :target: https://esim.readthedocs.io/en/latest/code/kicadtoNgspice.html + +.. image:: ./images/kicad.png + :width: 100px + :target: https://esim.readthedocs.io/en/latest/code/projectManagement/Kicad.html + +.. image:: ./images/model.png + :width: 100px + :target: https://esim.readthedocs.io/en/latest/code/modelEditor.html + +.. image:: ./images/ngspice.png + :width: 100px + :target: https://esim.readthedocs.io/en/latest/code/ngspiceSimulation.html + +.. image:: ./images/subckt.png + :width: 100px + :target: https://esim.readthedocs.io/en/latest/code/subcircuit.html + +.. toctree:: + :maxdepth: 3 + :caption: Contents: + + code/browser + code/frontEnd + code/kicadtoNgspice + code/ngspiceSimulation + code/projectManagement + code/modelEditor + code/subcircuit + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |