romell2018 / ProgrammingDoneRight

A Complete Guide to Programming in FRC, the Right Way

Home Page:https://frc-pdr.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Complete Guide to Programming in FRC, the Right Way

https://frc-pdr.readthedocs.io


Languages

Language:Python 77.3%Language:Batchfile 12.5%Language:Makefile 10.2%