Repository containing my notes about electronics. You can read it at [Read the docs](http://electronics-notes.readthedocs.org/). ## Getting started You need to install the dependencies ``` $ python3 -m pip install --user mkdocs python-markdown-math ``` and to read locally you need to do a simple ``` $ mkdocs serve ```