Skip to content

Commit

Permalink
docs(how-to-guides): edit title (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk authored Aug 15, 2024
1 parent 904532a commit 5702668
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav:
- How-to Guides:
- How-to Guides: how_to_guides/index.md
- Installation:
- How to install aviary with venv: how_to_guides/installation/how_to_install_aviary_with_venv.md
- How to install aviary with pip: how_to_guides/installation/how_to_install_aviary_with_pip.md
- How to install aviary with Docker: how_to_guides/installation/how_to_install_aviary_with_docker.md
- CLI:
- How to run the segmentation pipeline: how_to_guides/cli/how_to_run_the_segmentation_pipeline.md
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to_guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can choose from the following categories:

<div class="grid cards" markdown>

- [**Installation**](installation/how_to_install_aviary_with_venv.md)<br />
- [**Installation**](installation/how_to_install_aviary_with_pip.md)<br />
How to install aviary

- [**CLI**](cli/how_to_run_the_segmentation_pipeline.md)<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Note that with Docker, you can use only the [**command-line interface (CLI)**](.
of aviary.<br />
If you want to use the [Python API](../../api_reference/index.md)
to build a custom pipeline, you need to install the package locally.
Have a look at the [how-to guide](how_to_install_aviary_with_venv.md) for further information.
Have a look at the [how-to guide](how_to_install_aviary_with_pip.md) for further information.

### Step 1: Install Docker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.md-sidebar--secondary { visibility: hidden }
</style>

## How to install aviary with venv
## How to install aviary with pip

Follow along this step-by-step guide to install aviary using a virtual environment.

Expand Down

0 comments on commit 5702668

Please # to comment.