From dce3582f53e38fd0babfd35634c7dd325c5ae30f Mon Sep 17 00:00:00 2001 From: David Minton Date: Thu, 29 Feb 2024 19:25:28 -0500 Subject: [PATCH] Turned a method name into a link to the API page of the method. --- docs/user-guide/basic-simulation/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/basic-simulation/index.rst b/docs/user-guide/basic-simulation/index.rst index 940c62138..f5e888c91 100644 --- a/docs/user-guide/basic-simulation/index.rst +++ b/docs/user-guide/basic-simulation/index.rst @@ -13,7 +13,7 @@ Initial Simulation Setup =========================== Create a Swiftest Simulation object. -Outputs are stored in the ``/simdata`` directory by default. :: +Outputs are stored in the ``./simdata`` directory by default. :: sim = swiftest.Simulation() @@ -23,7 +23,7 @@ The biggest body in the simulation is taken as the central body. Solar System Bodies ========================= -We can add solar system bodies to the simulation using the ``add_solar_system_body`` method. +We can add solar system bodies to the simulation using the :func:`add_solar_system_body ` method. This method uses JPL Horizons to extract the parameters. :: # Add the modern planets and the Sun using the JPL Horizons Database.