Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Sep 2, 2024
1 parent c7731ca commit b0af420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pooltool/objects/ball/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def vectorize(
plt.show()
See Also:
- :meth:`vectorize`
- :meth:`from_vectorization`
"""
if self.empty:
return None
Expand Down Expand Up @@ -284,7 +284,7 @@ def from_vectorization(
True
See Also:
- :meth:`from_vectorization`
- :meth:`vectorize`
"""
history = BallHistory()

Expand Down Expand Up @@ -365,7 +365,7 @@ class Ball:
:math:`t_{final}` densely sampled with respect to time.
See Also:
- See :func:`pooltool.evolution.event_based.continuize.continuize` for a
- See :func:`pooltool.evolution.continuize.continuize` for a
details about continuizing a simulated system.
- See the *Important* section in :class:`Ball` for a description of the
role of ``history_cts`` during simulation.
Expand Down

0 comments on commit b0af420

Please sign in to comment.