Skip to content

Commit

Permalink
Fix small issues with breeze docs moved to new place (#36937)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jan 22, 2024
1 parent e34b253 commit 03682eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions dev/breeze/doc/03_developer_tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,6 @@ These are all available flags of ``down`` command:
:alt: Breeze down


Next step: Follow the `Troubleshooting <04_troubleshooting.rst>`_ guide to troubleshoot your Breeze environment.


Using local virtualenv environment in Your Host IDE
---------------------------------------------------

Expand Down Expand Up @@ -555,4 +552,6 @@ To use your host IDE with Breeze:
Note that you can also use the local virtualenv for Airflow development without Breeze.
This is a lightweight solution that has its own limitations.

More details on using the local virtualenv are available in the `LOCAL_VIRTUALENV.rst <LOCAL_VIRTUALENV.rst>`_.
More details on using the local virtualenv are available in the `Local Virtualenv <../../../LOCAL_VIRTUALENV.rst>`_.

Next step: Follow the `Troubleshooting <04_troubleshooting.rst>`_ guide to troubleshoot your Breeze environment.
2 changes: 1 addition & 1 deletion dev/breeze/doc/05_test_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -603,5 +603,5 @@ All parameters of the command are here:
:width: 100%
:alt: Breeze k8s logs

Next step: Follow the `Managing Breeze images <06_managing_breeze_images.rst>`_ guide to learn how to manage
Next step: Follow the `Managing Breeze images <06_managing_docker_images.rst>`_ guide to learn how to manage
CI and PROD images of Breeze.
2 changes: 1 addition & 1 deletion dev/breeze/doc/09_release_management_tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ In order to generate providers requirements, we need docker images with all airf
such images are built with the ``build-all-airflow-images`` command.
This command will build one docker image per python version, with all the airflow versions >=2.0.0 compatible.

.. image:: ./images/output_sbom_build-all-airflow-images.svg.svg
.. image:: ./images/output_sbom_build-all-airflow-images.svg
:target: https://raw.githubusercontent.com/apache/airflow/main/dev/breeze/images/output_sbom_build-all-airflow-images.svg
:width: 100%
:alt: Breeze build all airflow images
Expand Down

0 comments on commit 03682eb

Please sign in to comment.