Python circuit design and simulation tools.
pip install -e ".[dev]"Built with Sphinx. To build locally:
pip install -e ".[docs]"
make -C doc html
# output in doc/build/html/# or with Docker:# docker build -f docker/docs.Dockerfile -t pycircuit-docs .# docker run --rm -v "$PWD/doc/build:/src/doc/build" pycircuit-docsHosted on GitHub Pages: https://henjo.github.io/pycircuit/
pytest