From 14c83569932ce3b33d79df31f33828b18bb282e0 Mon Sep 17 00:00:00 2001 From: unalmis Date: Wed, 21 Aug 2024 01:41:56 -0400 Subject: [PATCH] Add developer guide link to docstring of surface integrals --- desc/integrals/surface_integral.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desc/integrals/surface_integral.py b/desc/integrals/surface_integral.py index 4492fbfb3e..27faa1b0d4 100644 --- a/desc/integrals/surface_integral.py +++ b/desc/integrals/surface_integral.py @@ -1,6 +1,8 @@ """Surface integrals of non-singular functions. -The API is subject to change. +Please see the documentation below, in particular the surface integrals +section, if you would like tutorial and example use of these functions. +https://desc-docs.readthedocs.io/en/latest/notebooks/dev_guide/grid.html """ from desc.backend import cond, fori_loop, jnp, put