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 ---------------------