Skip to content

Commit

Permalink
Added favicon and html logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellec committed Oct 25, 2019
1 parent 025b415 commit cd26dc5
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 32998d9c350b2b96d1ebecd5ebdf4a10
config: c7d3f926619dfa18906c1ebd5121f8ae
tags: 645f666f9bcd5a90fca523b33c5a78b7
5 changes: 5 additions & 0 deletions build/html/ETHICS.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -54,6 +56,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
5 changes: 5 additions & 0 deletions build/html/MRI.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -53,6 +55,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
5 changes: 5 additions & 0 deletions build/html/OVERVIEW.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -52,6 +54,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
5 changes: 5 additions & 0 deletions build/html/PHYSIOLOGY.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -54,6 +56,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
Binary file added build/html/_static/logo_neuromod_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/html/_static/logo_neuromod_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -53,6 +55,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
5 changes: 5 additions & 0 deletions build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -53,6 +55,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
5 changes: 5 additions & 0 deletions build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@



<link rel="shortcut icon" href="_static/logo_neuromod_small.png"/>




Expand Down Expand Up @@ -53,6 +55,9 @@




<img src="_static/logo_neuromod_black.png" class="logo" alt="Logo"/>

</a>


Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
html_short_title = 'CNeuroMod'

# The logo
html_logo = 'img/cneurmod.png'
html_logo = 'img/logo_neuromod_black.png'

# icon
html_favicon = 'img/cneurmod.png'
html_favicon = 'img/logo_neuromod_small.png'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit cd26dc5

Please sign in to comment.