Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/htmldoc/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install NEST
* :ref:`conda-forge (Linux/macOS) <conda_forge_install>`
* :ref:`Ubuntu PPA (Linux) <ubuntu_install>`
* :ref:`Homebrew (macOS) <macos_install>`
* :ref:`Options for Windows users <windows_install>`
* :ref:`Options for Windows users <windows_install>`


.. grid-item-card:: |dev| Source install
Expand Down
4 changes: 2 additions & 2 deletions doc/htmldoc/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="grid_6 narrow">
<a href="https://www.ebrains.eu/"> <img class="icon" src="_static/img/3_HBP + EBRAINS logo_Color+White.png" /> </a>
<a href="https://www.ebrains.eu/"> <img class="icon" src="{{ pathto('_static/img/3_HBP + EBRAINS logo_Color+White.png', 1) }}" /> </a>
</div>
<div class="grid_2 narrow">
<img class="icon" src="_static/img/eu_logo.png" />
<img class="icon" src="{{ pathto('_static/img/eu_logo.png',1) }}" />
</div>
<div class="grid_4 narrow" >
<div id="attribution" style="color:#666;">
Expand Down