You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,12 @@ way to create a package, check out our tutorials
53
53
:link: package-structure-code/intro
54
54
:link-type: doc
55
55
56
-
✨ Want to better understand the ecosystem? ✨
56
+
✨ Understand the Python Packaging Ecosystem ✨
57
57
^^^
58
58
If you are looking to better understand the tools and options in the
59
59
diverse Python packaging ecosystem, then this section is for you. Here
60
-
you will learn about the most commonly used tools in the ecosystem and
60
+
you will learn about the most commonly used tools in the ecosystem as
61
+
well as the tools and processes that our community recommends.
61
62
also tools and processes that our community recommends.
62
63
:::
63
64
@@ -74,12 +75,12 @@ contribute.
74
75
75
76
## About
76
77
77
-
This guide is designed to guide you through your Python packaging experience.
78
+
This guide is designed to walk you through a typical Python packaging experience.
78
79
79
80
It does several things:
80
81
81
-
1. it provides an overview of the various elements of a python package
82
-
2. it provides and overview of tools to create python packages and recommends best practices
82
+
1. it provides an overview of the various elements of a Python package
83
+
2. it provides and overview of tools to create Python packages and recommends best practices
83
84
3. it provides end-to-end tutorials to get you on your way creating a package
84
85
85
86
```{toctree}
@@ -119,10 +120,10 @@ community make decisions around how to create scientific Python packages. We are
119
120
120
121
### How this guide is created
121
122
122
-
This guide is created by pyOpenSci through an extensive review process. Each page in the guide has been reviewed by experts in the broader Python packaging landscape including people from:
123
+
This guide is created by pyOpenSci through an extensive review process. Each page in the guide has been reviewed by experts in the broader Python packaging landscape, including people from:
0 commit comments