Skip to content

Commit f4e7ad4

Browse files
committed
docs
1 parent 835f134 commit f4e7ad4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

afbf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "2021."
66
__credits__ = ["Frédéric Richard"]
77
__license__ = "GNU GENERAL PUBLIC LICENSE, Version 3."
8-
__version__ = "0.2.8"
8+
__version__ = "0.2.9"
99
__maintainer__ = "Frédéric Richard"
1010
__email__ = "frederic.richard_at_univ-amu.fr"
1111
__status__ = "Release"

docs/auto_examples/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,16 @@
9494
<section id="example-gallery">
9595
<h1>Example gallery<a class="headerlink" href="#example-gallery" title="Link to this heading"></a></h1>
9696
<div class="sphx-glr-thumbnails"><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to simulate a fractional Brownian field with a prescribed Hurst index."><img alt="" src="../_images/sphx_glr_plot_fbf_thumb.png" />
97-
<p><span class="xref std std-ref">sphx_glr_auto_examples_plot_fbf.py</span></p>
97+
9898
<div class="sphx-glr-thumbnail-title">Fractional Brownian field</div>
9999
</div><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to simulate an anisotropic fractional Brownian field with random Hurst step function."><img alt="" src="../_images/sphx_glr_plot_afbf_1_thumb.png" />
100-
<p><span class="xref std std-ref">sphx_glr_auto_examples_plot_afbf_1.py</span></p>
100+
101101
<div class="sphx-glr-thumbnail-title">Anisotropic Fractional Brownian field (1)</div>
102102
</div><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to simulate an anisotropic fractional Brownian field with random Hurst smooth-step function."><img alt="" src="../_images/sphx_glr_plot_afbf_2_thumb.png" />
103-
<p><span class="xref std std-ref">sphx_glr_auto_examples_plot_afbf_2.py</span></p>
103+
104104
<div class="sphx-glr-thumbnail-title">Anisotropic Fractional Brownian field (2)</div>
105105
</div><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to simulate an elementary fractional Brownian field with prescribed Hurst index, step intervals and directions."><img alt="" src="../_images/sphx_glr_plot_efbf_thumb.png" />
106-
<p><span class="xref std std-ref">sphx_glr_auto_examples_plot_efbf.py</span></p>
106+
107107
<div class="sphx-glr-thumbnail-title">Elementary Fractional Brownian field</div>
108108
</div></div><div class="toctree-wrapper compound">
109109
</div>
@@ -149,4 +149,4 @@ <h1>Example gallery<a class="headerlink" href="#example-gallery" title="Link to
149149
</script>
150150

151151
</body>
152-
</html>
152+
</html>

0 commit comments

Comments
 (0)