alex-rudakov / sphinx-argparse

Sphinx extension that automatically document argparse commands and options
MIT License
49 stars 40 forks source link

Formatting similar to RawDescriptionHelpFormatter #19

Closed snmishra closed 9 years ago

snmishra commented 10 years ago

I want to include a multi-paragraph description for my program. With argparse, I can do that using formatter_class=RawDescriptionHelpFormatter. sphinx-argparse always uses the default formatter class, which removes all extra whitespace.

alex-rudakov commented 9 years ago

Commit merged, so would close issue even as pull request refer this as "partial fix", if further fixing needed. Another ticket can be created describing what's still missing there.

alex-rudakov commented 9 years ago

Fix is included to 0.1.14 version