pallets/click

Add Screenshot workflow

Ouverte

#3 081 ouverte le 22 sept. 2025

 (16 commentaires) (0 réaction) (0 personne assignée)Python (1 419 forks)batch import
docsgood first issue

Métriques du dépôt

Stars
 (14 710 étoiles)
Métriques de merge PR
 (Merge moyen 3j 11h) (13 PRs mergées en 30 j)

Description

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.

Guide contributeur