/ProgrammingDoneRight

A Complete Guide to Programming in FRC, the Right Way

Primary LanguagePython

FRC Programming Done Right

Join the chat at https://gitter.im/FRC-PDR/ProgrammingDoneRight Documentation Status

Contributing

FRC-PDR is created using Sphinx. To install:

pip install -r requirements.txt

After that, you just need to run

make html

or to use sphinx-autobuild make auto

from the root of the project to build it. To open locally, navigate to .build/html and open index.html