diff options
author | Sunil Shetye | 2019-06-24 15:39:01 +0530 |
---|---|---|
committer | GitHub | 2019-06-24 15:39:01 +0530 |
commit | ca27e1ab9d418bfece063a38629da4dc09281e45 (patch) | |
tree | db4048b7d093d7827b663b2cac98c5c49e37358e /index.rst | |
parent | a5effc6fcfb55751cd60a08f9774391ed34ba711 (diff) | |
parent | e75167f3e98add3912ff5db300f6f4d2535c5325 (diff) | |
download | eSim-ca27e1ab9d418bfece063a38629da4dc09281e45.tar.gz eSim-ca27e1ab9d418bfece063a38629da4dc09281e45.tar.bz2 eSim-ca27e1ab9d418bfece063a38629da4dc09281e45.zip |
Merge pull request #92 from nilshah98/sphinx
Resolves #90
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` |