Skip to content

Commit

Permalink
chore(docs): try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed May 27, 2024
1 parent 403f246 commit 6768a23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions differt2d/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ def segments_intersect(
Array(True, dtype=bool)
>>> segments_intersect(P1, P2, P3, P4, approx=True, function=sigmoid)
Array(1., dtype=float32)
:References:
Code inspired from "Graphics Gems III - 1st Edition", section IV.6.
https://www.realtimerendering.com/resources/GraphicsGems/gemsiii/insectc.c
http://www.graphicsgems.org/
"""
tol = jnp.asarray(tol)
A = P2 - P1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

qtgallery_conf = {
"xvfb_size": (765, 775),
"xvfb_size": (1085, 775),
"xvfb_color_depth": 24,
"xfvb_use_xauth": False,
"xfvb_extra_args": [],
Expand Down

0 comments on commit 6768a23

Please sign in to comment.