Skip to content

Commit 06ad875

Browse files
authored
Remove references to screensteps (#584)
* Remove references to screensteps * Remove incorporated todo
1 parent 3981387 commit 06ad875

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

source/docs/contributing/contribution-guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contribution Guidelines
55

66
Welcome to the contribution guidelines for the frc-docs project. If you are unfamiliar to writing in the reStructuredText format, please read up on it `here <https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html>`__.
77

8-
.. important:: Currently we are in the process of migrating documentation from the official screensteps. Please pardon the constant housekeeping. *FIRST*\ |reg| retains all rights to documentation and images provided. Credit for articles/updates will be in the `Github commit history. <https://github.com/wpilibsuite/frc-docs/graphs/commit-activity>`_
8+
.. important:: *FIRST*\ |reg| retains all rights to documentation and images provided. Credit for articles/updates will be in the `Github commit history. <https://github.com/wpilibsuite/frc-docs/graphs/commit-activity>`_
99

1010
Mission Statement
1111
-----------------
10.9 KB
Binary file not shown.

source/docs/software/labview/resources/making-a-one-shot-button-press.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ Lastly, we should change the VI Icon to be more descriptive of the VI's function
3131

3232
.. image:: images/making-a-one-shot-button-press/6.png
3333

34-
Finally, save the VI with a descriptive name. You can now drag and drop this VI from the Support Files folder into your TeleOp.vi. Here's an example of how you could use this VI.
34+
Finally, save the VI with a descriptive name. You can now drag and drop this VI from the Support Files folder into your TeleOp.vi. Here is a copy of the completed VI: :download:`Button_Press.vi <files/Button_Press.vi>`
35+
36+
Here's an example of how you could use this VI.
3537

3638
.. image:: images/making-a-one-shot-button-press/7.png
3739

38-
.. todo:: add download link to finished VI: https://media.screensteps.com/attachment_assets/assets/001/013/297/original/Button_Press.vi

source/docs/software/wpilib-overview/wpilib-commands-vscode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To access these commands, press Ctrl+Shift+P to open the Command Palette, then b
2424
- **WPILib: Install tools from GradleRIO** - Install the WPILib Java tools (e.g. SmartDashboard, Shuffleboard, etc.). Note that this is done by default by the offline installer
2525
- **WPILib: Manage Vendor Libraries** - Install/update 3rd party libraries
2626
- **WPILib: Open WPILib Command Palette** - This command is used to open a WPILib Command Palette (equivalent of hitting Ctrl+Shift+P and typing WPILib)
27-
- **WPILib: Open WPILib Help** - This opens a simple page the links to the WPILib Screensteps documentation
27+
- **WPILib: Open WPILib Help** - This opens a simple page which links to the WPILib documentation (this site)
2828
- **WPILib: Reset Ask for WPILib Updates Flag** - This will clear the flag on the current project, allowing you to re-prompt to update a project to the latest WPILib version if you previously chose to not update.
2929
- **WPILib: Run a command in Gradle** - This lets you run an arbitrary command in the GradleRIO command environment
3030
- **WPILib: Set Team Number** - Used to modify the team number associated with a project. This is only needed if you need to change the team number from the one initially specified when creating the project.

0 commit comments

Comments
 (0)