We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241850e commit 7d3b620Copy full SHA for 7d3b620
docs/gensidebar.py
@@ -76,10 +76,12 @@ def write_api(project, desc):
76
toctree("API Reference")
77
write_api("wpilib", "WPILib")
78
write_api("pynetworktables", "NetworkTables")
79
+ write_api("cscore", "CSCore")
80
write_api("utilities", "Utilities")
81
write_api("pyfrc", "PyFRC")
82
write_api("ctre", "CTRE Libraries")
83
write_api("navx", "NavX Library")
84
+ write_api("rev", "SPARK MAX Library")
85
endl()
86
87
toctree("Additional Info")
0 commit comments