Skip to content

Commit

Permalink
fix environment_setup ref
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Dec 12, 2023
1 parent c533167 commit d61b209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
PROTO_REF_PATTERN: PROTO_REF_REPLACE,
r"/protos/docs/service/index": r"/protos/docs/service/service",
r"<weather_forecasting>": r"</flytesnacks/weather_forecasting>",
r"<environment_setup>": r"</flytesnacks/environment_setup>"
}

import_projects_config = {
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ contribute its architecture and design. You can also access the
* - {doc}`🔤 Intro to Flyte <introduction>`
- Get your first workflow running, learn about the Flyte development lifecycle
and core use cases.
* - {doc}`📖 User Guide <userguide>`
* - {doc}`📖 User Guide <flytesnacks/userguide>`
- A comprehensive view of Flyte's functionality for data and ML practitioners.
* - {doc}`📚 Tutorials <tutorials>`
* - {doc}`📚 Tutorials <flytesnacks/tutorials>`
- End-to-end examples of Flyte for data/feature engineering, machine learning,
bioinformatics, and more.
* - {doc}`🔌 Integrations <integrations>`
* - {doc}`🔌 Integrations <flytesnacks/integrations>`
- Leverage a rich ecosystem of third-party tools and libraries to make your
Flyte workflows even more effective.
* - {ref}`🚀 Deployment Guide <deployment>`
Expand Down

0 comments on commit d61b209

Please sign in to comment.