From 6e0e63e0df985a704e5245737c396b363e9860e8 Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Sat, 15 Jun 2019 18:43:23 +0530 Subject: setup.py and conf.py configured for `Read The Docs` documentation --- index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'index.rst') diff --git a/index.rst b/index.rst index 5826737e..7e093803 100644 --- a/index.rst +++ b/index.rst @@ -6,6 +6,26 @@ Welcome to eSim's documentation! ================================ +.. image:: ./images/ki-ng.png + :width: 100px + :target: file:///home/neel/Projects/eSim/_build/code/kicadtoNgspice.html + +.. image:: ./images/kicad.png + :width: 100px + :target: file:///home/neel/Projects/eSim/_build/code/projectManagement/Kicad.html + +.. image:: ./images/model.png + :width: 100px + :target: file:///home/neel/Projects/eSim/_build/code/modelEditor.html + +.. image:: ./images/ngspice.png + :width: 100px + :target: file:///home/neel/Projects/eSim/_build/code/ngspiceSimulation.html + +.. image:: ./images/subckt.png + :width: 100px + :target: file:///home/neel/Projects/eSim/_build/code/subcircuit.html + .. toctree:: :maxdepth: 3 :caption: Contents: -- cgit