Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.25 KB

File metadata and controls

37 lines (25 loc) · 1.25 KB

NumFOCUS Infrastructure Committee

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)

Building locally

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/html

Or you can use tox:

pip install tox
tox -e build_docs

Contact

To contact the committee, you can use the email address: infrastructure@numfocus.org

License

This project is licensed under the MIT License. See the LICENSE file for details.