potiuk commented on code in PR #47798:
URL: https://github.com/apache/airflow/pull/47798#discussion_r2005815833


##########
airflow-core/docs/index.rst:
##########
@@ -186,10 +186,3 @@ so coding will always be required.
 
     Database Migrations <migrations-ref>
     Database ERD Schema <database-erd-ref>
-
-.. toctree::
-    :hidden:
-    :maxdepth: 1
-    :caption: System tests
-
-    System Tests <_api/tests/system/core/index>

Review Comment:
   They made no sense whatsoever - it's a remnant from where we had more system 
tests there but now ...
   
   Look here: 
https://airflow.apache.org/docs/apache-airflow/stable/_api/tests/system/core/index.html
 
   
   That's useless :)



##########
airflow-core/docs/installation/dependencies.rst:
##########
@@ -29,37 +29,37 @@ yum package, or whatever equivalent applies on the 
distribution you are using.
 
 Most of the extra dependencies are linked to a corresponding provider package. 
For example "amazon" extra
 has a corresponding ``apache-airflow-providers-amazon`` provider package to be 
installed. When you install
-Airflow with such extras, the necessary provider packages are installed 
automatically (latest versions from
-PyPI for those packages). However, you can freely upgrade and install provider 
packages independently from
+Airflow with such extras, the necessary provider distributions are installed 
automatically (latest versions from
+PyPI for those packages). However, you can freely upgrade and install provider 
distributions independently from
 the main Airflow installation.
 
 For the list of the extras and what they enable, see: 
:doc:`/extra-packages-ref`.
 
-Provider packages
-'''''''''''''''''
+provider distributions

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to