Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 641 Bytes

File metadata and controls

38 lines (23 loc) · 641 Bytes

Contributing

We welcome contributions! Here's how you can help:

Development Setup

  1. Fork the repository

  2. Clone your fork:

    git clone https://github.com/yourusername/powersensor_local.git
  3. Install development dependencies:

    pip install -e ".[docs]"

Building Documentation

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