click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Feature Request: Display command epilog #51

Closed stevefranchak closed 4 years ago

stevefranchak commented 4 years ago

As mentioned in the Click documentation, a Command instance may have an epilog, which is written to the formatter after the command's usage, help text, and options.

For a given command, if the command has an epilog, the epilog should be rendered as the last section for that command.

mikenerone commented 4 years ago

A directive to control this would be good.