Skip to content

Commit

Permalink
deploy: e30754c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent a210aaf commit 870c743
Show file tree
Hide file tree
Showing 12 changed files with 112 additions and 88 deletions.
7 changes: 6 additions & 1 deletion api/_modules/aepsych/factory/pairwise.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for aepsych.factory.pairwise</h1><div class="highlight"><pre>
<span></span><span class="c1"># (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.</span>
<span></span><span class="ch">#!/usr/bin/env python3</span>
<span class="c1"># Copyright (c) Meta, Inc. and its affiliates.</span>
<span class="c1"># All rights reserved.</span>

<span class="c1"># This source code is licensed under the license found in the</span>
<span class="c1"># LICENSE file in the root directory of this source tree.</span>

<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">List</span><span class="p">,</span> <span class="n">Tuple</span><span class="p">,</span> <span class="n">Union</span>

Expand Down
7 changes: 6 additions & 1 deletion api/_modules/aepsych/factory/pairwise/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for aepsych.factory.pairwise</h1><div class="highlight"><pre>
<span></span><span class="c1"># (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.</span>
<span></span><span class="ch">#!/usr/bin/env python3</span>
<span class="c1"># Copyright (c) Meta, Inc. and its affiliates.</span>
<span class="c1"># All rights reserved.</span>

<span class="c1"># This source code is licensed under the license found in the</span>
<span class="c1"># LICENSE file in the root directory of this source tree.</span>

<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">List</span><span class="p">,</span> <span class="n">Tuple</span><span class="p">,</span> <span class="n">Union</span>

Expand Down
9 changes: 8 additions & 1 deletion api/_modules/aepsych/kernels/pairwisekernel.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for aepsych.kernels.pairwisekernel</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Any</span><span class="p">,</span> <span class="n">Optional</span><span class="p">,</span> <span class="n">Union</span>
<span></span><span class="ch">#!/usr/bin/env python3</span>
<span class="c1"># Copyright (c) Meta, Inc. and its affiliates.</span>
<span class="c1"># All rights reserved.</span>

<span class="c1"># This source code is licensed under the license found in the</span>
<span class="c1"># LICENSE file in the root directory of this source tree.</span>

<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Any</span><span class="p">,</span> <span class="n">Optional</span><span class="p">,</span> <span class="n">Union</span>

<span class="kn">import</span> <span class="nn">torch</span>
<span class="kn">from</span> <span class="nn">gpytorch.kernels</span> <span class="kn">import</span> <span class="n">Kernel</span>
Expand Down
9 changes: 8 additions & 1 deletion api/_modules/aepsych/kernels/pairwisekernel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for aepsych.kernels.pairwisekernel</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Any</span><span class="p">,</span> <span class="n">Optional</span><span class="p">,</span> <span class="n">Union</span>
<span></span><span class="ch">#!/usr/bin/env python3</span>
<span class="c1"># Copyright (c) Meta, Inc. and its affiliates.</span>
<span class="c1"># All rights reserved.</span>

<span class="c1"># This source code is licensed under the license found in the</span>
<span class="c1"># LICENSE file in the root directory of this source tree.</span>

<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Any</span><span class="p">,</span> <span class="n">Optional</span><span class="p">,</span> <span class="n">Union</span>

<span class="kn">import</span> <span class="nn">torch</span>
<span class="kn">from</span> <span class="nn">gpytorch.kernels</span> <span class="kn">import</span> <span class="n">Kernel</span>
Expand Down
2 changes: 1 addition & 1 deletion demos/ParticleEffectDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div class="notebook">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=17df88be"><div class="prompt input_prompt">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=6d18e373"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Particle-Effect-Demo">Particle Effect Demo<a class="anchor-link" href="#Particle-Effect-Demo"></a></h2><video controls="" muted="" style="width: 100%;">
Expand Down
2 changes: 1 addition & 1 deletion demos/ParticleEffectDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div class="notebook">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=17df88be"><div class="prompt input_prompt">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=6d18e373"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="Particle-Effect-Demo">Particle Effect Demo<a class="anchor-link" href="#Particle-Effect-Demo"></a></h2><video controls="" muted="" style="width: 100%;">
Expand Down
2 changes: 1 addition & 1 deletion demos/ThrowOptimizerDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div class="notebook">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=54ecfc1c"><div class="prompt input_prompt">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=450cdc9b"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="VR-Throw-Optimizer-Demo">VR Throw Optimizer Demo<a class="anchor-link" href="#VR-Throw-Optimizer-Demo"></a></h2><video controls="" muted="" style="width: 100%;">
Expand Down
2 changes: 1 addition & 1 deletion demos/ThrowOptimizerDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div class="notebook">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=54ecfc1c"><div class="prompt input_prompt">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=450cdc9b"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="VR-Throw-Optimizer-Demo">VR Throw Optimizer Demo<a class="anchor-link" href="#VR-Throw-Optimizer-Demo"></a></h2><video controls="" muted="" style="width: 100%;">
Expand Down
2 changes: 1 addition & 1 deletion demos/YannyLaurelDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div class="notebook">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=067dde0e"><div class="prompt input_prompt">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=ac8060fe"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p># Yanny-Laurel Threshold Demo</p>
Expand Down
2 changes: 1 addition & 1 deletion demos/YannyLaurelDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<div class="notebook">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=067dde0e"><div class="prompt input_prompt">
<div class="cell border-box-sizing text_cell rendered" id="cell-id=ac8060fe"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p># Yanny-Laurel Threshold Demo</p>
Expand Down
Loading

0 comments on commit 870c743

Please sign in to comment.