This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new f7a49bc019 docs: some grammatical improvements for providers index
(#37095)
f7a49bc019 is described below
commit f7a49bc0191defe8575f041d9516ae96d58ad7e9
Author: Vadim Vladimirov
<[email protected]>
AuthorDate: Wed Jan 31 14:37:46 2024 +0300
docs: some grammatical improvements for providers index (#37095)
---
.../templates/PROVIDER_INDEX_TEMPLATE.rst.jinja2 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/dev/breeze/src/airflow_breeze/templates/PROVIDER_INDEX_TEMPLATE.rst.jinja2
b/dev/breeze/src/airflow_breeze/templates/PROVIDER_INDEX_TEMPLATE.rst.jinja2
index 4289016fde..aa48522e1c 100644
--- a/dev/breeze/src/airflow_breeze/templates/PROVIDER_INDEX_TEMPLATE.rst.jinja2
+++ b/dev/breeze/src/airflow_breeze/templates/PROVIDER_INDEX_TEMPLATE.rst.jinja2
@@ -29,7 +29,7 @@
Detailed list of commits <commits>
-Package {{ PACKAGE_PIP_NAME }}
+{{ PACKAGE_PIP_NAME }} package
------------------------------------------------------
{{ PROVIDER_DESCRIPTION | safe }}
@@ -39,8 +39,8 @@ Release: {{ RELEASE }}{{ VERSION_SUFFIX }}
Provider package
----------------
-This is a provider package for ``{{PROVIDER_ID}}`` provider. All classes for
this provider package
-are in ``{{FULL_PACKAGE_NAME}}`` python package.
+This package is for the ``{{PROVIDER_ID}}`` provider.
+All classes for this package are included in the ``{{FULL_PACKAGE_NAME}}``
python package.
{%- if PROVIDER_REMOVED %}
@@ -57,9 +57,9 @@ are in ``{{FULL_PACKAGE_NAME}}`` python package.
Installation
------------
-You can install this package on top of an existing Airflow 2 installation (see
``Requirements`` below)
-for the minimum Airflow version supported) via
-``pip install {{PACKAGE_PIP_NAME}}``
+You can install this package on top of an existing Airflow 2 installation via
+``pip install {{PACKAGE_PIP_NAME}}``.
+For the minimum Airflow version supported, see ``Requirements`` below.
Requirements
------------