click-contrib / sphinx-click

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

Process events #126

Closed coloursofnoise closed 1 year ago

coloursofnoise commented 1 year ago

Summary

Add Sphinx events to post-process generated command documentation.

Tasks

Further details

stephenfin commented 1 year ago

Just the style issues to fix now. You can do this by installing and running pre-commit.

pip install pre-commit
pre-commit run -a

That will automatically run black for you.

coloursofnoise commented 1 year ago

Should be done, after a bit of confusion I realized that this branch doesn't have the latest changes to the tox and pre-commit config so I just ran black manually.

caioariede commented 1 year ago

@stephenfin any plans on releasing this to PyPI? 👀

stephenfin commented 1 year ago

Good point. This will be released in 5.0.0 shortly.