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 42638549ef replace ~ with . for marking up sections (#33369)
42638549ef is described below
commit 42638549efb5fccce8b5a93e3c2d05716f4ec59c
Author: Quentin Leroy <[email protected]>
AuthorDate: Sun Aug 13 11:40:16 2023 -0700
replace ~ with . for marking up sections (#33369)
* replace ~ with - for marking up sections
* fix TOC level with '.'
---
BREEZE.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/BREEZE.rst b/BREEZE.rst
index 352ba5150e..b2694a9fde 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -2449,7 +2449,7 @@ you need to do when you are adding system level (debian)
level, Python (pip) dep
dependencies for the webserver.
Python dependencies
-~~~~~~~~~~~~~~~~~~~
+...................
For temporary adding and modifying the dependencies, you just (in Breeze
shell) run
``pip install <dependency>`` or similar - in the same way as you would do it
@@ -2492,7 +2492,7 @@ breeze ci-image build --upgrade-to-newer-dependencies
System (debian) dependencies
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+............................
You can install ``apt-get`` dependencies temporarily by running ``apt-get
install <dependency>`` in
Breeze shell. Those dependencies will disappear when you exit Breeze shell.
@@ -2531,7 +2531,7 @@ breeze ci-image build --upgrade-to-newer-dependencies
```
Node (yarn) dependencies
-~~~~~~~~~~~~~~~~~~~~~~~~
+........................
If you need to change "node" dependencies in ``airflow/www``, you need to
compile them in the
host with ``breeze compile-www-assets`` command. No need to rebuild the image.