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 54d1879c70 Switch still some remaining places in Airflow docs with TM 
to (R) (#40860)
54d1879c70 is described below

commit 54d1879c70539b6a12d88d082d125b328fa0ae8f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Jul 18 14:17:07 2024 +0200

    Switch still some remaining places in Airflow docs with TM to (R) (#40860)
---
 docs/apache-airflow/index.rst                                | 12 ++++++------
 docs/apache-airflow/installation/index.rst                   |  4 ++--
 docs/apache-airflow/installation/installing-from-pypi.rst    |  8 ++++----
 docs/apache-airflow/installation/installing-from-sources.rst |  4 ++--
 docs/apache-airflow/installation/prerequisites.rst           |  4 ++--
 docs/apache-airflow/installation/upgrading.rst               |  2 +-
 6 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/docs/apache-airflow/index.rst b/docs/apache-airflow/index.rst
index 258c8a126c..bc0106a556 100644
--- a/docs/apache-airflow/index.rst
+++ b/docs/apache-airflow/index.rst
@@ -15,7 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
-What is Airflow™?
+What is Airflow®?
 =========================================
 
 `Apache Airflow® <https://github.com/apache/airflow>`_ is an open-source 
platform for developing, scheduling,
@@ -30,7 +30,7 @@ The main characteristic of Airflow workflows is that all 
workflows are defined i
 code" serves several purposes:
 
 - **Dynamic**: Airflow pipelines are configured as Python code, allowing for 
dynamic pipeline generation.
-- **Extensible**: The Airflow™ framework contains operators to connect with 
numerous technologies. All Airflow components are extensible to easily adjust 
to your environment.
+- **Extensible**: The Airflow® framework contains operators to connect with 
numerous technologies. All Airflow components are extensible to easily adjust 
to your environment.
 - **Flexible**: Workflow parameterization is built-in leveraging the `Jinja 
<https://jinja.palletsprojects.com>`_ templating engine.
 
 Take a look at the following snippet of code:
@@ -79,9 +79,9 @@ Each column represents one DAG run. These are two of the most 
used views in Airf
 other views which allow you to deep dive into the state of your workflows.
 
 
-Why Airflow™?
+Why Airflow®?
 =========================================
-Airflow™ is a batch workflow orchestration platform. The Airflow framework 
contains operators to connect with
+Airflow® is a batch workflow orchestration platform. The Airflow framework 
contains operators to connect with
 many technologies and is easily extensible to connect with a new technology. 
If your workflows have a clear
 start and end, and run at regular intervals, they can be programmed as an 
Airflow DAG.
 
@@ -118,10 +118,10 @@ such as `Slack <https://s.apache.org/airflow-slack>`_ and 
mailing lists.
 Airflow as a Platform is highly customizable. By utilizing 
:doc:`public-airflow-interface` you can extend
 and customize almost every aspect of Airflow.
 
-Why not Airflow™?
+Why not Airflow®?
 =================
 
-Airflow™ was built for finite batch workflows. While the CLI and REST API do 
allow triggering workflows,
+Airflow® was built for finite batch workflows. While the CLI and REST API do 
allow triggering workflows,
 Airflow was not built for infinitely running event-based workflows. Airflow is 
not a streaming solution.
 However, a streaming system such as Apache Kafka is often seen working 
together with Apache Airflow. Kafka can
 be used for ingestion and processing in real-time, event data is written to a 
storage location, and Airflow
diff --git a/docs/apache-airflow/installation/index.rst 
b/docs/apache-airflow/installation/index.rst
index d1de5983dd..8b0eecacd4 100644
--- a/docs/apache-airflow/installation/index.rst
+++ b/docs/apache-airflow/installation/index.rst
@@ -16,7 +16,7 @@
     under the License.
 
 
-Installation of Airflow™
+Installation of Airflow®
 ------------------------
 
 .. contents:: :local:
@@ -34,7 +34,7 @@ Installation of Airflow™
     Setting up the database <setting-up-the-database>
     Upgrading <upgrading>
 
-This page describes installations options that you might use when considering 
how to install Airflow™.
+This page describes installations options that you might use when considering 
how to install Airflow®.
 Airflow consists of many components, often distributed among many physical or 
virtual machines, therefore
 installation of Airflow might be quite complex, depending on the options you 
choose.
 
diff --git a/docs/apache-airflow/installation/installing-from-pypi.rst 
b/docs/apache-airflow/installation/installing-from-pypi.rst
index 96758e34e7..8c689da5e1 100644
--- a/docs/apache-airflow/installation/installing-from-pypi.rst
+++ b/docs/apache-airflow/installation/installing-from-pypi.rst
@@ -63,7 +63,7 @@ Those are just examples, see further for more explanation why 
those are the best
 .. note::
 
    Generally speaking, Python community established practice is to perform 
application installation in a
-   virtualenv created with ``virtualenv`` or ``venv`` tools. You can also use 
``pipx`` to install Airflow™ in a
+   virtualenv created with ``virtualenv`` or ``venv`` tools. You can also use 
``pipx`` to install Airflow® in a
    application dedicated virtual environment created for you. There are also 
other tools that can be used
    to manage your virtualenv installation and you are free to choose how you 
are managing the environments.
    Airflow has no limitation regarding to the tool of your choice when it 
comes to virtual environment.
@@ -80,7 +80,7 @@ Constraints files
 Why we need constraints
 =======================
 
-Airflow™ installation can be tricky because Airflow is both a library and an 
application.
+Airflow® installation can be tricky because Airflow is both a library and an 
application.
 
 Libraries usually keep their dependencies open and applications usually pin 
them, but we should do neither
 and both at the same time. We decided to keep our dependencies as open as 
possible
@@ -239,10 +239,10 @@ Installation and upgrade scenarios
 
 In order to simplify the installation, we have prepared examples of how to 
upgrade Airflow and providers.
 
-Installing Airflow™ with extras and providers
+Installing Airflow® with extras and providers
 =============================================
 
-If you need to install extra dependencies of Airflow™, you can use the script 
below to make an installation
+If you need to install extra dependencies of Airflow®, you can use the script 
below to make an installation
 a one-liner (the example below installs Postgres and Google providers, as well 
as ``async`` extra).
 
 .. code-block:: bash
diff --git a/docs/apache-airflow/installation/installing-from-sources.rst 
b/docs/apache-airflow/installation/installing-from-sources.rst
index 77569f9f71..92053841a8 100644
--- a/docs/apache-airflow/installation/installing-from-sources.rst
+++ b/docs/apache-airflow/installation/installing-from-sources.rst
@@ -23,7 +23,7 @@ Released packages
 
 .. jinja:: official_download_page
 
-    This page describes downloading and verifying Airflow™ version
+    This page describes downloading and verifying Airflow® version
     ``{{ airflow_version }}`` using officially released packages.
     You can also install ``Apache Airflow`` - as most Python packages - via 
:doc:`PyPI <installing-from-pypi>`.
     You can choose different version of Airflow by selecting different version 
from the drop-down at
@@ -41,7 +41,7 @@ dependencies. In case of ``pip`` it means that at least 
version 22.1.0 is needed
 2022) to build or install Airflow from sources. This does not affect the 
ability of installing Airflow from
 released wheel packages.
 
-The |version| downloads of Airflow™ are available at:
+The |version| downloads of Airflow® are available at:
 
 .. jinja:: official_download_page
 
diff --git a/docs/apache-airflow/installation/prerequisites.rst 
b/docs/apache-airflow/installation/prerequisites.rst
index 017b6443b6..e07d220dd8 100644
--- a/docs/apache-airflow/installation/prerequisites.rst
+++ b/docs/apache-airflow/installation/prerequisites.rst
@@ -18,7 +18,7 @@
 Prerequisites
 -------------
 
-Airflow™ is tested with:
+Airflow® is tested with:
 
 * Python: 3.8, 3.9, 3.10, 3.11, 3.12
 
@@ -49,7 +49,7 @@ wildly on the deployment options you have
 
 .. warning::
 
-  Airflow™ currently can be run on POSIX-compliant Operating Systems. For 
development it is regularly
+  Airflow® currently can be run on POSIX-compliant Operating Systems. For 
development it is regularly
   tested on fairly modern Linux Distros that our contributors use and recent 
versions of MacOS.
   On Windows you can run it via WSL2 (Windows Subsystem for Linux 2) or via 
Linux Containers.
   The work to add Windows support is tracked via `#10388 
<https://github.com/apache/airflow/issues/10388>`__
diff --git a/docs/apache-airflow/installation/upgrading.rst 
b/docs/apache-airflow/installation/upgrading.rst
index 38f17fdaa2..8f33db6b19 100644
--- a/docs/apache-airflow/installation/upgrading.rst
+++ b/docs/apache-airflow/installation/upgrading.rst
@@ -15,7 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
-Upgrading Airflow™ to a newer version
+Upgrading Airflow® to a newer version
 -------------------------------------
 
 Why you need to upgrade

Reply via email to