diff --git a/contribute/index.html b/contribute/index.html index aeedb59..9e80a50 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -198,9 +198,13 @@

Add metrics

entities (as keys) to number of blocks (as values), outputs a single value (the outcome of the metric).

Second, import this new function to src/analyze.py.

-

Finally, add the name of the metric (which should be the same as the one used in +

Third, add the name of the metric (which should be the same as the one used in the filename above) and any parameter values it might require to the file config.yaml, under metrics.

+

Fourth, you should add unit tests for the new metric +here.

+

Finally, you should update the corresponding documentation +page