Skip to content

Commit 72449b2

Browse files
favicon updated
1 parent 30f11b3 commit 72449b2

28 files changed

+186
-97
lines changed

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 61b93c4a61a3fe3d89dc321ac753562e
3+
config: f80c99a6f2b64faef91db5c44c3abb2f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/.buildinfo.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 96449d523b2d909da2934c95659f0710
3+
config: 397133fda8abd3b4f0d17d5be7d10ce5
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
-178 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
39.1 KB
Binary file not shown.
12 Bytes
Binary file not shown.
7.78 KB
Binary file not shown.
-4 Bytes
Binary file not shown.

docs/_build/html/_modules/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Overview: module code &#8212; LLMSQL 0.1.13 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=5349f25f" />
9-
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=29da98fa" />
9+
<link rel="stylesheet" type="text/css" href="../_static/basic.css?v=5c69cfe2" />
1010
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/front_page.css?v=9e26f69c" />
1212
<script src="../_static/documentation_options.js?v=8d02545a"></script>
@@ -15,9 +15,9 @@
1515
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
1616
<script src="../_static/copybutton.js?v=ccdb6887"></script>
1717
<script src="../_static/scripts/front_page.js?v=a59558f4"></script>
18-
<link rel="icon" href="../_static/logo.jpg"/>
18+
<link rel="icon" href="../_static/favicon.png"/>
1919
<link rel="index" title="Index" href="../genindex.html" />
20-
<link rel="search" title="Search" href="../search.html" />
20+
<link rel="search" title="Search" href="../search.html" />
2121
</head><body>
2222
<div class="related" role="navigation" aria-label="Related">
2323
<h3>Navigation</h3>
@@ -29,18 +29,19 @@ <h3>Navigation</h3>
2929
<a href="../py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
3131
<li class="nav-item nav-item-0"><a href="../index.html">LLMSQL 0.1.13 documentation</a> &#187;</li>
32-
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
32+
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
3333
</ul>
34-
</div>
34+
</div>
3535

3636
<div class="document">
3737
<div class="documentwrapper">
3838
<div class="bodywrapper">
3939
<div class="body" role="main">
40-
40+
4141
<h1>All modules for which code is available</h1>
4242
<ul><li><a href="llmsql/evaluation/evaluator.html">llmsql.evaluation.evaluator</a></li>
4343
<li><a href="llmsql/inference/inference_transformers.html">llmsql.inference.inference_transformers</a></li>
44+
<li><a href="llmsql/inference/inference_vllm.html">llmsql.inference.inference_vllm</a></li>
4445
</ul>
4546

4647
<div class="clearer"></div>
@@ -73,10 +74,10 @@ <h3>Navigation</h3>
7374
<a href="../py-modindex.html" title="Python Module Index"
7475
>modules</a> |</li>
7576
<li class="nav-item nav-item-0"><a href="../index.html">LLMSQL 0.1.13 documentation</a> &#187;</li>
76-
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
77+
<li class="nav-item nav-item-this"><a href="">Overview: module code</a></li>
7778
</ul>
7879
</div>
7980
<div class="footer" role="contentinfo">
8081
</div>
8182
</body>
82-
</html>
83+
</html>

docs/_build/html/_static/basic.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,14 @@ abbr, acronym {
741741
cursor: help;
742742
}
743743

744+
.translated {
745+
background-color: rgba(207, 255, 207, 0.2)
746+
}
747+
748+
.untranslated {
749+
background-color: rgba(255, 207, 207, 0.2)
750+
}
751+
744752
/* -- code displays --------------------------------------------------------- */
745753

746754
pre {
@@ -903,4 +911,4 @@ div.math:hover a.headerlink {
903911
#top-link {
904912
display: none;
905913
}
906-
}
914+
}

0 commit comments

Comments
 (0)