Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aisi-inspect committed Jun 10, 2024
1 parent 55fbe98 commit 4dbd7f7
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b8befc06
ccd09a75
2 changes: 1 addition & 1 deletion agents.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ <h3 class="anchored" data-anchor-id="environment-binding">Environment Binding</h
<tbody>
<tr class="odd">
<td><code>local</code></td>
<td>Run <code>tool_environment()</code> methods in the same address space and file system as the running evaluation. The local environment should <em>only be used</em> if you are already running your evaluation in another sandbox.</td>
<td>Run <code>tool_environment()</code> methods in the same file system as the running evaluation (should <em>only be used</em> if you are already running your evaluation in another sandbox).</td>
</tr>
<tr class="even">
<td><code>docker</code></td>
Expand Down
2 changes: 1 addition & 1 deletion eval-logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ <h3 class="anchored" data-anchor-id="reading-logs">Reading Logs</h3>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"loop":false,"openEffect":"zoom","descPosition":"bottom","closeEffect":"zoom","selector":".lightbox"});
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","loop":false,"closeEffect":"zoom","openEffect":"zoom","descPosition":"bottom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
34 changes: 17 additions & 17 deletions examples.html

Large diffs are not rendered by default.

60 changes: 21 additions & 39 deletions extensions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ <h2 class="anchored" data-anchor-id="learning-more">Learning More</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"descPosition":"bottom","openEffect":"zoom","closeEffect":"zoom","selector":".lightbox","loop":false});
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","descPosition":"bottom","loop":false,"openEffect":"zoom","closeEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
2 changes: 1 addition & 1 deletion log-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ <h2 class="anchored" data-anchor-id="task-information">Task Information</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"descPosition":"bottom","loop":false,"selector":".lightbox","openEffect":"zoom","closeEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","openEffect":"zoom","descPosition":"bottom","loop":false,"closeEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
8 changes: 4 additions & 4 deletions search.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</url>
<url>
<loc>https://UKGovernmentBEIS.github.io/inspect_ai/examples.html</loc>
<lastmod>2024-06-09T22:11:34.408Z</lastmod>
<lastmod>2024-06-10T12:59:24.932Z</lastmod>
</url>
<url>
<loc>https://UKGovernmentBEIS.github.io/inspect_ai/solvers.html</loc>
Expand All @@ -30,7 +30,7 @@
</url>
<url>
<loc>https://UKGovernmentBEIS.github.io/inspect_ai/agents.html</loc>
<lastmod>2024-06-09T16:30:10.928Z</lastmod>
<lastmod>2024-06-10T12:57:53.656Z</lastmod>
</url>
<url>
<loc>https://UKGovernmentBEIS.github.io/inspect_ai/scorers.html</loc>
Expand Down Expand Up @@ -58,6 +58,6 @@
</url>
<url>
<loc>https://UKGovernmentBEIS.github.io/inspect_ai/extensions.html</loc>
<lastmod>2024-06-09T22:11:02.836Z</lastmod>
<lastmod>2024-06-10T12:57:53.656Z</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ <h2 class="anchored" data-anchor-id="troubleshooting">Troubleshooting</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","selector":".lightbox","descPosition":"bottom","loop":false,"openEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","loop":false,"selector":".lightbox","descPosition":"bottom","openEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down
2 changes: 1 addition & 1 deletion workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ <h2 class="anchored" data-anchor-id="eval-suites">Eval Suites</h2>
</div>
</div>
</footer>
<script>var lightboxQuarto = GLightbox({"closeEffect":"zoom","selector":".lightbox","loop":false,"descPosition":"bottom","openEffect":"zoom"});
<script>var lightboxQuarto = GLightbox({"loop":false,"selector":".lightbox","descPosition":"bottom","openEffect":"zoom","closeEffect":"zoom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down

0 comments on commit 4dbd7f7

Please sign in to comment.