From af759238d18328f9559a08e33a04bd12ba88555b Mon Sep 17 00:00:00 2001 From: anand43 Date: Fri, 1 Mar 2024 10:43:32 -0500 Subject: [PATCH] Changed spherical to gravitational harmonics --- docs/user-guide/gravitational-harmonics/index.rst | 12 ++++++++++++ docs/user-guide/index.rst | 2 +- docs/user-guide/spherical-harmonics/index.rst | 12 ------------ 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 docs/user-guide/gravitational-harmonics/index.rst delete mode 100644 docs/user-guide/spherical-harmonics/index.rst diff --git a/docs/user-guide/gravitational-harmonics/index.rst b/docs/user-guide/gravitational-harmonics/index.rst new file mode 100644 index 000000000..98d0a8d7c --- /dev/null +++ b/docs/user-guide/gravitational-harmonics/index.rst @@ -0,0 +1,12 @@ +######################### +Gravitational Harmonics +########################## + +Here, we show how to use Swiftest's Gravitational Harmonics capabilities. +This is based on ``/spherical_harmonics_cb`` in ``swiftest/examples``. + + + +.. .. toctree:: +.. :maxdepth: 2 +.. :hidden: \ No newline at end of file diff --git a/docs/user-guide/index.rst b/docs/user-guide/index.rst index f3a941582..de0a3b858 100644 --- a/docs/user-guide/index.rst +++ b/docs/user-guide/index.rst @@ -16,4 +16,4 @@ In this user guide, you will find detailed descriptions and examples that descri Basic Simulation Detailed Simulation Setup - Spherical Harmonics \ No newline at end of file + Gravitational Harmonics \ No newline at end of file diff --git a/docs/user-guide/spherical-harmonics/index.rst b/docs/user-guide/spherical-harmonics/index.rst deleted file mode 100644 index 06380bd4a..000000000 --- a/docs/user-guide/spherical-harmonics/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -################### -Spherical Harmonics -################### - -Here, we show how to use Swiftest's Spherical Harmonics capabilities. -This is based on ``/spherical_harmonics_cb`` in ``swiftest/examples``. - - - -.. .. toctree:: -.. :maxdepth: 2 -.. :hidden: \ No newline at end of file