Skip to content

Commit

Permalink
Deploying to gh-pages from @ fury-gl/fury@69f3b1c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jul 30, 2024
1 parent ecb4489 commit 7ea11ce
Show file tree
Hide file tree
Showing 529 changed files with 1,052 additions and 1,033 deletions.
2 changes: 1 addition & 1 deletion dev/.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: 56893539fbfc9f518d6821c052193ecb
config: cfd65b1d280e55551f713981b5dd439e
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified dev/.doctrees/auto_examples/04_demos/viz_animated_surfaces.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/.doctrees/community.doctree
Binary file not shown.
Binary file modified dev/.doctrees/environment.pickle
Binary file not shown.
Binary file modified dev/.doctrees/reference/fury.deprecator.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/0ca34b75f2c64753ef693f93bf31e662/viz_spiky.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/0eebaf3c387fd05da33d70f6977ed2cd/viz_slice.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/119ebd974546c339566e74a84baba9b3/viz_timeline.zip
Binary file not shown.
Binary file modified dev/_downloads/148b936e54c9b9ef503924842fc5f2ae/viz_layout.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/199a7841405237aa8309ad1740e8f753/viz_picking.zip
Binary file not shown.
Binary file modified dev/_downloads/1cfb31ae484ad326090029fa173b7e6d/viz_gltf.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,25 @@ def update_coordinates(wavenumber, ang_frq, time, phase_angle):


###############################################################################
# Variable(s) and their description-
# npoints: For high quality rendering, keep the number of npoints high
# but kindly note that higher values for npoints will slow down the
# rendering process (default = 800)
# wavelength : wavelength of the wave (default = 2)
# wavenumber : 2*pi/wavelength
# time: time (default time i.e. time at beginning of the animation = 0)
# incre_time: value by which time is incremented for each call of
# timer_callback (default = 0.1)
# angular_frq: angular frequency (default = 0.1)
# phase_angle: phase angle (default = 0.002)
# Variable(s) and their description
#
# npoints: int
# For high quality rendering, keep the number of npoints high
# but kindly note that higher values for npoints will slow down the
# rendering process (default = 800)
# wavelength: int
# wavelength of the wave (default = 2)
# wavenumber: float
# 2*pi/wavelength
# time: float
# time (default time i.e. time at beginning of the animation = 0)
# incre_time: float
# value by which time is incremented for each call of
# timer_callback (default = 0.1)
# angular_frq: float
# angular frequency (default = 0.1)
# phase_angle: float
# phase angle (default = 0.002)


