diff --git a/src-docs/charm_state.md b/src-docs/charm_state.md index b0d82e4e6..d5807caa1 100644 --- a/src-docs/charm_state.md +++ b/src-docs/charm_state.md @@ -867,7 +867,7 @@ Validate the proxy configuration. --- - + ### classmethod `from_charm` @@ -891,7 +891,7 @@ Initialize the proxy config from charm. --- - + ## class `UnsupportedArchitectureError` Raised when given machine charm architecture is unsupported. @@ -902,7 +902,7 @@ Raised when given machine charm architecture is unsupported. - `arch`: The current machine architecture. - + ### method `__init__` @@ -924,7 +924,7 @@ Initialize a new instance of the CharmConfigInvalidError exception. --- - + ## class `SSHDebugConnection` SSH connection information for debug workflow. @@ -965,7 +965,7 @@ Returns the set of fields that have been explicitly set on this model instance. --- - + ### classmethod `from_charm` @@ -989,7 +989,7 @@ Initialize the SSHDebugInfo from charm relation data. --- - + ## class `ReactiveConfig` Represents the configuration for reactive scheduling. @@ -1027,7 +1027,7 @@ Returns the set of fields that have been explicitly set on this model instance. --- - + ### classmethod `from_database` @@ -1057,12 +1057,12 @@ Initialize the ReactiveConfig from charm config and integration data. --- - + ## class `ImmutableConfigChangedError` Represents an error when changing immutable charm state. - + ### method `__init__` @@ -1084,7 +1084,7 @@ Initialize a new instance of the ImmutableConfigChangedError exception. --- - + ## class `CharmState` The charm state. @@ -1128,7 +1128,7 @@ __init__( --- - + ### classmethod `from_charm`