Skip to content

Commit

Permalink
deploy: e1c8ec4
Browse files Browse the repository at this point in the history
  • Loading branch information
minleminzui committed Jul 17, 2024
1 parent 1672841 commit dacaec4
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 97ceb09d98dbafff4c5641cc1eda049e
config: 31e9cdb1de4c8cdd5d5279d325adf124
tags: 645f666f9bcd5a90fca523b33c5a78b7
7 changes: 4 additions & 3 deletions _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
2 changes: 1 addition & 1 deletion case/IOT_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>IoA &amp; IoT Simulation - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion case/IOT_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>IoA &amp; IoT Real-World - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion case/gaia.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Open Instruction Dataset" href="open_instruction.html" /><link rel="prev" title="Collaborative Paper Writing" href="paper_writing.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>GAIA Benchmark - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion case/open_instruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Integrate Third-party Agent" href="../customize/integrate_thirdparty_agent.html" /><link rel="prev" title="GAIA Benchmark" href="gaia.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Open Instruction Dataset - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion case/paper_writing.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="GAIA Benchmark" href="gaia.html" /><link rel="prev" title="IoA Installation" href="../getting_started/installation.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Collaborative Paper Writing - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion customize/client_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Tool Creation" href="tool_creation.html" /><link rel="prev" title="Integrate Third-party Agent" href="integrate_thirdparty_agent.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Client Configuration - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion customize/docker-compose_setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Goal Submission" href="goal_submission.html" /><link rel="prev" title="Tool Creation" href="tool_creation.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Docker Compose Setup - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion customize/goal_submission.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Running IoA on Distributed Devices" href="../distributed_service/config.html" /><link rel="prev" title="Docker Compose Setup" href="docker-compose_setup.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Goal Submission - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion customize/integrate_thirdparty_agent.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Client Configuration" href="client_configuration.html" /><link rel="prev" title="Open Instruction Dataset" href="../case/open_instruction.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Integrate Third-party Agent - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion customize/tool_creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Docker Compose Setup" href="docker-compose_setup.html" /><link rel="prev" title="Client Configuration" href="client_configuration.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Tool Creation - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion distributed_service/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="prev" title="Goal Submission" href="../customize/goal_submission.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Running IoA on Distributed Devices - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion distributed_service/run_case.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Run Case locally - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion distributed_service/set_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Deploying IoA Service - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 --><title>Index - IoA 0.0.1 documentation</title>
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 --><title>Index - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
Expand Down
2 changes: 1 addition & 1 deletion getting_started/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Collaborative Paper Writing" href="../case/paper_writing.html" /><link rel="prev" title="Key Mechanisms" href="../high_level_concepts/mechanism.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>IoA Installation - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion high_level_concepts/code_structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Code Structure - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion high_level_concepts/framework.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Key Mechanisms" href="mechanism.html" /><link rel="prev" title="Overview" href="../home.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Framework Philosophy - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion high_level_concepts/mechanism.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="IoA Installation" href="../getting_started/installation.html" /><link rel="prev" title="Framework Philosophy" href="framework.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Key Mechanisms - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Framework Philosophy" href="high_level_concepts/framework.html" /><link rel="prev" title="&lt;no title&gt;" href="index.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>Overview - IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Overview" href="home.html" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<title>IoA 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />

<!-- Generated with Sphinx 7.3.7 and Furo 2024.05.06 -->
<!-- Generated with Sphinx 7.4.5 and Furo 2024.05.06 -->
<meta name="robots" content="noindex" />
<title>Search - IoA 0.0.1 documentation</title><link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=387cc868" />
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit dacaec4

Please sign in to comment.