Skip to content

Commit

Permalink
include Catalog methods in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jun 21, 2024
1 parent bd35a5d commit cb5e89c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/source/reference/catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,35 @@
Catalog
```

## Transformation
## Modify Catalog

```{eval-rst}
.. autosummary::
:toctree: api/
Catalog.bin_magnitudes
Catalog.strip
Catalog.drop_ids
Catalog.drop_uncertainties
```

## Estimate from Catalog

```{eval-rst}
.. autosummary::
:toctree: api/
Catalog.estimate_b
Catalog.estimate_mc
```

## Transform from or to other format

```{eval-rst}
.. autosummary::
:toctree: api/
Catalog.to_quakeml
Catalog.from_quakeml
Catalog.from_dict
```

0 comments on commit cb5e89c

Please sign in to comment.