From 238f007f274efab9d0fb79b601d21075e89b7b46 Mon Sep 17 00:00:00 2001 From: David Minton Date: Mon, 18 Dec 2023 22:03:17 -0500 Subject: [PATCH] More edits to get rid of cratermaker stuff that got imported in --- docs/api.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index e485da0e3..33b241cbe 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -11,10 +11,7 @@ This section of the documentation provides a detailed reference for the Producti Simulation ========== -The Simulation class is the main class for the swiftest project. It is used to create a simulation of a crater on a given target -body. The Simulation class is used to generate craters of a given size and morphology based on the production function, morphology -function, and crater scaling relationship model. The surface of the target body is represented by a Surface attribute called -`surf`, which is derived from a UxDataset object. This is an unstructured grid dataset that contains data for the target body surface. +The Simulation class is the main class for the Swiftest project. Creating a Simulation ---------------------