Am 16.11.2011 10:41, schrieb Nicolas Chauvat:
So that is it, I don't know anymore of things to do. What about a manpage, is it considered mandatory?It is always better to have one. Do you know about rst2man that can generate a man page from restructuredtext ?
Yes, I will use it. I already used rst2pdf it for the user manual and my PyCON DE presentation. Today I discussed at work, unrelated to Nuitka, the use of it for configuration data. I guess am a rst fan boy now. :-)
Anybody has any experience with generating manpages from optparse?Looking at cython(1) man page it appears that there is not much more to it than listing the options like "--help" does. But it's duplication to maintain it separately, so I would like to generate the "rst" from inspecting "nuitka/Options.py" somehow.
If anybody does that already, people on this list likely know. Yours, Kay