Skip to content

Commit

Permalink
DOC: add header to documentation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Aug 9, 2019
1 parent f88a87a commit 0e26a52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added doc/source/_static/numpy_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions doc/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{% extends "!layout.html" %}

{%- block header %}
<div class="container">
<div class="top-scipy-org-logo-header" style="background-color: #a2bae8;">
<a href="{{ pathto('index') }}">
<img border=0 alt="NumPy" src="{{ pathto('_static/numpy_logo.png', 1) }}"></a>
</div>
</div>
</div>

{% endblock %}
{% block rootrellink %}
{% if pagename != 'index' %}
<li class="active"><a href="{{ pathto('index') }}">{{ shorttitle|e }}</a></li>
Expand Down

0 comments on commit 0e26a52

Please sign in to comment.