File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
REV Libraries
2
2
==============
3
3
4
- These are not installed on the Robot by default. For installation instructions,
5
- see :ref: ` robotpy-rev install docs < install_rev >`.
4
+ These are not installed on the Robot by default, you need to add this project
5
+ to your :doc: ` pyproject.toml < frc:docs/software/python/pyproject_toml >`.
6
6
7
7
This documentation documents the various classes and methods that are
8
8
available to Python code, but don't discuss in detail how to actually
Original file line number Diff line number Diff line change 44
44
45
45
intersphinx_mapping = {
46
46
"robotpy" : ("https://robotpy.readthedocs.io/en/%s/" % rtd_version , None ),
47
- "wpilib " : (
48
- "https://robotpy.readthedocs.io/projects/wpilib /en/%s/" % rtd_version ,
47
+ "mostrobotpy " : (
48
+ "https://robotpy.readthedocs.io/projects/robotpy /en/%s/" % rtd_version ,
49
49
None ,
50
50
),
51
+ "frc" : ("https://docs.wpilib.org/en/stable" , None ),
51
52
}
52
53
53
54
# The version info for the project you're documenting, acts as replacement for
You can’t perform that action at this time.
0 commit comments