@@ -8,7 +8,7 @@ If you're familiar with Python packaging and installation, and just want to know
88what tools are currently recommended, then here it is.
99
1010
11- Application Dependency Management
11+ Application dependency management
1212=================================
1313
1414Use :ref: `pipenv ` to manage library dependencies when developing Python
@@ -18,7 +18,7 @@ on using ``pipenv``.
1818Consider other tools such as :ref: `pip ` when ``pipenv `` does not meet your use
1919case.
2020
21- Installation Tool Recommendations
21+ Installation tool recommendations
2222=================================
2323
2424* Use :ref: `pip ` to install Python :term: `packages <Distribution Package> ` from
@@ -38,7 +38,7 @@ Installation Tool Recommendations
3838 on the scientific community.
3939
4040
41- Packaging Tool Recommendations
41+ Packaging tool recommendations
4242==============================
4343
4444* Use :ref: `setuptools ` to define projects and create :term: `Source Distributions
@@ -52,7 +52,7 @@ Packaging Tool Recommendations
5252 to :term: `PyPI <Python Package Index (PyPI)> `.
5353
5454
55- Publishing Platform Migration
55+ Publishing platform migration
5656=============================
5757
5858The original Python Package Index implementation (hosted at
0 commit comments