pallets/click

Add Screenshot workflow

Offen

#3.081 geöffnet am 22.09.2025

 (16 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.419 Forks)batch import
docsgood first issue

Repository-Metriken

Stars
 (14.710 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 11h) (13 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide