File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 59
59
- any-glob-to-any-file :
60
60
- ' lib/matplotlib/backends/backend_wx*.py*'
61
61
62
+ " Documentation: API " :
63
+ - any-glob-to-any-file :
64
+ # Also files in lib/**, but we can't be sure those are only documentation.
65
+ - ' doc/api/**'
66
+ " Documentation: build " :
67
+ - any-glob-to-any-file :
68
+ - ' doc/conf.py'
69
+ - ' doc/Makefile'
70
+ - ' doc/make.bat'
71
+ " Documentation: devdocs " :
72
+ - any-glob-to-any-file :
73
+ - ' doc/devel/**'
74
+ " Documentation: examples " :
75
+ - any-glob-to-any-file :
76
+ - ' galleries/examples/**'
77
+ " Documentation: plot types " :
78
+ - any-glob-to-any-file :
79
+ - ' galleries/plot_types/**'
80
+ " Documentation: tutorials " :
81
+ - any-glob-to-any-file :
82
+ - ' galleries/tutorials/**'
83
+ " Documentation: user guide " :
84
+ - any-glob-to-any-file :
85
+ - ' doc/users/**'
86
+ - ' galleries/users_explain/**'
87
+
62
88
" topic: animation " :
63
89
- any-glob-to-any-file :
64
90
- ' lib/matplotlib/animation.py*'
You can’t perform that action at this time.
0 commit comments