Skip to content

Commit ca68eca

Browse files
committed
Rename dlisio-logo.svg -> dlisio-icon.svg
1 parent 20fb357 commit ca68eca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/equinor/dlisio/master/dlisio-logo.svg" alt="dlisio logo" width="400"/>
2+
<img src="https://raw.githubusercontent.com/equinor/dlisio/master/dlisio-icon.svg" alt="dlisio icon" width="400"/>
33
</p>
44

55
<p align="center">

dlisio-logo.svg renamed to dlisio-icon.svg

Lines changed: 1 addition & 1 deletion
Loading

python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160

161161
# The name of an image file (relative to this directory) to place at the top
162162
# of the sidebar.
163-
html_logo = '../../dlisio-logo.svg'
163+
html_logo = '../../dlisio-icon.svg'
164164

165165
# The name of an image file (within the static path) to use as favicon of the
166166
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

python/docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. image:: ../../dlisio-logo.svg
1+
.. image:: ../../dlisio-icon.svg
22
:width: 400
3-
:alt: dlisio logo
3+
:alt: dlisio icon
44
:align: center
55

66
Welcome to dlisio. dlisio is a python package for reading Digital Log

python/tests/dlis/test_logical_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_noform_data(tmpdir):
251251
# handling of images is essentially same as handling of text
252252
# it's present only because text and images are common noform
253253
noform_image = f.object('NO-FORMAT', 'NOFORMAT-IMAGE', 10, 0)
254-
imagepath = str(tmpdir.join("dlisio-logo.png"))
254+
imagepath = str(tmpdir.join("dlisio-icon.png"))
255255
out = open(imagepath, 'wb')
256256
out.write(noform_image.data())
257257
out.close()

0 commit comments

Comments
 (0)