Skip to content

Commit ff99867

Browse files
committed
✏️ FIX: Index order in python guide
1 parent a078a99 commit ff99867

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

content/guides/python/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ params:
1515
time: 20 minutes
1616
---
1717

18+
> **Acknowledgment**
19+
>
20+
> This guide is a community contribution. Docker would like to thank
21+
> [Esteban Maya](https://www.linkedin.com/in/esteban-x64/) and [Igor Aleksandrov](https://www.linkedin.com/in/igor-aleksandrov/) for their contribution
22+
> to this guide.
23+
1824
The Python language-specific guide teaches you how to containerize a Python application using Docker. In this guide, you’ll learn how to:
1925

2026
- Containerize and run a Python application

content/guides/python/configure-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ Related information:
132132

133133
## Next steps
134134

135-
In the next section, you'll learn how you can develop your application using containers.
135+
In the next section, you'll learn how you can develop locally using kubernetes.
136136

content/guides/python/containerize.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,4 @@ Related information:
375375

376376
## Next steps
377377

378-
In the next section, you'll take a look at how to set up a CI pipeline using GitHub Actions.
379-
380-
378+
In the next section, you'll take a look at how to set up a local development environment using docker containers.

content/guides/python/develop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use containers for Python development
33
linkTitle: Develop your app
4-
weight: 40
4+
weight: 15
55
keywords: python, local, development
66
description: Learn how to develop your Python application locally.
77
aliases:
@@ -569,4 +569,4 @@ Related information:
569569

570570
## Next steps
571571

572-
In the next section, you'll learn how you can locally test and debug your workloads on Kubernetes before deploying.
572+
In the next section, you'll learn how you can set up linting, formatting and type checking to follow the best practices in python apps.

content/guides/python/lint-format-typing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ These tools help maintain code quality and catch errors early in development.
117117

118118
## Next Steps
119119

120-
- [Configure CI/CD](configure-ci-cd.md) to run these checks automatically
120+
- [Configure Github Actions](configure-github-actions.md) to run these checks automatically
121121
- Customize linting rules to match your team's style preferences
122122
- Explore advanced type checking features

0 commit comments

Comments
 (0)