-
Notifications
You must be signed in to change notification settings - Fork 12
Deprecated Examples #98
Copy link
Copy link
Open
Labels
inaccurate documentationThere is an error in the documentation, or the documentation is out of date.There is an error in the documentation, or the documentation is out of date.priorityThis is planned to be fixed in the next release.This is planned to be fixed in the next release.
Metadata
Metadata
Assignees
Labels
inaccurate documentationThere is an error in the documentation, or the documentation is out of date.There is an error in the documentation, or the documentation is out of date.priorityThis is planned to be fixed in the next release.This is planned to be fixed in the next release.
The examples on the website are now quite old. They use substance methods that are now deprecated, like
T_s(). That is both bad and easy to fix.The installation instructions also make little mention of virtual environments, which have become extremely common in Python installations. In many Linux environments, using
pipon the system installation is no longer even allowed.We need to migrate the website to a new server anyway. These updates should be part of that planned migration.