Update 0.1 docs

This commit is contained in:
2020-11-13 11:20:13 -06:00
parent 100c4267e4
commit b7d9e2a7ab
10 changed files with 1291 additions and 92 deletions

View File

@@ -59,7 +59,9 @@
<!-- Main title -->
<a class="navbar-brand" href="/.">UnitCommitment.jl</a>
<a class="navbar-brand" href="/.">UnitCommitment.jl</a>
</div>
<!-- Expanded navigation -->
@@ -85,6 +87,12 @@
</li>
<li >
<a href="/instances/">Instances</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
@@ -115,18 +123,22 @@
</div>
<footer class="col-md-12 text-center">
<hr>
<p>
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</small>
</p>
<footer class="col-md-12 text-center">
<hr>
<p>
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</small>
</p>
</footer>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="/js/bootstrap-3.0.3.min.js"></script>