Skip to content

Commit

Permalink
[MINOR][DOC] Update header links and image files
Browse files Browse the repository at this point in the history
Fix relative path when inside site

closes #1072
  • Loading branch information
j143 authored and Baunsgaard committed Sep 30, 2020
1 parent da79944 commit 8d1dfe9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,28 @@
</div>
<nav class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/">Overview</a></li>
<li><a href="https://github.com/apache/systemds">GitHub</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">API Docs<b class="caret"></b></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Overview<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu">
<li><b>Home:</b></li>
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/">Docs Home</a></li>
<li class="divider"></li>
<li><b>Running SystemDS:</b></li>
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/run">Standalone Guide</a></li>
<li class="divider"></li>
<li><b>Language Guides:</b></li>
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/dml-language-reference.html">DML Language Reference</a></li>
<li class="divider"></li>
<li><b>ML Algorithms:</b></li>
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/algorithms-reference.html">Algorithms Reference</a></li>
<li class="divider"></li>
<li><b>Other:</b></li>
<li><a href="https://github.com/apache/systemds/blob/master/CONTRIBUTING.md">Contributing to SystemDS 🡕</a></li>
</ul>
</li>
<li><a href="https://github.com/apache/systemds">GitHub 🡕</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">API<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu">
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/api/java/">Java</a></li>
<li><a href=".{% if page.path contains 'site' %}/..{% endif %}/api/python/">Python</a></li>
Expand Down
Binary file added docs/site/img/dml-language-reference/Conv2d.gif
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 docs/site/img/dml-language-reference/Conv2d1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d1dfe9

Please sign in to comment.