You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we maybe switch from a tuple to a dictionary to make it more obvious?
Another solution might be to switch to a config file, and provide the path to the config file here in docs/conf.py?
Yes, I think that this would make sense in order to get it more tidy.
As this is configuration, one could even go a step further and separate the audbcards_datasets into a config file.
With regard to the how: not that I have a strong oppinion, but you suggests to leave audbcards_datasets a list, and to transform an individual tuple into a dictionary - as opposed to audbcards_datasets itself becoming a dictionary too.
At the moment, the configuration is specified in a list of complicated tuples, e.g.
This has the disadvantage that it is hard to understand. Usually, I add some comments to mitigate this:
Should we maybe switch from a tuple to a dictionary to make it more obvious?
Another solution might be to switch to a config file, and provide the path to the config file here in
docs/conf.py
?/cc @ChristianGeng
The text was updated successfully, but these errors were encountered: