Commit Graph

12 Commits

Author SHA1 Message Date
Damien Elmes
f2a7e4685c give up on pytype
the fix/check/fix cycle is infuriating slow
2019-12-23 11:58:26 +10:00
Damien Elmes
2d68544d64 update contrib docs 2019-12-23 11:38:58 +10:00
Damien Elmes
30f5a82d35 drop pytype from CI checks
less useful as more type hints are added
2019-12-23 08:40:37 +10:00
Damien Elmes
5075fc23f6 remove pytype from 'make check', and split up dev deps 2019-12-22 08:56:47 +10:00
Damien Elmes
28aa983aa4 mention example in contrib file 2019-12-21 07:38:01 +10:00
Damien Elmes
59ce08bc4e add type hints section to README.contributing 2019-12-20 20:52:16 +10:00
Damien Elmes
795f36aeb0 add comment about pretty to makefile 2019-12-20 20:37:29 +10:00
Damien Elmes
9d1d646a92 update docs 2019-12-18 16:16:44 +10:00
Jesse Peterman
cccc4bc047
Update README.contributing
Fixed a few typos
2018-07-10 09:13:10 -07:00
Damien Elmes
7288a9b063 new add-on handling
- separate dialog for managing add-ons
- only add-ons compatible with Anki 2.1 will be shown on AnkiWeb
- can delete or toggle disabled on multiple add-ons at once
- check for updates button
- button to view add-on's AnkiWeb page

The new handling drops support for single file .py add-ons, and requires
add-ons to store all files in a single folder. This ensures all files
are cleaned up properly when updating or deleting an add-on, and
prevents file conflicts between separate add-ons. See the updated
add-on docs for more:

https://apps.ankiweb.net/docs/addons21.html#add-on-folders
https://apps.ankiweb.net/docs/addons21.html#sharing-add-ons

README.addons has been moved to the above page
2017-08-26 15:14:20 +10:00
Andi Hafner
be8579a0a2 fixing typo
line 33 'harbour' instead of 'harbor'
2017-01-30 08:30:20 +01:00
Damien Elmes
72f128156e add README.contributing 2016-08-16 15:07:29 +10:00