File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 5959 - any-glob-to-any-file :
6060 - ' lib/matplotlib/backends/backend_wx*.py*'
6161
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+
6288" topic: animation " :
6389 - any-glob-to-any-file :
6490 - ' lib/matplotlib/animation.py*'
You can’t perform that action at this time.
0 commit comments