<snip> > > @classmethod > > def from_dict(cls, d: BuildTargetConfigDict) -> Self: > > r"""A convenience method that processes the inputs before creating > > an instance. > > > > - `arch`, `os`, `cpu` and `compiler` are converted to > > :class:`Enum`\s and > > - `name` is constructed from `arch`, `os`, `cpu` and `compiler`. > > + `compiler` is converted to :class:`Enum`\s > > Because it's only the one attribute now this should likely just be > "`compiler` is converted to an :class:`Enum`" and because you don't > need this \s, I think you can also remove the "r" from the start of > the doc-string that makes it a string literal.
I could have sworn I fixed this before sending this out. I'll take care of it!