File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ def write(desc, link):
43
43
elif not do_gen :
44
44
return
45
45
else :
46
- args = desc , 'http ://robotpy.readthedocs.io/en/%s/%s.html' % (version , link )
46
+ args = desc , 'https ://robotpy.readthedocs.io/en/%s/%s.html' % (version , link )
47
47
48
48
lines .append (' %s <%s>' % args )
49
49
50
50
def write_api (project , desc ):
51
51
if project != conf_api :
52
52
if do_gen :
53
53
args = desc , project , version
54
- lines .append (' %s API <http ://robotpy.readthedocs.io/projects/%s/en/%s/api.html>' % args )
54
+ lines .append (' %s API <https ://robotpy.readthedocs.io/projects/%s/en/%s/api.html>' % args )
55
55
else :
56
56
lines .append (' %s API <api>' % desc )
57
57
@@ -74,6 +74,7 @@ def write_api(project, desc):
74
74
write_api ('utilities' , 'Utilities' )
75
75
write_api ('pyfrc' , 'PyFRC' )
76
76
write_api ('ctre' , 'CTRE Libraries' )
77
+ write_api ('navx' , 'NavX Library' )
77
78
endl ()
78
79
79
80
toctree ('Additional Info' )
You can’t perform that action at this time.
0 commit comments