diff --git a/documentation/sphinx_static/convergence_particles.rst b/documentation/sphinx_static/convergence_particles.rst
index 170033f78e5d8ad523bc43af3becb2b0af77d06a..45fd4dab443a3dd3e51c911090ad0cfd1c01e316 100644
--- a/documentation/sphinx_static/convergence_particles.rst
+++ b/documentation/sphinx_static/convergence_particles.rst
@@ -123,8 +123,12 @@ class cannot search for the source parameters itself.
 Thirdly, I will note that one may in fact break this call by modifying
 the `iter0` and `checkpoints_per_file` values, since we have explicitly
 placed `iter0` in the `checkpoint` 0 file.
-However, a full discussion of the `iter0` and `checkpoint` subtleties is
-beyond the scope of this tutorial.
+While a full discussion of the `iter0` and `checkpoint` subtleties is
+beyond the scope of this tutorial, I will mention that it was a
+conscious choice to use a simple `iteration` to `checkpoint`
+correspondence, since we don't actually need anything smarter outside of
+extreme scenarios that need to be addressed individually anyway
+due to other complexities.
 
 .. code:: python