Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Make the providers operators/hooks reference much more usable #17768

Merged
merged 1 commit into from
Aug 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ASF: Apache Software Foundation

Airflow supports various software created by `Apache Software Foundation <https://www.apache.org/foundation/>`__.

Software operators and hooks
----------------------------
Software
--------

These integrations allow you to perform various operations within software developed by Apache Software
Foundation.
Expand All @@ -31,8 +31,8 @@ Foundation.
:header-separator: "


Transfer operators and hooks
----------------------------
Transfers
---------

These integrations allow you to copy data from/to software developed by Apache Software
Foundation.
Expand Down
8 changes: 4 additions & 4 deletions docs/apache-airflow-providers/operators-and-hooks-ref/aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ Airflow has support for `Amazon Web Services <https://aws.amazon.com/>`__.

All hooks are based on :mod:`airflow.providers.amazon.aws.hooks.base_aws`.

Service operators and hooks
'''''''''''''''''''''''''''
Services
''''''''

These integrations allow you to perform various operations within the Amazon Web Services.

.. operators-hooks-ref::
:tags: aws
:header-separator: "

Transfer operators and hooks
''''''''''''''''''''''''''''
Transfers
'''''''''

These integrations allow you to copy data from/to Amazon Web Services.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ Airflow has limited support for `Microsoft Azure <https://azure.microsoft.com/>`
Some hooks are based on :mod:`airflow.providers.microsoft.azure.hooks.base_azure`
which authenticate Azure's Python SDK Clients.

Service operators and hooks
'''''''''''''''''''''''''''
Services
''''''''

These integrations allow you to perform various operations within the Microsoft Azure.

.. operators-hooks-ref::
:tags: azure
:header-separator: "

Transfer operators and hooks
''''''''''''''''''''''''''''
Transfers
'''''''''

These integrations allow you to copy data from/to Microsoft Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Airflow has extensive support for the `Google Cloud <https://cloud.google.com/>`
<https://github.com/apache/airflow/tree/main/airflow/providers/google/cloud/example_dags/>`_


Service operators and hooks
"""""""""""""""""""""""""""
Services
""""""""

These integrations allow you to perform various operations within the Google Cloud.

Expand All @@ -51,8 +51,8 @@ These integrations allow you to perform various operations within the Google Clo
:header-separator: !


Transfer operators and hooks
""""""""""""""""""""""""""""
Transfers
"""""""""

These integrations allow you to copy data from/to Google Cloud.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Operators and Hooks Reference
Here is a list of operators and hooks that are released independently of the Airflow core. A list of core operators is available in the documentation for ``apache-airflow``: :doc:`Core Operators and Hooks Reference <operators-and-hooks-ref>`.

.. toctree::
:maxdepth: 2
:maxdepth: 3
:glob:

*
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
Protocol integrations
---------------------

Protocol operators and hooks
''''''''''''''''''''''''''''
Protocols
'''''''''

These integrations allow you to perform various operations within various services using standardized
communication protocols or interface.
Expand All @@ -28,8 +28,8 @@ communication protocols or interface.
:tags: protocol
:header-separator: "

Transfer operators and hooks
''''''''''''''''''''''''''''
Transfers
'''''''''

These integrations allow you to copy data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
Services
--------

Service operators and hooks
'''''''''''''''''''''''''''
Services
''''''''

These integrations allow you to perform various operations within various services.

Expand All @@ -28,8 +28,8 @@ These integrations allow you to perform various operations within various servic
:header-separator: "


Transfer operators and hooks
''''''''''''''''''''''''''''
Transfers
'''''''''

These integrations allow you to perform various operations within various services.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
Software integrations
---------------------

Software operators and hooks
''''''''''''''''''''''''''''
Software
''''''''

These integrations allow you to perform various operations using various software.

Expand All @@ -28,8 +28,8 @@ These integrations allow you to perform various operations using various softwar
:header-separator: "


Transfer operators and hooks
''''''''''''''''''''''''''''
Transfers
'''''''''

These integrations allow you to copy data.

Expand Down