This repository contains information regarding the NumFOCUS infrastructure.
Main sections:
- Review Process: Information regarding the process for projects to ask for infrastructure requests and what to expect from the review process
- CI/CD Guide: Information regarding getting CI/CD paid for with NumFOCUS funds.
- Projects: Information regarding NumFOCUS projects that use shared infrastructure
- Vendors: Information about NumFOCUS infrastructure providers (e.g., hosting companies)
You can create your own Python virtual environment and do the following:
pip install -r requirements.txt
cd docs
make html
sphinx-build -b html . _build/htmlOr you can use tox:
pip install tox
tox -e build_docsTo contact the committee, you can use the email address: infrastructure@numfocus.org
This project is licensed under the MIT License. See the LICENSE file for details.