|
93 | 93 | }
|
94 | 94 |
|
95 | 95 | redirects = {
|
| 96 | + "getting_started": f"{frc_docs}/docs/zero-to-robot/introduction.html", |
96 | 97 | "2020_notes": "upgrade_notes.html",
|
97 | 98 | "install/pynetworktables": "pyntcore.html",
|
98 |
| - "frameworks/command": f"{frc_docs}/docs/software/commandbased/index", |
| 99 | + "frameworks/command": f"{frc_docs}/docs/software/commandbased/", |
| 100 | + "guide/anatomy": f"{frc_docs}/docs/zero-to-robot/step-4/creating-test-drivetrain-program-cpp-java-python.html", |
| 101 | + "guide/index": f"{frc_docs}/docs/software/python/", |
| 102 | + "guide/deploy": f"{frc_docs}/docs/software/python/subcommands/deploy.html", |
99 | 103 | "guide/examples": "https://github.com/robotpy/examples",
|
| 104 | + "guide/guidelines": "guidelines", |
100 | 105 | "guide/nt": f"{frc_docs}/docs/software/networktables/index.html",
|
| 106 | + "guide/running": f"{frc_docs}/docs/software/python/subcommands/index.html", |
| 107 | + "guide/python": "https://docs.python-guide.org/en/latest/intro/learning/", |
| 108 | + "guide/simulator": f"{frc_docs}/docs/software/wpilib-tools/robot-simulation/introduction.html", |
| 109 | + "guide/testing": "testing", |
101 | 110 | "hw": f"{frc_docs}/docs/hardware/hardware-basics/index.html",
|
102 |
| - "install/commands": "install/components", |
103 |
| - "install/cscore": "install/components", |
104 |
| - "install/ctre": "install/components", |
105 |
| - "install/navx": "install/components", |
106 |
| - "install/pathplannerlib": "install/components", |
107 |
| - "install/pwfusion": "install/components", |
108 |
| - "install/pyfrc": "install/components", |
109 |
| - "install/pyntcore": "install/components", |
110 |
| - "install/rev": "install/components", |
| 111 | + "install/computer": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 112 | + "install/components": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 113 | + "install/packages": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 114 | + "install/robot": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 115 | + "install/commands": f"{frc_docs}/docs/software/vscode-overview/3rd-party-libraries.html", |
| 116 | + "install/cscore": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 117 | + "install/ctre": f"{frc_docs}/docs/software/vscode-overview/3rd-party-libraries.html", |
| 118 | + "install/navx": f"{frc_docs}/docs/software/vscode-overview/3rd-party-libraries.html", |
| 119 | + "install/pathplannerlib": f"{frc_docs}/docs/software/vscode-overview/3rd-party-libraries.html", |
| 120 | + "install/pwfusion": f"{frc_docs}/docs/software/vscode-overview/3rd-party-libraries.html", |
| 121 | + "install/pyfrc": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 122 | + "install/pyntcore": f"{frc_docs}/docs/zero-to-robot/step-2/python-setup.html", |
| 123 | + "install/rev": f"{frc_docs}/docs/software/vscode-overview/3rd-party-libraries.html", |
111 | 124 | "vision/code": f"{frc_docs}/docs/software/vision-processing/index.html",
|
112 | 125 | "vision/index": f"{frc_docs}/docs/software/vision-processing/index.html",
|
113 | 126 | "vision/other": f"{frc_docs}/docs/software/vision-processing/index.html",
|
|
184 | 197 | epub_title = "RobotPy"
|
185 | 198 | epub_author = "RobotPy development team"
|
186 | 199 | epub_publisher = "RobotPy development team"
|
187 |
| -epub_copyright = "2014-2022, RobotPy development team" |
| 200 | +epub_copyright = "2014-2024, RobotPy development team" |
188 | 201 |
|
189 | 202 | # A list of files that should not be packed into the epub file.
|
190 | 203 | epub_exclude_files = ["search.html"]
|
|
0 commit comments