alex-rudakov / sphinx-argparse

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

Feature request: directive to ignore the epilogue #55

Closed arewm closed 7 years ago

arewm commented 7 years ago

I have an argparse epilogue that contains text that can be interpreted as .rst. In order to allow the documentation to be generated properly, I need to the epilogue when parsing.

For consistency, the option to ignore the description can also be added if desired.

I have implemented this change on a local copy and would be fine contributing it. I have never contributed before so would just need to know the procedure. I have created a pull request for this change, so the issue can be closed.