Opened 10 years ago

Closed 10 years ago

#23527 closed Cleanup/optimization (fixed)

Stop referencing Cheetah in docs

Reported by: Aymeric Augustin Owned by: Ola Sitarska
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In several places, the docs refer to Cheetah.

Its last release happened 5 years ago and the name won't ring a bell to many Python developers these days.

It should be replace with another example or removed.

Change History (3)

comment:1 by Ola Sitarska, 10 years ago

Owner: changed from nobody to Ola Sitarska
Status: newassigned

comment:3 by Baptiste Mispelon <bmispelon@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In b9b8895acb4f5652fcb97525d0683afad5615406:

Fixed #23527 -- Removed Cheetah references in docs

Thanks to @aaugustin for submitting the ticket.

Note: See TracTickets for help on using tickets.
Back to Top