File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515/ntcore.rst
1616/ntcore /
17+ /ntcore.meta.rst
18+ /ntcore.meta /
1719
1820/robotpy_apriltag.rst
1921/robotpy_apriltag /
3133/wpilib.shuffleboard /
3234/wpilib.simulation.rst
3335/wpilib.simulation /
36+ /wpilib.sysid.rst
37+ /wpilib.sysid /
3438/wpilib /
3539
3640/wpimath.controller.rst
6266/wpimath.trajectory /
6367/wpimath /
6468
69+ /wpilog.rst
70+ /wpilog /
71+
6572/wpinet.rst
6673/wpinet /
6774
6875/wpiutil.rst
6976/wpiutil /
70- /wpiutil.log.rst
71- /wpiutil.log /
7277/wpiutil.sync.rst
7378/wpiutil.sync /
7479/wpiutil.wpistruct.rst
7580/wpiutil.wpistruct /
81+
82+ /commands2.button.rst
83+ /commands2.button /
84+ /commands2.cmd.rst
85+ /commands2.cmd /
86+ /commands2.rst
87+ /commands2.sysid.rst
88+ /commands2.sysid /
89+ /commands2 /
90+
91+ /romi.rst
92+ /romi /
93+
94+ /xrp.rst
95+ /xrp /
Original file line number Diff line number Diff line change @@ -8,12 +8,7 @@ WPILib API
88
99 wpilib
1010 wpilib.cameraserver
11- wpilib.counter
1211 wpilib.deployinfo
13- wpilib.drive
14- wpilib.event
15- wpilib.interfaces
16- wpilib.shuffleboard
1712 wpilib.simulation
1813 wpilib.sysid
1914
@@ -62,23 +57,18 @@ tailored to the needs of robotics applications.
6257 :maxdepth: 1
6358
6459 wpimath
65- wpimath.controller
66- wpimath.estimator
67- wpimath.filter
68- wpimath.geometry
69- wpimath.interpolation
70- wpimath.kinematics
71- wpimath.optimization
72- wpimath.path
73- wpimath.spline
74- wpimath.system
75- wpimath.system.plant
76- wpimath.trajectory
77- wpimath.trajectory.constraint
7860 wpimath.units
7961
8062.. _wpinet_api :
8163
64+ WPILog API
65+ ----------
66+
67+ .. toctree ::
68+ :maxdepth: 1
69+
70+ wpilog
71+
8272WPINet API
8373------------
8474
@@ -105,7 +95,6 @@ of things in it.
10595 :maxdepth: 1
10696
10797 wpiutil
108- wpiutil.log
10998 wpiutil.sync
11099 wpiutil.wpistruct
111100
Original file line number Diff line number Diff line change 7575# WPIMath
7676gen_package (root , "wpimath" )
7777
78+ # WPILog
79+ gen_package (root , "wpilog" )
80+
7881# WPINet
7982gen_package (root , "wpinet" )
8083
8184# WPIUtil
8285gen_package (root , "wpiutil" )
83- gen_package (root , "wpiutil.log" )
8486gen_package (root , "wpiutil.sync" )
8587gen_package (root , "wpiutil.wpistruct" )
8688
You can’t perform that action at this time.
0 commit comments