Skip to content
Snippets Groups Projects

Start branch for dev/0.7.14

Merged Jon Crall requested to merge dev/0.7.14 into main
4 files
+ 74
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
0
@@ -282,6 +282,9 @@ class Config(ub.NiceRepr, DictLike, metaclass=MetaConfig):
epilog (str): A class attribute that if specified will add an epilog
section to the help text.
SeeAlso:
:class:`scriptconfig.DataConfig`
Example:
>>> # Inherit from `Config` and assign `__default__`
>>> import scriptconfig as scfg
Loading