diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index 13f8307f..d08f9c40 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-01T18:45:57","documenter_version":"1.5.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-01T18:46:54","documenter_version":"1.5.0"}}
\ No newline at end of file
diff --git a/dev/contributions/index.html b/dev/contributions/index.html
index efe830e2..208448da 100644
--- a/dev/contributions/index.html
+++ b/dev/contributions/index.html
@@ -62,7 +62,7 @@
rc2 = ResidueContributions(result2, select(atoms, "protein"))
# difference of the residue contributions between the two simulations:
rc_diff = rc2 - rc1
-contourf(rc_diff) # plots a contour map of the differencesourceComplexMixtures.contributions — Method
contributions(R::Result, group::Union{SoluteGroup,SolventGroup}; type = :mddf)
Returns the contributions of the atoms of the solute or solvent to the MDDF, coordination number, or MD count.
Arguments
R::Result: The result of a calculation.
group::Union{SoluteGroup,SolventGroup}: The group of atoms to consider.
type::Symbol: The type of contributions to return. Can be :mddf (default), :coordination_number, or :md_count.
Examples
julia> using ComplexMixtures, PDBTools
+contourf(rc_diff) # plots a contour map of the difference
contributions(R::Result, group::Union{SoluteGroup,SolventGroup}; type = :mddf)
Returns the contributions of the atoms of the solute or solvent to the MDDF, coordination number, or MD count.
Arguments
R::Result: The result of a calculation.
group::Union{SoluteGroup,SolventGroup}: The group of atoms to consider.
type::Symbol: The type of contributions to return. Can be :mddf (default), :coordination_number, or :md_count.
Examples
julia> using ComplexMixtures, PDBTools
julia> dir = ComplexMixtures.Testing.data_dir*"/Gromacs";
@@ -88,4 +88,4 @@
julia> ca_cb = contributions(results, SoluteGroup(["CA", "CB"])); # contribution of CA and CB atoms to the MDDF
-julia> ca_cb = contributions(results, SoluteGroup(["CA", "CB"]); type=:coordination_number); # contribution of CA and CB atoms to the coordination number