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