pallets/click

Add Screenshot workflow

Open

#3,081 建立於 2025年9月22日

在 GitHub 查看
 (14 留言) (0 反應) (0 負責人)Python (14,710 star) (1,419 fork)batch import
docsgood first issue

描述

In a few places in the docs, it would be really nice to be able to run some code take a screen shot, and draw boxes around different parts. For example setup an example click app with multiple sub commands, options, epilog help, and arguments and then draw boxes and label the various blocks. Requirements:

  • run locally for doc generation (actually locally not calling out to api)
  • run in ci job (not calling out to external service)
  • No added dependencies that are not pip installable
  • have the screen shots not be blurry (common problem)
  • draw boxes around various sections.

Conduct some research and propose some options. A maintainer will pick from the options. and you can implement it. Here is an example of what I was thinking is in the comments below.

貢獻者指南