Skip to content

Commit a142733

Browse files
committed
Fix documentation build
1 parent 7c32a44 commit a142733

3 files changed

Lines changed: 33 additions & 22 deletions

File tree

docs/.gitignore

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
/ntcore.rst
1616
/ntcore/
17+
/ntcore.meta.rst
18+
/ntcore.meta/
1719

1820
/robotpy_apriltag.rst
1921
/robotpy_apriltag/
@@ -31,6 +33,8 @@
3133
/wpilib.shuffleboard/
3234
/wpilib.simulation.rst
3335
/wpilib.simulation/
36+
/wpilib.sysid.rst
37+
/wpilib.sysid/
3438
/wpilib/
3539

3640
/wpimath.controller.rst
@@ -62,14 +66,30 @@
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/

docs/api.rst

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff 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+
8272
WPINet 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

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,14 @@
7575
# WPIMath
7676
gen_package(root, "wpimath")
7777

78+
# WPILog
79+
gen_package(root, "wpilog")
80+
7881
# WPINet
7982
gen_package(root, "wpinet")
8083

8184
# WPIUtil
8285
gen_package(root, "wpiutil")
83-
gen_package(root, "wpiutil.log")
8486
gen_package(root, "wpiutil.sync")
8587
gen_package(root, "wpiutil.wpistruct")
8688

0 commit comments

Comments
 (0)