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