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">
@@ -127,6 +135,8 @@
<li class="second-level"><a href="#acknowledgments">Acknowledgments</a></li>
<li class="second-level"><a href="#citing">Citing</a></li>
<li class="second-level"><a href="#license">License</a></li>
</ul>
@@ -146,6 +156,7 @@
<ul>
<li><a href="usage/">Usage</a></li>
<li><a href="format/">Data Format</a></li>
<li><a href="instances/">Instances</a></li>
</ul>
<h3 id="source-code">Source code</h3>
<ul>
@@ -165,24 +176,34 @@
<p>Based upon work supported by <strong>Laboratory Directed Research and Development</strong> (LDRD) funding from Argonne National Laboratory, provided by the Director, Office of Science, of the U.S. Department of Energy under Contract No. DE-AC02-06CH11357.</p>
</li>
</ul>
<h3 id="citing">Citing</h3>
<p>If you use UnitCommitment.jl in your research, we request that you cite the package as follows:</p>
<ul>
<li>Alinson S. Xavier, Feng Qiu, "UnitCommitment.jl: A Julia/JuMP Optimization Package for Security-Constrained Unit Commitment". Zenodo (2020). <a href="https://doi.org/10.5281/zenodo.4269874">DOI: 10.5281/zenodo.4269874</a>.</li>
</ul>
<p>If you make use of the provided instances files, we request that you additionally cite the original sources, as described in the <a href="instances/">instances page</a>.</p>
<h3 id="license">License</h3>
<p>Released under the modified BSD license. See <code>LICENSE.md</code> for more details.</p></div>
</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>
@@ -273,5 +294,5 @@
<!--
MkDocs version : 1.1.2
Build Date UTC : 2020-11-06 19:44:10.310639+00:00
Build Date UTC : 2020-11-13 17:20:05.182767+00:00
-->