#35380: Have the images for tutorial and admin docs programatically generated.
--------------------------------------+------------------------------------
Reporter: Sarah Boyce | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Description changed by Natalia Bidart:
Old description:
> Noticed in the process of reviewing
> [
https://github.com/django/django/pull/17910/ this PR] that there was an
> image in the documentation that required an update.
> I think most of the images are "slightly" out of date due to in part to
> the accessibility push which has done some CSS contrast updates.
>
> We already have the ability to
> [
https://docs.djangoproject.com/en/dev/internals/contributing/writing-
> code/unit-tests/#running-the-selenium-tests generate screenshots] during
> our Selenium tests, so it might be a nice idea to have our documentation
> screenshots generated in a similar way.
>
> All the screenshots in the docs would need generation upon the trigger of
> a command (i.e. manually via a Makefile, Django management command, or
> similar).
New description:
Noticed in the process of reviewing
[
https://github.com/django/django/pull/17910/ this PR] that there was an
image in the documentation that required an update.
I think most of the images are "slightly" out of date due to in part to
the accessibility push which has done some CSS contrast updates.
We already have the ability to
[
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code
/unit-tests/#running-the-selenium-tests generate screenshots] during our
Selenium tests, so it might be a nice idea to have our documentation
screenshots generated in a similar way.
All the screenshots in the docs would need generation upon the trigger of
a command (i.e. manually via a Makefile or similar).
--
--
Ticket URL: <
https://code.djangoproject.com/ticket/35380#comment:11>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.