From d320174377033ae07761e038432707251a3a3454 Mon Sep 17 00:00:00 2001 From: anand43 Date: Fri, 1 Mar 2024 11:04:32 -0500 Subject: [PATCH] Fixed linking issues --- docs/user-guide/gravitational-harmonics/index.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/gravitational-harmonics/index.rst b/docs/user-guide/gravitational-harmonics/index.rst index dc4fe4b1c..5cffea631 100644 --- a/docs/user-guide/gravitational-harmonics/index.rst +++ b/docs/user-guide/gravitational-harmonics/index.rst @@ -3,14 +3,16 @@ Gravitational Harmonics ########################## Here, we show how to use Swiftest's Gravitational Harmonics capabilities. -Swiftest uses `SHTOOLS ` to compute the gravitational harmonics coefficients for a given body and calculate it's associated acceleration kick. +Swiftest uses `SHTOOLS `__ to compute the gravitational harmonics coefficients for a given body and calculate it's associated acceleration kick. The coefficients can be computed in a number of ways: -- Using the axes measurements of the body ( :func: `clm_from_ellipsoid `) -- Using a surface relief grid ( :func: `clm_from_relief `). + +- Using the axes measurements of the body ( :func:`clm_from_ellipsoid `) + +- Using a surface relief grid ( :func:`clm_from_relief `). * This function is still in development and may not work as expected. -- Manually entering the coefficients when adding the central body ( :func: `add_body `) +- Manually entering the coefficients when adding the central body ( :func:`add_body `) This is based on ``/spherical_harmonics_cb`` in ``swiftest/examples``.