Skip to content

Commit

Permalink
Fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Aug 28, 2024
1 parent 7a433fc commit f29ef92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/fundamentals/dashboard/standalone-for-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ The [Aspire dashboard](overview.md) provides a great UI for viewing telemetry, a

> [!div class="checklist"]
>
> - Start the Aspire dashboard in standalone mode.
> - Use the Aspire dashboard with a Python application.
> - Start the Aspire dashboard in standalone mode.
> - Use the Aspire dashboard with a Python application.
## Prerequisites

To complete this tutorial, you need the following:

- [Docker](https://docs.docker.com/get-docker/)
- You can use an alternative container runtime, but the commands in this article are for Docker.
- [Python 3.12 or higher](https://www.python.org/downloads/) locally installed
- A sample allication
- [Docker](https://docs.docker.com/get-docker/)
- You can use an alternative container runtime, but the commands in this article are for Docker.
- [Python 3.12 or higher](https://www.python.org/downloads/) locally installed
- A sample allication

## Sample application

Expand Down
2 changes: 1 addition & 1 deletion docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ items:
items:
- name: Overview
href: fundamentals/dashboard/standalone.md
- name: Tutorial: Use the dashboard in standalone mode with Python
- name: Using the dashboard in standalone mode with Python
href: fundamentals/dashboard/standalone-for-python.md
- name: Configuration
href: fundamentals/dashboard/configuration.md
Expand Down

0 comments on commit f29ef92

Please sign in to comment.