vincbeck opened a new pull request, #23810:
URL: https://github.com/apache/airflow/pull/23810
The purpose of this PR is to reformat the whole AWS documentation in order
to have one consistent format across the Amazon provider package.
The new format is:
```
==============
<Service name>
==============
<Description of the service>
Prerequisite Tasks
------------------
.. include:: _partials/prerequisite_tasks.rst
Operators
---------
.. _howto/operator:<Operator1Name>:
<Action of the operator 1>
==========================
<Description of the operator 1>
.. exampleinclude::
/../../airflow/providers/amazon/aws/example_dags/<example_dag>.py
:language: python
:dedent: 4
:start-after: [START howto_operator_<flag_operator1>]
:end-before: [END howto_operator_<flag_operator1>]
Sensors
-------
.. _howto/sensor:<Sensor1Name>:
<Action of the sensor 1>
========================
<Description of the sensor1>
.. exampleinclude::
/../../airflow/providers/amazon/aws/example_dags/<example_dag>.py
:language: python
:dedent: 4
:start-after: [START howto_sensor_<flag_sensor1>]
:end-before: [END howto_sensor_<flag_sensor1>]
References
----------
<List of references related to the service. e.g. boto3 link>
```
Although this PR looks big, there is very little content updates. Most of
the updates are format related.
--
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]