summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 02:39:55 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 13:19:51 +0000
commitb7c2e2b49ca2db77051410bed87f034306222b42 (patch)
treeb64e84884022e9f87c6bf1b44ca0cfd09f412c57
parent9fd5fb36e9dd634a08b29be759d6e4959b703adc (diff)
downloadpython-setuptools-git-b7c2e2b49ca2db77051410bed87f034306222b42.tar.gz
Rename logo files
-rw-r--r--docs/conf.py5
-rw-r--r--docs/images/README.rst (renamed from docs/logo/README.rst)6
-rw-r--r--docs/images/banner-640x320.png (renamed from docs/logo/banner-github.png)bin15763 -> 15763 bytes
-rw-r--r--docs/images/banner-640x320.svg (renamed from docs/logo/banner-github.svg)0
-rw-r--r--docs/images/banner-negative-640x320.png (renamed from docs/logo/banner-negative-github.png)bin18004 -> 18004 bytes
-rw-r--r--docs/images/banner-negative-640x320.svg (renamed from docs/logo/banner-negative-github.svg)0
-rw-r--r--docs/images/logo-demo-editable-inkscape.png (renamed from docs/logo/demo-editable-inkscape.png)bin90174 -> 90174 bytes
-rw-r--r--docs/images/logo-demo-editable-inkscape.svg (renamed from docs/logo/demo-editable-inkscape.svg)0
-rw-r--r--docs/images/logo-editable-inkscape.png (renamed from docs/logo/editable-inkscape.png)bin13249 -> 13249 bytes
-rw-r--r--docs/images/logo-editable-inkscape.svg (renamed from docs/logo/editable-inkscape.svg)0
-rw-r--r--docs/images/logo-inline-negative.png (renamed from docs/logo/banner-negative.png)bin8985 -> 8985 bytes
-rw-r--r--docs/images/logo-inline-negative.svg (renamed from docs/logo/banner-negative.svg)0
-rw-r--r--docs/images/logo-inline.png (renamed from docs/logo/banner.png)bin8216 -> 8216 bytes
-rw-r--r--docs/images/logo-inline.svg (renamed from docs/logo/banner.svg)0
-rw-r--r--docs/images/logo-negative.png (renamed from docs/logo/paths-negative.png)bin14594 -> 14594 bytes
-rw-r--r--docs/images/logo-negative.svg (renamed from docs/logo/paths-negative.svg)0
-rw-r--r--docs/images/logo-over-white.png (renamed from docs/logo/paths-over-white.png)bin13915 -> 13915 bytes
-rw-r--r--docs/images/logo-over-white.svg (renamed from docs/logo/paths-over-white.svg)0
-rw-r--r--docs/images/logo-symbol-only.png (renamed from docs/logo/symbol-only.png)bin8506 -> 8506 bytes
-rw-r--r--docs/images/logo-symbol-only.svg (renamed from docs/logo/symbol-only.svg)0
-rw-r--r--docs/images/logo-text-only.png (renamed from docs/logo/text-only.png)bin4705 -> 4705 bytes
-rw-r--r--docs/images/logo-text-only.svg (renamed from docs/logo/text-only.svg)0
-rw-r--r--docs/images/logo.png (renamed from docs/logo/paths.png)bin13208 -> 13208 bytes
-rw-r--r--docs/images/logo.svg (renamed from docs/logo/paths.svg)0
-rw-r--r--docs/index.rst2
25 files changed, 6 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c55af0bd..06a61a8c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -101,16 +101,15 @@ default_role = 'any'
# HTML theme
html_theme = 'furo'
-html_static_path = ['logo']
+html_logo = "images/logo.png"
+html_static_path = ['images']
html_theme_options = {
"sidebar_hide_name": True,
- "light_logo": "paths.png",
"light_css_variables": {
"color-brand-primary": "#336790", # "blue"
"color-brand-content": "#336790",
},
- "dark_logo": "paths-negative.png",
"dark_css_variables": {
"color-brand-primary": "#E5B62F", # "yellow"
"color-brand-content": "#E5B62F",
diff --git a/docs/logo/README.rst b/docs/images/README.rst
index b42eaf79..e1dddc1d 100644
--- a/docs/logo/README.rst
+++ b/docs/images/README.rst
@@ -4,7 +4,7 @@
Artwork
=======
-.. figure:: paths-over-white.svg
+.. figure:: logo-over-white.svg
:align: center
Setuptools logo, designed in 2021 by `Anderson Bravalheri`_
@@ -37,7 +37,7 @@ on the circumstances:
The following image illustrate these alternatives:
-.. image:: demo-editable-inkscape.png
+.. image:: logo-demo-editable-inkscape.png
:align: center
Please refer to the SVG files in the `setuptools repository`_ for the specific
@@ -48,7 +48,7 @@ Working with the Design
=======================
The `setuptools repository`_ contains a series of vector representations of the
-design under the ``docs/logo`` directory. These representations can be
+design under the ``docs/images`` directory. These representations can be
manipulated via any graphic editor that support SVG files,
however the free and open-source software Inkscape_ is recommended for maximum
compatibility.
diff --git a/docs/logo/banner-github.png b/docs/images/banner-640x320.png
index ce7f99f2..ce7f99f2 100644
--- a/docs/logo/banner-github.png
+++ b/docs/images/banner-640x320.png
Binary files differ
diff --git a/docs/logo/banner-github.svg b/docs/images/banner-640x320.svg
index 8222f645..8222f645 100644
--- a/docs/logo/banner-github.svg
+++ b/docs/images/banner-640x320.svg
diff --git a/docs/logo/banner-negative-github.png b/docs/images/banner-negative-640x320.png
index c0126f8b..c0126f8b 100644
--- a/docs/logo/banner-negative-github.png
+++ b/docs/images/banner-negative-640x320.png
Binary files differ
diff --git a/docs/logo/banner-negative-github.svg b/docs/images/banner-negative-640x320.svg
index fd5535fd..fd5535fd 100644
--- a/docs/logo/banner-negative-github.svg
+++ b/docs/images/banner-negative-640x320.svg
diff --git a/docs/logo/demo-editable-inkscape.png b/docs/images/logo-demo-editable-inkscape.png
index 70ca467b..70ca467b 100644
--- a/docs/logo/demo-editable-inkscape.png
+++ b/docs/images/logo-demo-editable-inkscape.png
Binary files differ
diff --git a/docs/logo/demo-editable-inkscape.svg b/docs/images/logo-demo-editable-inkscape.svg
index 45969b11..45969b11 100644
--- a/docs/logo/demo-editable-inkscape.svg
+++ b/docs/images/logo-demo-editable-inkscape.svg
diff --git a/docs/logo/editable-inkscape.png b/docs/images/logo-editable-inkscape.png
index 09036fcc..09036fcc 100644
--- a/docs/logo/editable-inkscape.png
+++ b/docs/images/logo-editable-inkscape.png
Binary files differ
diff --git a/docs/logo/editable-inkscape.svg b/docs/images/logo-editable-inkscape.svg
index 1b323a5d..1b323a5d 100644
--- a/docs/logo/editable-inkscape.svg
+++ b/docs/images/logo-editable-inkscape.svg
diff --git a/docs/logo/banner-negative.png b/docs/images/logo-inline-negative.png
index 6718373f..6718373f 100644
--- a/docs/logo/banner-negative.png
+++ b/docs/images/logo-inline-negative.png
Binary files differ
diff --git a/docs/logo/banner-negative.svg b/docs/images/logo-inline-negative.svg
index deed96e6..deed96e6 100644
--- a/docs/logo/banner-negative.svg
+++ b/docs/images/logo-inline-negative.svg
diff --git a/docs/logo/banner.png b/docs/images/logo-inline.png
index 33e0e484..33e0e484 100644
--- a/docs/logo/banner.png
+++ b/docs/images/logo-inline.png
Binary files differ
diff --git a/docs/logo/banner.svg b/docs/images/logo-inline.svg
index 11ab7df7..11ab7df7 100644
--- a/docs/logo/banner.svg
+++ b/docs/images/logo-inline.svg
diff --git a/docs/logo/paths-negative.png b/docs/images/logo-negative.png
index c025f4fd..c025f4fd 100644
--- a/docs/logo/paths-negative.png
+++ b/docs/images/logo-negative.png
Binary files differ
diff --git a/docs/logo/paths-negative.svg b/docs/images/logo-negative.svg
index 23a553d3..23a553d3 100644
--- a/docs/logo/paths-negative.svg
+++ b/docs/images/logo-negative.svg
diff --git a/docs/logo/paths-over-white.png b/docs/images/logo-over-white.png
index 60bbff30..60bbff30 100644
--- a/docs/logo/paths-over-white.png
+++ b/docs/images/logo-over-white.png
Binary files differ
diff --git a/docs/logo/paths-over-white.svg b/docs/images/logo-over-white.svg
index 3ae3968e..3ae3968e 100644
--- a/docs/logo/paths-over-white.svg
+++ b/docs/images/logo-over-white.svg
diff --git a/docs/logo/symbol-only.png b/docs/images/logo-symbol-only.png
index 9cf13f8f..9cf13f8f 100644
--- a/docs/logo/symbol-only.png
+++ b/docs/images/logo-symbol-only.png
Binary files differ
diff --git a/docs/logo/symbol-only.svg b/docs/images/logo-symbol-only.svg
index febdb3e4..febdb3e4 100644
--- a/docs/logo/symbol-only.svg
+++ b/docs/images/logo-symbol-only.svg
diff --git a/docs/logo/text-only.png b/docs/images/logo-text-only.png
index 0c5500ba..0c5500ba 100644
--- a/docs/logo/text-only.png
+++ b/docs/images/logo-text-only.png
Binary files differ
diff --git a/docs/logo/text-only.svg b/docs/images/logo-text-only.svg
index a59731d4..a59731d4 100644
--- a/docs/logo/text-only.svg
+++ b/docs/images/logo-text-only.svg
diff --git a/docs/logo/paths.png b/docs/images/logo.png
index 3f821254..3f821254 100644
--- a/docs/logo/paths.png
+++ b/docs/images/logo.png
Binary files differ
diff --git a/docs/logo/paths.svg b/docs/images/logo.svg
index 103d294f..103d294f 100644
--- a/docs/logo/paths.svg
+++ b/docs/images/logo.svg
diff --git a/docs/index.rst b/docs/index.rst
index 52e097be..67ac0e7d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,4 @@
-.. image:: logo/banner-github.svg
+.. image:: logo/banner-640x320.svg
:align: center
Documentation