Welcome to Circuit Grapher’s documentation!¶
Circuit Grapher is a tool used at Intelline to document circuits and explore the relationships between components.
The code for this project is available on Github.
Note
This project is under active development.
Build¶
Fork and clone repo: https://github.com/chrismathew05/cir
Create and activate python virtual environment venv.
Create a local .gitignore and .env file (unused for now).
Install requirements: pip install -r requirements-prod.txt
Provide build script permissions: chmod -R 777 build.sh
Run the build script and ensure all tests pass: ./build.sh.
Usage¶
Save XML (e.g. test.xml) + DTD (e.g. test.dtd) files in the circuit directory.
Restart main.ipynb.
Use the notebook to construct/explore your circuit.