Style Guide
Gateway to Questions
Overview
Summary of style formats for various aspects of RAPIDS projects.
Code style
Python
All Python code in RAPIDS projects is style checked using flake8
Individual projects should configure flake8
to suit their needs, for example to exclude specific directories or files.
Git commits
Git commit messages should convey the change succinctly, but with enough detail to be understood without extra context.
See the Git Methodology for further details.
Last modified January 5, 2024: replace Jekyll `link` w/ Hugo `relref` (17ddc0b)