alex-rudakov / sphinx-argparse

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

Display parser description and epilog text #5

Closed jamesra closed 10 years ago

jamesra commented 10 years ago

Hello, this code adds support for the description and epilog properties of the ArgumentParser. Another user reported the wish for epilog support in Issue #4.

I had trouble running the nest parser test on my machine. I don't believe that is related to these changes though.

alex-rudakov commented 10 years ago

I had trouble running the nest parser test on my machine. Checked out your commit, and it's ok. All tests passing. So maybe it's python version / OS dependent. Can you please report this as a bug attaching your python version, trace/error and os name. I will take a look at this.

Merged your pull request, uploaded a new version for this 0.1.5.