This repository contains the learning resources and practical guides for the TENSS 2026 Electronics Module (Day 1.0).
Link to the webpage: https://tenss.github.io/TENSS_Electronics/
docs/- Contains the markdown documentation files for the student tutorials.docs/media/- Shared folder containing all illustrations and diagrams.
mkdocs.yml- Configuration file for generating the documentation website.requirements.txt- Python dependencies for serving/building the website.
- Activate the Virtual Environment:
source venv/bin/activate - Start the Local Development Server:
mkdocs serve
- View in Browser:
Open
http://127.0.0.1:8000/in your browser.