|
a |
|
b/docs/_layouts/docs.html |
|
|
1 |
--- |
|
|
2 |
layout: default |
|
|
3 |
--- |
|
|
4 |
|
|
|
5 |
<section class="docs"> |
|
|
6 |
<div class="grid"> |
|
|
7 |
|
|
|
8 |
{% include docs_contents_mobile.html %} |
|
|
9 |
|
|
|
10 |
<div class="unit four-fifths"> |
|
|
11 |
<article> |
|
|
12 |
<div class="improve right hide-on-mobiles"> |
|
|
13 |
<a href="https://github.com/stanfordnmbl/osim-rl/edit/master/docs/{{ page.path }}"><i class="fa fa-pencil"></i> Improve this page</a> |
|
|
14 |
</div> |
|
|
15 |
<h1>{{ page.title }}</h1> |
|
|
16 |
{{ content }} |
|
|
17 |
{% include section_nav.html %} |
|
|
18 |
</article> |
|
|
19 |
</div> |
|
|
20 |
|
|
|
21 |
{% include docs_contents.html %} |
|
|
22 |
|
|
|
23 |
<div class="clear"></div> |
|
|
24 |
|
|
|
25 |
</div> |
|
|
26 |
</section> |