Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Turned a method name into a link to the API page of the method.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Mar 1, 2024
1 parent 4ce7754 commit dce3582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/basic-simulation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand All @@ -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 <swiftest.Simulation.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.
Expand Down

0 comments on commit dce3582

Please sign in to comment.