From 77147571113ed3d75b2dc4836b6036e0a77164d3 Mon Sep 17 00:00:00 2001 From: Gernot Bauer Date: Mon, 19 Feb 2024 13:11:00 +0100 Subject: [PATCH] Updated uv-theory name change in Python doc --- docs/api/uvtheory.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/uvtheory.md b/docs/api/uvtheory.md index 8a266ed5f..9d4b0f05b 100644 --- a/docs/api/uvtheory.md +++ b/docs/api/uvtheory.md @@ -1,13 +1,13 @@ # `feos.uvtheory` -Utilities to build `UVParameters`. +Utilities to build `UVTheoryParameters`. ## Example ```python -from feos.uvtheory import UVParameters +from feos.uvtheory import UVTheoryParameters -parameters = UVParameters.from_json(['methane', 'ethane'], 'parameters.json') +parameters = UVTheoryParameters.from_json(['methane', 'ethane'], 'parameters.json') ``` ## Data types @@ -23,6 +23,6 @@ parameters = UVParameters.from_json(['methane', 'ethane'], 'parameters.json') PureRecord BinaryRecord Perturbation - UVRecord - UVParameters + UVTheoryRecord + UVTheoryParameters ``` \ No newline at end of file