Proposal: Streamline names of configuration values
Christoph Groth (Referee 2 of our submission to SciPost) has made the following
suggestion related to configuration options in his report.
From the submission page at https://scipost.org/submissions/2407.12651v1/#report_2:
> The config options have long names. Perhaps some form of namespaces could
> be used to group related options, e.g. in the config file:
>
> ```
> [fig.colorbar]
> margin=7.5
> method=insert
> ```
>
> Ideally, this scheme could be also used to compactify configuration on the
> command line. e.g. `config fig.colorbar margin=7.5 method=insert,` (observe
> the use of a comma to signal the end of the config command)
issue