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):
4343 elif not do_gen :
4444 return
4545 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 )
4747
4848 lines .append (' %s <%s>' % args )
4949
5050 def write_api (project , desc ):
5151 if project != conf_api :
5252 if do_gen :
5353 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 )
5555 else :
5656 lines .append (' %s API <api>' % desc )
5757
@@ -74,6 +74,7 @@ def write_api(project, desc):
7474 write_api ('utilities' , 'Utilities' )
7575 write_api ('pyfrc' , 'PyFRC' )
7676 write_api ('ctre' , 'CTRE Libraries' )
77+ write_api ('navx' , 'NavX Library' )
7778 endl ()
7879
7980 toctree ('Additional Info' )
You can’t perform that action at this time.
0 commit comments