Skip to content

Commit 5b9821f

Browse files
author
Ralf Grubenmann
committed
Adds Slack channel info.
Adds documentation link to sidebar
1 parent b5ccd74 commit 5b9821f

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ paginate_path: "/blog/page:num/"
1818
version: 2.1.0
1919

2020
github:
21-
repo: https://github.com/mlbench/mlbench
21+
repo: https://github.com/mlbench/mlbench-docs
2222

2323
markdown: kramdown
2424

25-
kramdown:
26-
toc_levels: 1..2
25+
kramdown:
26+
toc_levels: 1..2

_includes/sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h1>
2727
{% endfor %}
2828

2929
<!-- <a class="sidebar-nav-item" href="{{ site.github.repo }}/archive/v{{ site.version }}.zip">Download</a> MJ: version makes no sense here yet at this point -->
30+
<a class="sidebar-nav-item" href="https://mlbench.readthedocs.io/en/latest/">Documentation</a>
3031
<a class="sidebar-nav-item" href="{{ site.github.repo }}">GitHub project</a>
3132
<!-- <span class="sidebar-nav-item">Currently v{{ site.version }}</span> -->
3233
</nav>

index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,18 @@ Check out our <a href="https://mlbench.github.io/blog/">blog</a>!
3333
<h2>Resources and Community:</h2>
3434

3535
<ul>
36-
<li>Github: <a href="https://github.com/mlbench/">github.com/mlbench</a>.</li>
37-
<li>Documentation: <a href="https://mlbench.readthedocs.io">mlbench.readthedocs.io</a>.</li>
38-
<li>Mailing list: <a href="https://groups.google.com/d/forum/mlbench">groups.google.com/d/forum/mlbench</a>.</li>
36+
<li>Github: <a href="https://github.com/mlbench/">github.com/mlbench</a></li>
37+
<li>Documentation: <a href="https://mlbench.readthedocs.io">mlbench.readthedocs.io</a></li>
38+
<li>Mailing list: <a href="https://groups.google.com/d/forum/mlbench">groups.google.com/d/forum/mlbench</a></li>
39+
<li>
40+
Slack channel:
41+
<a href="https://join.slack.com/t/mlbench/shared_invite/enQtNTMzMjkwNDA4MTAyLWM2NTQ4OGNjMjFmZDdhMGQ2YzZkYmUyNzMxN2QxZjc2MmQyNjNiNjM3YWFlYzAwZjQ0Yzc0MTc3YWY5Zjg1ZjU">join.slack.com/t/mlbench/shared_invite/enQtNTMzMjkwNDA4MTAyLWM2NTQ4OGNjMjFmZDdhMGQ2YzZkYmUyNzMxN2QxZjc2MmQyNjNiNjM3YWFlYzAwZjQ0Yzc0MTc3YWY5Zjg1ZjU
42+
</a>
43+
</li>
3944
</ul>
4045

4146
<h2>Features</h2>
42-
47+
4348
<ul>
4449
<li> For reproducibility and simplicity, we currently focus on standard <strong>supervised ML</strong>, including standard deep learning tasks as well as classic linear ML models.</li>
4550
<li> We provide <strong>reference implementations</strong> for each algorithm and task, to make it easy to port to a new framework.</li>
@@ -48,6 +53,6 @@ Check out our <a href="https://mlbench.github.io/blog/">blog</a>!
4853
<li> Independently of all solver implementations, we provide universal <strong>evaluation code</strong> allowing to compare the result metrics of different solvers and frameworks.</li>
4954
<li> Our benchmark code is easy to run on <strong>public clouds</strong>.</li>
5055
</ul>
51-
56+
5257
</p>
5358

0 commit comments

Comments
 (0)