mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Update docs
This commit is contained in:
@@ -14,14 +14,16 @@
|
|||||||
<title>MIPLearn</title>
|
<title>MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="/css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="/css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="/css/base.min.css" rel="stylesheet">
|
<link href="/css/base.min.css" rel="stylesheet">
|
||||||
<link href="/css/cinder.min.css" rel="stylesheet">
|
<link href="/css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="/css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="/css/custom.css" rel="stylesheet">
|
<link href="/css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -140,17 +133,17 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="/js/bootstrap-3.0.3.min.js"></script>
|
<script src="/js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="/js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = "/"</script>
|
<script>var base_url = "/"</script>
|
||||||
|
|
||||||
<script src="/js/base.js"></script>
|
<script src="/js/base.js"></script>
|
||||||
@@ -162,8 +155,11 @@
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -14,14 +14,16 @@
|
|||||||
<title>About - MIPLearn</title>
|
<title>About - MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="../css/base.min.css" rel="stylesheet">
|
<link href="../css/base.min.css" rel="stylesheet">
|
||||||
<link href="../css/cinder.min.css" rel="stylesheet">
|
<link href="../css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="../css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="../css/custom.css" rel="stylesheet">
|
<link href="../css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -125,7 +118,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/docs-src/about.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/src/docs/about.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -198,17 +191,17 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="../js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = ".."</script>
|
<script>var base_url = ".."</script>
|
||||||
|
|
||||||
<script src="../js/base.js"></script>
|
<script src="../js/base.js"></script>
|
||||||
@@ -220,8 +213,11 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -14,14 +14,16 @@
|
|||||||
<title>Benchmark - MIPLearn</title>
|
<title>Benchmark - MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="../css/base.min.css" rel="stylesheet">
|
<link href="../css/base.min.css" rel="stylesheet">
|
||||||
<link href="../css/cinder.min.css" rel="stylesheet">
|
<link href="../css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="../css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="../css/custom.css" rel="stylesheet">
|
<link href="../css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -125,7 +118,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/docs-src/benchmark.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/src/docs/benchmark.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -207,17 +200,17 @@ benchmark.parallel_solve(test_instances)
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="../js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = ".."</script>
|
<script>var base_url = ".."</script>
|
||||||
|
|
||||||
<script src="../js/base.js"></script>
|
<script src="../js/base.js"></script>
|
||||||
@@ -229,8 +222,11 @@ benchmark.parallel_solve(test_instances)
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -10,23 +10,28 @@ body {
|
|||||||
color: #343838;
|
color: #343838;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family:'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family:'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
|
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
|
||||||
color: #B1B7B9;
|
color: #B1B7B9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
}
|
}
|
||||||
@@ -41,7 +46,7 @@ pre {
|
|||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
.lead {
|
.lead {
|
||||||
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
letter-spacing: 0.0312em;
|
letter-spacing: 0.0312em;
|
||||||
@@ -54,7 +59,8 @@ pre {
|
|||||||
.bs-sidenav {
|
.bs-sidenav {
|
||||||
background-image: url("../img/grid11.png");
|
background-image: url("../img/grid11.png");
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
font-size: 12px;
|
font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.well {
|
.well {
|
||||||
background-color: #FCFDFF;
|
background-color: #FCFDFF;
|
||||||
@@ -71,7 +77,7 @@ pre {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#mkdocs-search-query {
|
#mkdocs-search-query {
|
||||||
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #343838;
|
color: #343838;
|
||||||
|
|||||||
2
docs/css/cinder.min.css
vendored
2
docs/css/cinder.min.css
vendored
@@ -1 +1 @@
|
|||||||
body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;background-color:#FFF;color:#343838}h1,h2,h3,h4,h5,h6{font-family:'PT Sans','Helvetica Neue',Helvetica,Arial,sans-serif;color:#222}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{color:#b1b7b9}h1,h2{font-weight:700}h4{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;margin-top:20px;font-style:italic}h5{font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;font-variant:small-caps}pre,code{background-color:#fcfdff}pre>code{font-size:13px}pre{margin-top:25px;margin-bottom:25px}.lead{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.4;letter-spacing:.0312em;color:#b1b7b9}.navbar-default{background-color:#343838;border-bottom:8px #ebf2f2 solid}.bs-sidenav{background-image:url("../img/grid11.png");background-repeat:repeat;font-size:12px}.well{background-color:#fcfdff}.btn-default{background-color:#fcfdff}.table-striped>tbody>tr:nth-child(2n+1)>td,.table-striped>tbody>tr:nth-child(2n+1)>th{background-color:#fcfdff}#mkdocs-search-query:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}#mkdocs-search-query{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#343838;height:45px}footer>hr{width:35%}
|
body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;background-color:#FFF;color:#343838}h1,h2,h3,h4,h5,h6{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;color:#222}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{color:#b1b7b9}h2{margin-top:35px}h1,h2{font-weight:700}h4{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;margin-top:20px;font-style:italic}h5{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;font-variant:small-caps}pre,code{background-color:#fcfdff}pre>code{font-size:13px}pre{margin-top:25px;margin-bottom:25px}.lead{font-family:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.4;letter-spacing:.0312em;color:#b1b7b9}.navbar-default{background-color:#343838;border-bottom:8px #ebf2f2 solid}.bs-sidenav{background-image:url("../img/grid11.png");background-repeat:repeat;font-family:Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px}.well{background-color:#fcfdff}.btn-default{background-color:#fcfdff}.table-striped>tbody>tr:nth-child(2n+1)>td,.table-striped>tbody>tr:nth-child(2n+1)>th{background-color:#fcfdff}#mkdocs-search-query:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}#mkdocs-search-query{font-family:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#343838;height:45px}footer>hr{width:35%}
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
.navbar-default {
|
||||||
|
border-bottom: 0px;
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
a, .navbar-default a {
|
||||||
|
color: #06b !important;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled > a {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default a:hover,
|
||||||
|
.navbar-default .active,
|
||||||
|
.active > a {
|
||||||
|
background-color: #f0f0f0 !important;
|
||||||
|
}
|
||||||
@@ -14,14 +14,16 @@
|
|||||||
<title>Customization - MIPLearn</title>
|
<title>Customization - MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="../css/base.min.css" rel="stylesheet">
|
<link href="../css/base.min.css" rel="stylesheet">
|
||||||
<link href="../css/cinder.min.css" rel="stylesheet">
|
<link href="../css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="../css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="../css/custom.css" rel="stylesheet">
|
<link href="../css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -125,7 +118,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/docs-src/customization.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/src/docs/customization.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,17 +153,17 @@ solver = LearningSolver(solver="cplex",
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="../js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = ".."</script>
|
<script>var base_url = ".."</script>
|
||||||
|
|
||||||
<script src="../js/base.js"></script>
|
<script src="../js/base.js"></script>
|
||||||
@@ -182,8 +175,11 @@ solver = LearningSolver(solver="cplex",
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -14,14 +14,16 @@
|
|||||||
<title>Home - MIPLearn</title>
|
<title>Home - MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="css/base.min.css" rel="stylesheet">
|
<link href="css/base.min.css" rel="stylesheet">
|
||||||
<link href="css/cinder.min.css" rel="stylesheet">
|
<link href="css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="css/custom.css" rel="stylesheet">
|
<link href="css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -125,7 +118,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/docs-src/index.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/src/docs/index.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -186,17 +179,17 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="js/bootstrap-3.0.3.min.js"></script>
|
<script src="js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = "."</script>
|
<script>var base_url = "."</script>
|
||||||
|
|
||||||
<script src="js/base.js"></script>
|
<script src="js/base.js"></script>
|
||||||
@@ -208,8 +201,11 @@
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
@@ -272,6 +268,6 @@
|
|||||||
</html>
|
</html>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
MkDocs version : 1.0.4
|
MkDocs version : 1.1
|
||||||
Build Date UTC : 2020-02-26 21:46:02
|
Build Date UTC : 2020-03-06 00:28:53
|
||||||
-->
|
-->
|
||||||
|
|||||||
324
docs/js/base.js
324
docs/js/base.js
@@ -1,88 +1,78 @@
|
|||||||
function getSearchTerm()
|
function getSearchTerm() {
|
||||||
{
|
|
||||||
var sPageURL = window.location.search.substring(1);
|
var sPageURL = window.location.search.substring(1);
|
||||||
var sURLVariables = sPageURL.split('&');
|
var sURLVariables = sPageURL.split('&');
|
||||||
for (var i = 0; i < sURLVariables.length; i++)
|
for (var i = 0; i < sURLVariables.length; i++) {
|
||||||
{
|
|
||||||
var sParameterName = sURLVariables[i].split('=');
|
var sParameterName = sURLVariables[i].split('=');
|
||||||
if (sParameterName[0] == 'q')
|
if (sParameterName[0] == 'q') {
|
||||||
{
|
|
||||||
return sParameterName[1];
|
return sParameterName[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
/**
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
* Cinder theme specific
|
|
||||||
* ------------------------------------------------------------------------
|
|
||||||
*/
|
|
||||||
hljs.initHighlightingOnLoad();
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
* Taken from themes/mkdocs/js/base.js
|
* Taken from themes/mkdocs/js/base.js
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
var search_term = getSearchTerm(),
|
var search_term = getSearchTerm(),
|
||||||
$search_modal = $('#mkdocs_search_modal'),
|
$search_modal = $('#mkdocs_search_modal'),
|
||||||
$keyboard_modal = $('#mkdocs_keyboard_modal');
|
$keyboard_modal = $('#mkdocs_keyboard_modal');
|
||||||
|
|
||||||
if(search_term){
|
if (search_term) {
|
||||||
$search_modal.modal();
|
$search_modal.modal();
|
||||||
}
|
}
|
||||||
|
|
||||||
// make sure search input gets autofocus everytime modal opens.
|
// make sure search input gets autofocus everytime modal opens.
|
||||||
$search_modal.on('shown.bs.modal', function () {
|
$search_modal.on('shown.bs.modal', function() {
|
||||||
$search_modal.find('#mkdocs-search-query').focus();
|
$search_modal.find('#mkdocs-search-query').focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Close search modal when result is selected
|
// Close search modal when result is selected
|
||||||
// The links get added later so listen to parent
|
// The links get added later so listen to parent
|
||||||
$('#mkdocs-search-results').click(function(e) {
|
$('#mkdocs-search-results').click(function(e) {
|
||||||
if ($(e.target).is('a')) {
|
if ($(e.target).is('a')) {
|
||||||
$search_modal.modal('hide');
|
$search_modal.modal('hide');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (typeof shortcuts !== 'undefined') {
|
if (typeof shortcuts !== 'undefined') {
|
||||||
// Populate keyboard modal with proper Keys
|
// Populate keyboard modal with proper Keys
|
||||||
$keyboard_modal.find('.help.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.help];
|
$keyboard_modal.find('.help.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.help];
|
||||||
$keyboard_modal.find('.prev.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.previous];
|
$keyboard_modal.find('.prev.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.previous];
|
||||||
$keyboard_modal.find('.next.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.next];
|
$keyboard_modal.find('.next.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.next];
|
||||||
$keyboard_modal.find('.search.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.search];
|
$keyboard_modal.find('.search.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.search];
|
||||||
|
|
||||||
// Keyboard navigation
|
// Keyboard navigation
|
||||||
document.addEventListener("keydown", function(e) {
|
document.addEventListener("keydown", function(e) {
|
||||||
if ($(e.target).is(':input')) return true;
|
if ($(e.target).is(':input')) return true;
|
||||||
var key = e.which || e.key || window.event && window.event.key;
|
var key = e.which || e.key || window.event && window.event.key;
|
||||||
var page;
|
var page;
|
||||||
switch (key) {
|
switch (key) {
|
||||||
case shortcuts.next:
|
case shortcuts.next:
|
||||||
page = $('.navbar a[rel="next"]:first').prop('href');
|
page = $('.navbar a[rel="next"]:first').prop('href');
|
||||||
break;
|
break;
|
||||||
case shortcuts.previous:
|
case shortcuts.previous:
|
||||||
page = $('.navbar a[rel="prev"]:first').prop('href');
|
page = $('.navbar a[rel="prev"]:first').prop('href');
|
||||||
break;
|
break;
|
||||||
case shortcuts.search:
|
case shortcuts.search:
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$keyboard_modal.modal('hide');
|
$keyboard_modal.modal('hide');
|
||||||
$search_modal.modal('show');
|
$search_modal.modal('show');
|
||||||
$search_modal.find('#mkdocs-search-query').focus();
|
$search_modal.find('#mkdocs-search-query').focus();
|
||||||
break;
|
break;
|
||||||
case shortcuts.help:
|
case shortcuts.help:
|
||||||
$search_modal.modal('hide');
|
$search_modal.modal('hide');
|
||||||
$keyboard_modal.modal('show');
|
$keyboard_modal.modal('show');
|
||||||
break;
|
break;
|
||||||
default: break;
|
default:
|
||||||
}
|
break;
|
||||||
if (page) {
|
}
|
||||||
$keyboard_modal.modal('hide');
|
if (page) {
|
||||||
window.location.href = page;
|
$keyboard_modal.modal('hide');
|
||||||
}
|
window.location.href = page;
|
||||||
});
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
$('table').addClass('table table-striped table-hover');
|
$('table').addClass('table table-striped table-hover');
|
||||||
@@ -121,115 +111,115 @@ $("li.disabled a").click(function() {
|
|||||||
// See https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes
|
// See https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes
|
||||||
// We only list common keys below. Obscure keys are omited and their use is discouraged.
|
// We only list common keys below. Obscure keys are omited and their use is discouraged.
|
||||||
var keyCodes = {
|
var keyCodes = {
|
||||||
8: 'backspace',
|
8: 'backspace',
|
||||||
9: 'tab',
|
9: 'tab',
|
||||||
13: 'enter',
|
13: 'enter',
|
||||||
16: 'shift',
|
16: 'shift',
|
||||||
17: 'ctrl',
|
17: 'ctrl',
|
||||||
18: 'alt',
|
18: 'alt',
|
||||||
19: 'pause/break',
|
19: 'pause/break',
|
||||||
20: 'caps lock',
|
20: 'caps lock',
|
||||||
27: 'escape',
|
27: 'escape',
|
||||||
32: 'spacebar',
|
32: 'spacebar',
|
||||||
33: 'page up',
|
33: 'page up',
|
||||||
34: 'page down',
|
34: 'page down',
|
||||||
35: 'end',
|
35: 'end',
|
||||||
36: 'home',
|
36: 'home',
|
||||||
37: '←',
|
37: '←',
|
||||||
38: '↑',
|
38: '↑',
|
||||||
39: '→',
|
39: '→',
|
||||||
40: '↓',
|
40: '↓',
|
||||||
45: 'insert',
|
45: 'insert',
|
||||||
46: 'delete',
|
46: 'delete',
|
||||||
48: '0',
|
48: '0',
|
||||||
49: '1',
|
49: '1',
|
||||||
50: '2',
|
50: '2',
|
||||||
51: '3',
|
51: '3',
|
||||||
52: '4',
|
52: '4',
|
||||||
53: '5',
|
53: '5',
|
||||||
54: '6',
|
54: '6',
|
||||||
55: '7',
|
55: '7',
|
||||||
56: '8',
|
56: '8',
|
||||||
57: '9',
|
57: '9',
|
||||||
65: 'a',
|
65: 'a',
|
||||||
66: 'b',
|
66: 'b',
|
||||||
67: 'c',
|
67: 'c',
|
||||||
68: 'd',
|
68: 'd',
|
||||||
69: 'e',
|
69: 'e',
|
||||||
70: 'f',
|
70: 'f',
|
||||||
71: 'g',
|
71: 'g',
|
||||||
72: 'h',
|
72: 'h',
|
||||||
73: 'i',
|
73: 'i',
|
||||||
74: 'j',
|
74: 'j',
|
||||||
75: 'k',
|
75: 'k',
|
||||||
76: 'l',
|
76: 'l',
|
||||||
77: 'm',
|
77: 'm',
|
||||||
78: 'n',
|
78: 'n',
|
||||||
79: 'o',
|
79: 'o',
|
||||||
80: 'p',
|
80: 'p',
|
||||||
81: 'q',
|
81: 'q',
|
||||||
82: 'r',
|
82: 'r',
|
||||||
83: 's',
|
83: 's',
|
||||||
84: 't',
|
84: 't',
|
||||||
85: 'u',
|
85: 'u',
|
||||||
86: 'v',
|
86: 'v',
|
||||||
87: 'w',
|
87: 'w',
|
||||||
88: 'x',
|
88: 'x',
|
||||||
89: 'y',
|
89: 'y',
|
||||||
90: 'z',
|
90: 'z',
|
||||||
91: 'Left Windows Key / Left ⌘',
|
91: 'Left Windows Key / Left ⌘',
|
||||||
92: 'Right Windows Key',
|
92: 'Right Windows Key',
|
||||||
93: 'Windows Menu / Right ⌘',
|
93: 'Windows Menu / Right ⌘',
|
||||||
96: 'numpad 0',
|
96: 'numpad 0',
|
||||||
97: 'numpad 1',
|
97: 'numpad 1',
|
||||||
98: 'numpad 2',
|
98: 'numpad 2',
|
||||||
99: 'numpad 3',
|
99: 'numpad 3',
|
||||||
100: 'numpad 4',
|
100: 'numpad 4',
|
||||||
101: 'numpad 5',
|
101: 'numpad 5',
|
||||||
102: 'numpad 6',
|
102: 'numpad 6',
|
||||||
103: 'numpad 7',
|
103: 'numpad 7',
|
||||||
104: 'numpad 8',
|
104: 'numpad 8',
|
||||||
105: 'numpad 9',
|
105: 'numpad 9',
|
||||||
106: 'multiply',
|
106: 'multiply',
|
||||||
107: 'add',
|
107: 'add',
|
||||||
109: 'subtract',
|
109: 'subtract',
|
||||||
110: 'decimal point',
|
110: 'decimal point',
|
||||||
111: 'divide',
|
111: 'divide',
|
||||||
112: 'f1',
|
112: 'f1',
|
||||||
113: 'f2',
|
113: 'f2',
|
||||||
114: 'f3',
|
114: 'f3',
|
||||||
115: 'f4',
|
115: 'f4',
|
||||||
116: 'f5',
|
116: 'f5',
|
||||||
117: 'f6',
|
117: 'f6',
|
||||||
118: 'f7',
|
118: 'f7',
|
||||||
119: 'f8',
|
119: 'f8',
|
||||||
120: 'f9',
|
120: 'f9',
|
||||||
121: 'f10',
|
121: 'f10',
|
||||||
122: 'f11',
|
122: 'f11',
|
||||||
123: 'f12',
|
123: 'f12',
|
||||||
124: 'f13',
|
124: 'f13',
|
||||||
125: 'f14',
|
125: 'f14',
|
||||||
126: 'f15',
|
126: 'f15',
|
||||||
127: 'f16',
|
127: 'f16',
|
||||||
128: 'f17',
|
128: 'f17',
|
||||||
129: 'f18',
|
129: 'f18',
|
||||||
130: 'f19',
|
130: 'f19',
|
||||||
131: 'f20',
|
131: 'f20',
|
||||||
132: 'f21',
|
132: 'f21',
|
||||||
133: 'f22',
|
133: 'f22',
|
||||||
134: 'f23',
|
134: 'f23',
|
||||||
135: 'f24',
|
135: 'f24',
|
||||||
144: 'num lock',
|
144: 'num lock',
|
||||||
145: 'scroll lock',
|
145: 'scroll lock',
|
||||||
186: ';',
|
186: ';',
|
||||||
187: '=',
|
187: '=',
|
||||||
188: ',',
|
188: ',',
|
||||||
189: '‐',
|
189: '‐',
|
||||||
190: '.',
|
190: '.',
|
||||||
191: '?',
|
191: '?',
|
||||||
192: '`',
|
192: '`',
|
||||||
219: '[',
|
219: '[',
|
||||||
220: '\',
|
220: '\',
|
||||||
221: ']',
|
221: ']',
|
||||||
222: ''',
|
222: ''',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,14 +14,16 @@
|
|||||||
<title>Problems - MIPLearn</title>
|
<title>Problems - MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="../css/base.min.css" rel="stylesheet">
|
<link href="../css/base.min.css" rel="stylesheet">
|
||||||
<link href="../css/cinder.min.css" rel="stylesheet">
|
<link href="../css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="../css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="../css/custom.css" rel="stylesheet">
|
<link href="../css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -125,7 +118,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/docs-src/problems.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/src/docs/problems.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -298,17 +291,17 @@ from the provided probability distributions <code>K</code> and <code>u</code>.</
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="../js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = ".."</script>
|
<script>var base_url = ".."</script>
|
||||||
|
|
||||||
<script src="../js/base.js"></script>
|
<script src="../js/base.js"></script>
|
||||||
@@ -320,8 +313,11 @@ from the provided probability distributions <code>K</code> and <code>u</code>.</
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,33 +1,27 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||||
<url>
|
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-02-26</lastmod>
|
<lastmod>2020-03-05</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url><url>
|
||||||
<url>
|
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-02-26</lastmod>
|
<lastmod>2020-03-05</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url><url>
|
||||||
<url>
|
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-02-26</lastmod>
|
<lastmod>2020-03-05</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url><url>
|
||||||
<url>
|
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-02-26</lastmod>
|
<lastmod>2020-03-05</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url><url>
|
||||||
<url>
|
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-02-26</lastmod>
|
<lastmod>2020-03-05</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url><url>
|
||||||
<url>
|
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-02-26</lastmod>
|
<lastmod>2020-03-05</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
Binary file not shown.
@@ -14,14 +14,16 @@
|
|||||||
<title>Usage - MIPLearn</title>
|
<title>Usage - MIPLearn</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/v4-shims.css">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css">
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//rsms.me/inter/inter.css' rel='stylesheet' type='text/css'>
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,600,700&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
|
||||||
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||||
<link href="../css/base.min.css" rel="stylesheet">
|
<link href="../css/base.min.css" rel="stylesheet">
|
||||||
<link href="../css/cinder.min.css" rel="stylesheet">
|
<link href="../css/cinder.min.css" rel="stylesheet">
|
||||||
<link href="../css/highlight.min.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<link href="../css/custom.css" rel="stylesheet">
|
<link href="../css/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
@@ -30,15 +32,6 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
|
|
||||||
<script>
|
|
||||||
WebFont.load({
|
|
||||||
google: {
|
|
||||||
families: ['Open Sans', 'PT Sans']
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -125,7 +118,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/docs-src/usage.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
<a href="https://github.com/ANL-CEEESA/MIPLearn/edit/master/src/docs/usage.md"><i class="fab fa-github"></i> Edit on GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -158,11 +151,24 @@
|
|||||||
|
|
||||||
<h1 id="usage">Usage</h1>
|
<h1 id="usage">Usage</h1>
|
||||||
<h3 id="installation">Installation</h3>
|
<h3 id="installation">Installation</h3>
|
||||||
<p>The package is currently available for Python and Pyomo. It can be installed as follows:</p>
|
<p>MIPLearn is mainly written in Python, with some components written in Julia. For this
|
||||||
<pre><code class="bash">pip install git+ssh://git@github.com/ANL-CEEESA/MIPLearn.git
|
reason, both Python 3.6+ and Julia 1.3+ are required. A mixed-integer solver is also required, and
|
||||||
|
its Python bindings must be properly installed. Currently supported solvers include CPLEX and
|
||||||
|
Gurobi. To install MIPLearn, run the following commands: </p>
|
||||||
|
<pre><code class="bash">git clone https://github.com/ANL-CEEESA/MIPLearn.git
|
||||||
|
cd MIPLearn
|
||||||
|
make install
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>A Julia + JuMP version of the package is planned.</p>
|
<p>After installation, the package <code>miplearn</code> should become available to Python. It can be imported
|
||||||
|
as follows:</p>
|
||||||
|
<pre><code class="python">import miplearn
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<div class="admonition note">
|
||||||
|
<p class="admonition-title">Note</p>
|
||||||
|
<p>To install MIPLearn in another Python environment, switch to that enviroment before running <code>make install</code>. To install the package in development mode, run <code>make develop</code> instead.</p>
|
||||||
|
</div>
|
||||||
<h3 id="using-learningsolver">Using <code>LearningSolver</code></h3>
|
<h3 id="using-learningsolver">Using <code>LearningSolver</code></h3>
|
||||||
<p>The main class provided by this package is <code>LearningSolver</code>, a reference learning-enhanced MIP solver which automatically extracts information from previous runs to accelerate the solution of new instances. Assuming we already have a list of instances to solve, <code>LearningSolver</code> can be used as follows:</p>
|
<p>The main class provided by this package is <code>LearningSolver</code>, a reference learning-enhanced MIP solver which automatically extracts information from previous runs to accelerate the solution of new instances. Assuming we already have a list of instances to solve, <code>LearningSolver</code> can be used as follows:</p>
|
||||||
<pre><code class="python">from miplearn import LearningSolver
|
<pre><code class="python">from miplearn import LearningSolver
|
||||||
@@ -243,17 +249,17 @@ solver.solve(test_instance)
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.<br></small>
|
<small>Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved.</small><br>
|
||||||
|
|
||||||
<small>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</p></small>
|
<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="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
||||||
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
||||||
<script src="../js/highlight.pack.js"></script>
|
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
|
||||||
<script>var base_url = ".."</script>
|
<script>var base_url = ".."</script>
|
||||||
|
|
||||||
<script src="../js/base.js"></script>
|
<script src="../js/base.js"></script>
|
||||||
@@ -265,8 +271,11 @@ solver.solve(test_instance)
|
|||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">Close</span>
|
||||||
|
</button>
|
||||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ site_name: MIPLearn
|
|||||||
theme: cinder
|
theme: cinder
|
||||||
copyright: "Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved."
|
copyright: "Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved."
|
||||||
repo_url: https://github.com/ANL-CEEESA/MIPLearn
|
repo_url: https://github.com/ANL-CEEESA/MIPLearn
|
||||||
edit_uri: edit/master/docs-src/
|
edit_uri: edit/master/src/docs/
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Usage: usage.md
|
- Usage: usage.md
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
.navbar-default {
|
||||||
|
border-bottom: 0px;
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
a, .navbar-default a {
|
||||||
|
color: #06b !important;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled > a {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default a:hover,
|
||||||
|
.navbar-default .active,
|
||||||
|
.active > a {
|
||||||
|
background-color: #f0f0f0 !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user