# Documentation
The documentation of GeoST consists of two parts: [User guide](user_guide.md) with an
explation of the basic functionality and the [API Reference](api_reference.md)
detailing every class, method, function and attribute used and implemented in GeoST.
````{grid} 1 2 2 2
```{grid-item-card} [User guide](user_guide.md)
:text-align: center
```
```{grid-item-card} [API Reference](api_reference.md)
:text-align: center
```
````
```{toctree}
---
maxdepth: 2
caption: Documentation
---
User guide
API Reference
```