Skip to content

Commit

Permalink
Update 2025-01-01 23:22:40
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochen20 committed Jan 1, 2025
1 parent 0f98edc commit 8907571
Show file tree
Hide file tree
Showing 58 changed files with 6,758 additions and 5,487 deletions.
33 changes: 19 additions & 14 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
</script>
<!--
this give us a css class that will be invisible only if js is disabled
<!--
this give us a css class that will be invisible only if js is disabled
-->
<noscript>
<style>
Expand All @@ -27,8 +27,8 @@
</noscript>

<!-- Loaded before other Sphinx assets -->
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />

<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
Expand All @@ -37,10 +37,10 @@
<link rel="stylesheet" type="text/css" href="_static/css/custom_log.css?v=731335ad" />

<!-- So that users can add custom icons -->
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />

<script src="_static/documentation_options.js?v=7a29ff0f"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
Expand All @@ -55,7 +55,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.4.1.post3" />
<meta name="docbuild:last-update" content="Dec 31, 2024"/>
<meta name="docbuild:last-update" content="Jan 01, 2025"/>
</head>


Expand Down Expand Up @@ -163,7 +163,7 @@
<li class="toctree-l1"><a class="reference internal" href="backend/native_api.html">Native APIs</a></li>
<li class="toctree-l1"><a class="reference internal" href="backend/offline_engine_api.html">Offline Engine API</a></li>
<li class="toctree-l1"><a class="reference internal" href="backend/structured_outputs.html">Structured Outputs (JSON, Regex, EBNF)</a></li>
<li class="toctree-l1"><a class="reference internal" href="backend/backend.html">Backend: SGLang Runtime (SRT)</a></li>
<li class="toctree-l1"><a class="reference internal" href="backend/server_arguments.html">Server Arguments</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Frontend Tutorial</span></p>
<ul class="nav bd-sidenav">
Expand Down Expand Up @@ -193,9 +193,14 @@


<div class="sidebar-primary-items__end sidebar-primary__section">
<div class="sidebar-primary-item">
<div id="ethical-ad-placement"
class="flat"
data-ea-publisher="readthedocs"
data-ea-type="readthedocs-sidebar"
data-ea-manual="true">
</div></div>
</div>

<div id="rtd-footer-container"></div>


</div>
Expand Down Expand Up @@ -536,7 +541,7 @@ <h3>Deploy<a class="headerlink" href="#deploy" title="Link to this heading">#</a

<div class="footer-item">
<p class="last-updated">
Last updated on Dec 31, 2024.
Last updated on Jan 01, 2025.
<br/>
</p>
</div>
Expand All @@ -554,8 +559,8 @@ <h3>Deploy<a class="headerlink" href="#deploy" title="Link to this heading">#</a
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>

<footer class="bd-footer">
</footer>
Expand Down
Loading

0 comments on commit 8907571

Please sign in to comment.