Skip to content

Commit

Permalink
Simplify project creation instructions (#1722)
Browse files Browse the repository at this point in the history
* Simplify project creation instructions

Delete confusing additional pictures

* fix typos

Co-authored-by: Dalton Smith <[email protected]>

Co-authored-by: Dalton Smith <[email protected]>
  • Loading branch information
sciencewhiz and Daltz333 authored Feb 12, 2022
1 parent 6534282 commit 989e680
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
12 changes: 1 addition & 11 deletions source/docs/software/vscode-overview/creating-robot-program.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,7 @@ If desired, users can omit a base class entirely and simply write their program
Creating a New WPILib Project
-----------------------------

Once we've decided on a base class, we can create our new robot project. Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`:

.. image:: images/creating-robot-program/command-palette.png
:alt: The WPILib Command Palette.

Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib," this will bring up the list of WPILib-specific VS Code commands:

.. image:: images/creating-robot-program/wpilib-commands.png
:alt: All of the WPILib Commands.

Now, select the :guilabel:`Create a new project` command:
Once we've decided on a base class, we can create our new robot project. Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`. Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib", this will bring up the list of WPILib-specific VS Code commands. Now, select the :guilabel:`Create a new project` command:

.. image:: images/creating-robot-program/create-new-project.png
:alt: Highlights the "WPILib: Create a new project" command.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@ Once everything is installed, we're ready to create a robot program. WPILib com
Creating a New WPILib Project
-----------------------------

Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`:

.. image:: /docs/software/vscode-overview/images/creating-robot-program/command-palette.png
:alt: Opening the Command Palette.

Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib," this will bring up the list of WPILib-specific VS Code commands:

.. image:: /docs/software/vscode-overview/images/creating-robot-program/wpilib-commands.png
:alt: Typing WPILib to filter for just the WPILib commands.

Now, select the "Create a new project" command:
Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`. Then, type "WPILib" into the prompt. Since all WPILib commands start with "WPILib", this will bring up the list of WPILib-specific VS Code commands. Now, select the "Create a new project" command:

.. image:: /docs/software/vscode-overview/images/creating-robot-program/create-new-project.png
:alt: Choose "WPILib: Create a new project".
Expand Down

0 comments on commit 989e680

Please sign in to comment.