We welcome contributions! Here's how you can help:
Fork the repository
Clone your fork:
git clone https://github.com/yourusername/powersensor_local.git
Install development dependencies:
pip install -e ".[docs]"
cd docs
make htmlThe documentation will be built in docs/build/html/.
- Create a new branch for your changes
- Make your changes and add tests
- Submit a pull request