From: Guenter M. <mi...@us...> - 2024-04-18 10:40:55
|
Dear Dave, glad to hear that you are still around! On 2024-04-16, Dave Kuhlman wrote: > I wrote the original code for rst2odt. > I'm willing to work on that module. > Any suggestions or guidance would be welcomed. > If we do attempt this task, it'd be good if we do > it consistently across all the module we add type hints to. > Is there something we should look at for a style guide? ... My suggestion would be that we start with another module (core.py or utils/__init__.py, say) and work out some style rules for our policies from this example. If we agree to do the writers last (and leave the ODT to you), there should be plenty of code to look at for guidance. There is also a number of "Tickets" (bug reports, feature requests, patches) tagged as "ODT writer", e.g. https://sourceforge.net/p/docutils/bugs/search/?q=labels%3AODT+AND+status%3Aopen+OR+status+pending-remind Günter |