1
0
Fork 0
mirror of synced 2024-06-18 06:51:11 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Anish Athalye 1e1885c45a Fix incorrect use of is over ==
Comparing strings and integers with `is` is a bug: comparisons should be
done with `==`. It might not have caused observable problems in the past
because small integers and strings can be interned.
2020-01-03 15:31:24 -05:00
Albert Puig eabd84bce1 Add ignore-missing option to link 2019-12-31 14:25:53 -05:00
ronalabraham 017c70b5b0
Change target to source for consistency with docs 2019-06-04 15:20:00 -04:00
Bao Trinh 7add866215
Support defining default conditional option for links 2018-11-17 15:00:18 -06:00
Ben Klein a9cf9fffe4 Implement conditional linking 2018-10-16 20:22:40 -04:00
Anish Athalye 9d967ad7e8 Include built-in plugins in PyPI distribution 2018-06-11 21:14:10 -04:00
Renamed from plugins/link.py (Browse further)