Skip to content

Commit 3323538

Browse files
lwasserkierisi
andcommitted
Fix: edits from @kierski
Co-authored-by: Jesse Mostipak <[email protected]> Apply suggestions from code review Co-authored-by: Jesse Mostipak <[email protected]>
1 parent 96f9120 commit 3323538

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ way to create a package, check out our tutorials
5353
:link: package-structure-code/intro
5454
:link-type: doc
5555

56-
Want to better understand the ecosystem?
56+
Understand the Python Packaging Ecosystem
5757
^^^
5858
If you are looking to better understand the tools and options in the
5959
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.
6162
also tools and processes that our community recommends.
6263
:::
6364

@@ -74,12 +75,12 @@ contribute.
7475

7576
## About
7677

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.
7879

7980
It does several things:
8081

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
8384
3. it provides end-to-end tutorials to get you on your way creating a package
8485

8586
```{toctree}
@@ -119,10 +120,10 @@ community make decisions around how to create scientific Python packages. We are
119120

120121
### How this guide is created
121122

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:
123124

124-
- conda & conda-forge
125-
- the python packaging authority
125+
- [conda](https://docs.conda.io/en/latest/)& [conda-forge](https://conda-forge.org/)
126+
- the [Python Packaging Authority](https://www.pypa.io/en/latest/)
126127
- core Python developers
127128
- core scientific Python developers
128129
- and others with expertise in packaging, package documentation, usability and other related knowledge areas

0 commit comments

Comments
 (0)