We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb8cd1 commit 2e73304Copy full SHA for 2e73304
doc/conf.py
@@ -41,7 +41,7 @@
41
sphinx_gallery_conf = {
42
"examples_dirs": "../examples", # path to your example scripts
43
"gallery_dirs": "python_module",
44
- "capture_repr": ("_repr_html_"),
+ "capture_repr": ("_repr_html_",),
45
"line_numbers": False,
46
"filename_pattern": "/pet",
47
"binder": {
examples/02_eddy_identification/pet_shape_gallery.py
@@ -14,7 +14,7 @@
14
15
16
# %%
17
-# Method to compute circle path
+# Method to built circle from center coordinates
18
def build_circle(x0, y0, r):
19
angle = radians(linspace(0, 360, 50))
20
x_norm, y_norm = cos(angle), sin(angle)
0 commit comments