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

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Feb 29, 2024
1 parent 8d5f513 commit 7df2403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/user-guide/basic-simulation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This is based on ``/Basic_Simulation`` in ``swiftest/examples``.
Start with importing Swiftest and other packages we will use in this tutorial. ::
import swiftest
import numpy as np

Initial Simulation Setup
===========================
Expand Down Expand Up @@ -43,7 +42,7 @@ Running the Simulation

We now set up the simulation parameters. Here we have a simulation starting from :math: `0.0 y` and running for :math: `1 My = 1e6 years`
with time steps of :math: `0.01 years`. ::

sim.set_parameter(tstart=0.0, tstop=1.0e6, dt=0.01)

Once everything is set up, we can save the simulation object and then run it: ::
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/detailed-simulation-setup/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#################
Basic Simulation
Detailed Simulation
#################

Here, we will walk you through the basic features of Swiftest and using them in Python.
Expand Down

0 comments on commit 7df2403

Please sign in to comment.