You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/11/09 02:44:20 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3784] [DOCS] Remove unused stale imagine from documentation

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new a3935d8b1 [KYUUBI #3784] [DOCS] Remove unused stale imagine from documentation
a3935d8b1 is described below

commit a3935d8b1543d0da53c8de6f0f3367829dad13b4
Author: Kent Yao <ya...@apache.org>
AuthorDate: Wed Nov 9 10:44:10 2022 +0800

    [KYUUBI #3784] [DOCS] Remove unused stale imagine from documentation
    
    ### _Why are the changes needed?_
    
    The following pictures are removed from master branch, some of them with A-prefix are renamed
    ```
    D       docs/imgs/authorization.png
    D       docs/imgs/ha_failover.png
    D       docs/imgs/impersonation.png
    D       docs/imgs/kyuubi.png
    D       docs/imgs/kyuubi_architecture.png
    D       docs/imgs/kyuubi_internal.png
    D       docs/imgs/kyuubi_logo.png
    D       docs/imgs/kyuubi_logo_gray.png
    D       docs/imgs/kyuubi_logo_legacy.png
    D       docs/imgs/kyuubi_logo_red.png
    D       docs/imgs/kyuubi_logo_white_2.png
    D       docs/imgs/kyuubi_logo_white_legacy.png
    A       docs/imgs/logo.png
    A       docs/imgs/logo_gray_short.png
    A       docs/imgs/logo_red_short.png
    A       docs/imgs/logo_white_short.png
    ```
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3784 from yaooqinn/cleanup.
    
    Closes #3784
    
    66ce11b0 [Kent Yao] [DOCS] Remove unused stale imagine from documentation
    
    Authored-by: Kent Yao <ya...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docker/helm/Chart.yaml                                 |   2 +-
 docs/conf.py                                           |   4 ++--
 docs/develop_tools/index.rst                           |   3 ---
 docs/imgs/authorization.png                            | Bin 113743 -> 0 bytes
 docs/imgs/ha_failover.png                              | Bin 68966 -> 0 bytes
 docs/imgs/impersonation.png                            | Bin 24537 -> 0 bytes
 docs/imgs/kyuubi.png                                   | Bin 129424 -> 0 bytes
 docs/imgs/kyuubi_architecture.png                      | Bin 53855 -> 0 bytes
 docs/imgs/kyuubi_internal.png                          | Bin 19316 -> 0 bytes
 docs/imgs/kyuubi_logo_legacy.png                       | Bin 2663 -> 0 bytes
 docs/imgs/kyuubi_logo_white_legacy.png                 | Bin 2509 -> 0 bytes
 docs/imgs/{kyuubi_logo.png => logo.png}                | Bin
 .../imgs/{kyuubi_logo_gray.png => logo_gray_short.png} | Bin
 docs/imgs/{kyuubi_logo_red.png => logo_red_short.png}  | Bin
 .../{kyuubi_logo_white_2.png => logo_white_short.png}  | Bin
 docs/tools/index.rst                                   |   5 +----
 16 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/docker/helm/Chart.yaml b/docker/helm/Chart.yaml
index 8ed2875e1..9c1a216a1 100644
--- a/docker/helm/Chart.yaml
+++ b/docker/helm/Chart.yaml
@@ -40,7 +40,7 @@ version: 0.1.0
 # It is recommended to use it with quotes.
 appVersion: "1.5.2"
 
-icon: https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docs/imgs/kyuubi_logo.png
+icon: https://raw.githubusercontent.com/apache/incubator-kyuubi/master/docs/imgs/logo.png
 
 sources:
   - https://github.com/apache/incubator-kyuubi/tree/master/docker
\ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index c7435b69d..2ebc358d1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -125,8 +125,8 @@ html_theme_options = {
     "extra_navbar": "Version " + release,
 }
 
-html_logo = 'imgs/kyuubi_logo.png'
-html_favicon = 'imgs/kyuubi_logo_red.png'
+html_logo = 'imgs/logo.png'
+html_favicon = 'imgs/logo_red_short.png'
 html_title = 'Apache Kyuubi'
 
 pygments_style = 'sphinx'
diff --git a/docs/develop_tools/index.rst b/docs/develop_tools/index.rst
index 30207c67b..c56321cb3 100644
--- a/docs/develop_tools/index.rst
+++ b/docs/develop_tools/index.rst
@@ -13,9 +13,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-.. image:: ../imgs/kyuubi_logo.png
-   :align: center
-
 Develop Tools
 =============
 
diff --git a/docs/imgs/authorization.png b/docs/imgs/authorization.png
deleted file mode 100644
index 54a3ddba0..000000000
Binary files a/docs/imgs/authorization.png and /dev/null differ
diff --git a/docs/imgs/ha_failover.png b/docs/imgs/ha_failover.png
deleted file mode 100644
index 870a91e28..000000000
Binary files a/docs/imgs/ha_failover.png and /dev/null differ
diff --git a/docs/imgs/impersonation.png b/docs/imgs/impersonation.png
deleted file mode 100644
index d6f1ceec4..000000000
Binary files a/docs/imgs/impersonation.png and /dev/null differ
diff --git a/docs/imgs/kyuubi.png b/docs/imgs/kyuubi.png
deleted file mode 100644
index de17c46b7..000000000
Binary files a/docs/imgs/kyuubi.png and /dev/null differ
diff --git a/docs/imgs/kyuubi_architecture.png b/docs/imgs/kyuubi_architecture.png
deleted file mode 100644
index aa7c058a5..000000000
Binary files a/docs/imgs/kyuubi_architecture.png and /dev/null differ
diff --git a/docs/imgs/kyuubi_internal.png b/docs/imgs/kyuubi_internal.png
deleted file mode 100644
index 02e2d52d1..000000000
Binary files a/docs/imgs/kyuubi_internal.png and /dev/null differ
diff --git a/docs/imgs/kyuubi_logo_legacy.png b/docs/imgs/kyuubi_logo_legacy.png
deleted file mode 100644
index 1157e56f6..000000000
Binary files a/docs/imgs/kyuubi_logo_legacy.png and /dev/null differ
diff --git a/docs/imgs/kyuubi_logo_white_legacy.png b/docs/imgs/kyuubi_logo_white_legacy.png
deleted file mode 100644
index 4588616e4..000000000
Binary files a/docs/imgs/kyuubi_logo_white_legacy.png and /dev/null differ
diff --git a/docs/imgs/kyuubi_logo.png b/docs/imgs/logo.png
similarity index 100%
rename from docs/imgs/kyuubi_logo.png
rename to docs/imgs/logo.png
diff --git a/docs/imgs/kyuubi_logo_gray.png b/docs/imgs/logo_gray_short.png
similarity index 100%
rename from docs/imgs/kyuubi_logo_gray.png
rename to docs/imgs/logo_gray_short.png
diff --git a/docs/imgs/kyuubi_logo_red.png b/docs/imgs/logo_red_short.png
similarity index 100%
rename from docs/imgs/kyuubi_logo_red.png
rename to docs/imgs/logo_red_short.png
diff --git a/docs/imgs/kyuubi_logo_white_2.png b/docs/imgs/logo_white_short.png
similarity index 100%
rename from docs/imgs/kyuubi_logo_white_2.png
rename to docs/imgs/logo_white_short.png
diff --git a/docs/tools/index.rst b/docs/tools/index.rst
index 079e8617b..55281e0d8 100644
--- a/docs/tools/index.rst
+++ b/docs/tools/index.rst
@@ -13,11 +13,8 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-.. image:: ../imgs/kyuubi_logo.png
-   :align: center
-
 Tools
-===========
+=====
 
 .. toctree::
     :maxdepth: 2