npoints = 800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Cubic Bezier curve parameters\nIn order to make a cubic bezier curve based animation, you need four values\nfor every keyframe:\n1- Timestamp: The time that the keyframe is assigned to.\n2- value: The value of the keyframe. This might be position, quaternion, or\n scale value.\n3- In control point: The control point used when the value is the destination\n value.\n4- Out control point: The control point used when the value is the departure\n value::\n\n keyframe 0 -----------------> keyframe 1\n(time-0) (value-0) (out-cp-0) -----------------> (time-1) (value-1) (in-cp-1)\n\n keyframe 1 -----------------> keyframe 2\n(time-1) (value-1) (out-cp-1) -----------------> (time-2) (value-2) (in-cp-2)\n\n"
"## Cubic Bezier curve parameters\nIn order to make a cubic bezier curve based animation, you need four values\nfor every keyframe:\n\n1- Timestamp: The time that the keyframe is assigned to.\n\n2- Value: The value of the keyframe. This might be position, quaternion, or scale\nvalue.\n\n3- In control point: The control point used when the value is the destination value.\n\n4- Out control point: The control point used when the value is the departure\nvalue::\n\n keyframe 0 -----------------> keyframe 1\n (time-0) (value-0) (out-cp-0) -----------------> (time-1) (value-1) (in-cp-1)\n keyframe 1 -----------------> keyframe 2\n (time-1) (value-1) (out-cp-1) -----------------> (time-2) (value-2) (in-cp-2)\n\n\n"
]
},
{
Expand Down Expand Up @@ -130,7 +130,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Setting Cubic Bezier keyframes\n\nCubic Bezier keyframes consists of 4 data per keyframe\nTimestamp, position, in control point, and out control point.\n- In control point is the cubic bezier control point for the associated\n position when this position is the destination position.\n- Out control point is the cubic bezier control point for the associated\n position when this position is the origin position or departing position.\nNote: If a control point is not provided or set `None`, this control point\nwill be the same as the position itself.\n\n"
"## Setting Cubic Bezier keyframes\n\nCubic Bezier keyframes consists of 4 data per keyframe\nTimestamp, position, in control point, and out control point.\n\n- In control point is the cubic bezier control point for the associated\n position when this position is the destination position.\n- Out control point is the cubic bezier control point for the associated\n position when this position is the origin position or departing position.\n\nNote: If a control point is not provided or set `None`, this control point\nwill be the same as the position itself.\n\n"
]
},
{
Expand Down
Binary file modified dev/_downloads/1f2a0133ff341c45a56267c519c83862/viz_network.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/2a80c6f487fd97ce4ed51a3def47d5c5/viz_arrow.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/3bdacbf5e9bfabcaa99c4e9c1edd4691/viz_bundles.zip
Binary file not shown.
Binary file modified dev/_downloads/3ce3334a3f164ae3b7039c1d97b84ef2/viz_texture.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/44b4046d70ae1df75a4459ef60d083fc/viz_cone.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/4c0316adcbc4df4dbff542b95e94b99f/viz_buttons.zip
Binary file not shown.
Binary file modified dev/_downloads/5449f860691434ce246436ac36c9d4d4/viz_combobox.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Variable(s) and their description-\nnpoints: For high quality rendering, keep the number of npoints high\n but kindly note that higher values for npoints will slow down the\n rendering process (default = 800)\nwavelength : wavelength of the wave (default = 2)\nwavenumber : 2*pi/wavelength\ntime: time (default time i.e. time at beginning of the animation = 0)\nincre_time: value by which time is incremented for each call of\n timer_callback (default = 0.1)\nangular_frq: angular frequency (default = 0.1)\nphase_angle: phase angle (default = 0.002)\n\n"
"Variable(s) and their description\n\nnpoints: int\n For high quality rendering, keep the number of npoints high\n but kindly note that higher values for npoints will slow down the\n rendering process (default = 800)\nwavelength: int\n wavelength of the wave (default = 2)\nwavenumber: float\n 2*pi/wavelength\ntime: float\n time (default time i.e. time at beginning of the animation = 0)\nincre_time: float\n value by which time is incremented for each call of\n timer_callback (default = 0.1)\nangular_frq: float\n angular frequency (default = 0.1)\nphase_angle: float\n phase angle (default = 0.002)\n\n"
]
},
{
Expand Down
Binary file not shown.
Binary file modified dev/_downloads/6810378b283a7a1bc8664ba73145aee0/viz_advanced.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/75159ae673631da39bc99f4fdded84b5/viz_spinbox.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### References\n.. [Hart1996] Hart, John C. \"Sphere tracing: A geometric method for the\n antialiased ray tracing of implicit surfaces.\" The Visual\n Computer 12.10 (1996): 527-545.\n\n.. include:: ../links_names.inc\n\n"
"### References\n antialiased ray tracing of implicit surfaces.\" The Visual\n Computer 12.10 (1996): 527-545.\n\n.. include:: ../links_names.inc\n\n"
]
}
],
Expand Down
Binary file modified dev/_downloads/81f4a54a677a19f3112fc2b6f3eff6ec/viz_sphere.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/89363d2004ae1ca5758a59fc982a7291/viz_ui.zip
Binary file not shown.
Binary file modified dev/_downloads/8f76342ecd3c433805035888e58c058f/viz_camera.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/a15dfdc281ecf5ef2be53f74eba90888/viz_fractals.zip
Binary file not shown.
Binary file modified dev/_downloads/a72ac8dbca1bdb9fc4c6d1c9797fa511/viz_tab.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Variables and their usage:\n:time - float: initial value of the time variable i.e. value of the time variable at\n the beginning of the program; (default = 0)\ndt: float\n amount by which ``time`` variable is incremented for every iteration\n of timer_callback function (default = 0.1)\nlower_xbound: float\n lower bound of the x values in which the function is plotted\n (default = -1)\nupper_xbound: float\n Upper bound of the x values in which the function is plotted\n (default = 1)\nlower_ybound: float\n lower bound of the y values in which the function is plotted\n (default = -1)\nupper_ybound: float\n Upper bound of the y values in which the function is plotted\n (default = 1)\nnpoints: int\n For high quality rendering, keep the number high but kindly note\n that higher values for npoints slows down the animation\n (default = 128)\n\n\n"
"Variables and their usage:\n\ntime: float\n initial value of the time variable i.e. value of the time variable at\n the beginning of the program; (default = 0)\ndt: float\n amount by which ``time`` variable is incremented for every iteration\n of timer_callback function (default = 0.1)\nlower_xbound: float\n lower bound of the x values in which the function is plotted\n (default = -1)\nupper_xbound: float\n Upper bound of the x values in which the function is plotted\n (default = 1)\nlower_ybound: float\n lower bound of the y values in which the function is plotted\n (default = -1)\nupper_ybound: float\n Upper bound of the y values in which the function is plotted\n (default = 1)\nnpoints: int\n For high quality rendering, keep the number high but kindly note\n that higher values for npoints slows down the animation\n (default = 128)\n\n\n"
]
},
{
Expand Down
Binary file modified dev/_downloads/b0080f836f729d7f9eb9ba972bd58bfa/viz_shapes.zip
Binary file not shown.
Binary file modified dev/_downloads/b1cbdd4b47f6141dee863c502752ffaf/viz_timers.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/ba971dacdfcb1101c922af9e48afc4ab/viz_shader.zip
Binary file not shown.
Binary file modified dev/_downloads/be1eb6133d637ba186789b6a23d43028/viz_morphing.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/c03fedba7f4db7fae10985fef3f9aa8c/viz_domino.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/c3c0c6bd615e44c636e67acbc672c964/viz_skinning.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
###############################################################################
# References
# ----------
# .. [Hart1996] Hart, John C. "Sphere tracing: A geometric method for the
# .. _[Hart1996] Hart, John C. "Sphere tracing: A geometric method for the
# antialiased ray tracing of implicit surfaces." The Visual
# Computer 12.10 (1996): 527-545.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,22 @@
# =============================
# In order to make a cubic bezier curve based animation, you need four values
# for every keyframe:
#
# 1- Timestamp: The time that the keyframe is assigned to.
# 2- value: The value of the keyframe. This might be position, quaternion, or
# scale value.
# 3- In control point: The control point used when the value is the destination
# value.
#
# 2- Value: The value of the keyframe. This might be position, quaternion, or scale
# value.
#
# 3- In control point: The control point used when the value is the destination value.
#
# 4- Out control point: The control point used when the value is the departure
# value::
# value::
#
# keyframe 0 -----------------> keyframe 1
# (time-0) (value-0) (out-cp-0) -----------------> (time-1) (value-1) (in-cp-1)
# keyframe 0 -----------------> keyframe 1
# (time-0) (value-0) (out-cp-0) -----------------> (time-1) (value-1) (in-cp-1)
# keyframe 1 -----------------> keyframe 2
# (time-1) (value-1) (out-cp-1) -----------------> (time-2) (value-2) (in-cp-2)
#
# keyframe 1 -----------------> keyframe 2
# (time-1) (value-1) (out-cp-1) -----------------> (time-2) (value-2) (in-cp-2)

keyframe_1 = {"value": [-2, 0, 0], "out_cp": [-15, 6, 0]}
keyframe_2 = {"value": [18, 0, 0], "in_cp": [27, 18, 0]}
Expand Down Expand Up @@ -79,10 +82,12 @@
#
# Cubic Bezier keyframes consists of 4 data per keyframe
# Timestamp, position, in control point, and out control point.
#
# - In control point is the cubic bezier control point for the associated
# position when this position is the destination position.
# - Out control point is the cubic bezier control point for the associated
# position when this position is the origin position or departing position.
#
# Note: If a control point is not provided or set `None`, this control point
# will be the same as the position itself.

Expand Down
Binary file modified dev/_downloads/cf61fbca4b19e13a2ec8a90db4c715c4/viz_sdfactor.zip
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/d677ef2ce68ed65330a28804ebc75fd5/viz_card.zip
Binary file not shown.
Binary file modified dev/_downloads/d6a9b61de8ef9d7ffa01717b4aeb804b/viz_markers.zip
Binary file not shown.
Binary file modified dev/_downloads/d6d579ab803716bc90cc4d828c04793e/viz_chain.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ def update_surface(x, y, equation, cmap_name="viridis"):

###############################################################################
# Variables and their usage:
# :time - float: initial value of the time variable i.e. value of the time variable at
# the beginning of the program; (default = 0)
#
# time: float
# initial value of the time variable i.e. value of the time variable at
# the beginning of the program; (default = 0)
# dt: float
# amount by which ``time`` variable is incremented for every iteration
# of timer_callback function (default = 0.1)
# amount by which ``time`` variable is incremented for every iteration
# of timer_callback function (default = 0.1)
# lower_xbound: float
# lower bound of the x values in which the function is plotted
# lower bound of the x values in which the function is plotted
# (default = -1)
# upper_xbound: float
# Upper bound of the x values in which the function is plotted
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/f54a755b14024717d17d6061e7b4328c/viz_widget.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified dev/_downloads/fe1f98d7a39804ac8d327e9dc5f3deeb/viz_surfaces.zip
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions dev/_modules/fury.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../_static/documentation_options.js?v=3548703d"></script>
<script src="../_static/documentation_options.js?v=01ff011e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/actor.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.actor &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.actor &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/actors/odf_slicer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.actors.odf_slicer &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.actors.odf_slicer &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/actors/peak.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.actors.peak &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.actors.peak &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/actors/tensor.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.actors.tensor &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.actors.tensor &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/animation/animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.animation.animation &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.animation.animation &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/animation/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.animation.helpers &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.animation.helpers &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions dev/_modules/fury/animation/interpolator.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fury.animation.interpolator &#8212; FURY 0.11.0.dev65+g08d49488 documentation</title>
<title>fury.animation.interpolator &#8212; FURY 0.11.0.dev66+g69f3b1c9 documentation</title>



Expand Down Expand Up @@ -43,7 +43,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae" />
<script src="../../../_static/vendor/fontawesome/6.5.1/js/all.min.js?digest=8d27b9dea8ad943066ae"></script>

<script src="../../../_static/documentation_options.js?v=3548703d"></script>
<script src="../../../_static/documentation_options.js?v=01ff011e"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Loading

0 comments on commit 7ea11ce

Please sign in to comment.