Skip to content

Commit 7b2be65

Browse files
committed
fix: correct namespace for Mandelbrot, Julia, and Feigenbaum diagrams
1 parent a5d4dac commit 7b2be65

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/modules/functions/fractal_set/complex_fractals.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Mandelbrot Set
22

33
<!-- prettier-ignore -->
4-
::: umf.functions.fractal_set.complex_fractals.MandelbrotSet
4+
::: umf.functions.fractal_set.complex.MandelbrotSet
55
options:
66
show_bases: false
77
show_source: true
@@ -18,7 +18,7 @@
1818
## Julia Set
1919

2020
<!-- prettier-ignore -->
21-
::: umf.functions.fractal_set.complex_fractals.JuliaSet
21+
::: umf.functions.fractal_set.complex.JuliaSet
2222
options:
2323
show_bases: false
2424
show_source: true
@@ -35,7 +35,7 @@
3535
## FeigenbaumDiagram
3636

3737
<!-- prettier-ignore -->
38-
::: umf.functions.fractal_set.complex_fractals.FeigenbaumDiagram
38+
::: umf.functions.fractal_set.complex.FeigenbaumDiagram
3939
options:
4040
show_bases: false
4141
show_source: true
@@ -48,5 +48,3 @@
4848
| Feigenbaum Diagram |
4949
| :---------------------------------------------------------------: |
5050
| ![FeigenbaumDiagram](../../../extra/images/FeigenbaumDiagram.png) |
51-
52-
## LyapunovExponent

0 commit comments

Comments
 (0)