It'd be great to find a convenient way to properly write docstrings in our functions so that --- when they are being called from the entry points inside dice*_* scripts --- we can re-use the descriptions of each option. Besides being faster to deploy such scripts, our code will be much more consistent, i.e. same help/documentation is every part of code.
It'd be great to find a convenient way to properly write docstrings in our functions so that --- when they are being called from the entry points inside
dice*_*scripts --- we can re-use the descriptions of each option. Besides being faster to deploy such scripts, our code will be much more consistent, i.e. same help/documentation is every part of code.