Skip to content

Contributing

We welcome contributions to jaxace!

Development Setup

# Clone the repository
git clone https://github.com/CosmologicalEmulators/jaxace.git
cd jaxace

# Install in development mode
pip install -e ".[dev]"

Running Tests

pytest tests/

Building Documentation

mkdocs serve  # Live preview at http://localhost:8000
mkdocs build  # Build static site

Code Style

We use standard Python formatting conventions. Please ensure your code is clean and well-documented.

Pull Requests

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

Thank you for contributing!