diff --git a/seismostats/utils/docs.py b/seismostats/utils/docs.py new file mode 100644 index 0000000..40fcdda --- /dev/null +++ b/seismostats/utils/docs.py @@ -0,0 +1,8 @@ +def _example(): + """ + This function is purely used as an example for the documentation. + + See Also: + :func:`seismostats.Catalog.bin_magnitudes` + """ + pass