click-contrib / sphinx-click

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

Process events #126

Closed coloursofnoise closed 11 months ago

coloursofnoise commented 12 months ago

Summary

Add Sphinx events to post-process generated command documentation.

Tasks

Further details

stephenfin commented 11 months 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 11 months 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 11 months ago

@stephenfin any plans on releasing this to PyPI? 👀

stephenfin commented 11 months ago

Good point. This will be released in 5.0.0 shortly.