Problem
When adding references to examples it is a bit of hassle to open all the files in order to determine which files don't have the references. So I listed them all using this bash command ( https://unix.stackexchange.com/a/26839/181419)
find . -type f -name "*.py" | xargs grep -H -c 'References' | grep 0$ | cut -d':' -f1 > references.txt
the 338 examples in need of help are:
animation
units
shapes and collections
axis artist
frontpage
widgets
showcase
event handling
user interfaces
scales
axes grid 1
misc
ticks and spines
subplots axes and figures
mplot3d
user demo
lines bars and markers
text labels and annotations
speciality plots
style sheets
images and contours
Problem
When adding references to examples it is a bit of hassle to open all the files in order to determine which files don't have the references. So I listed them all using this bash command ( https://unix.stackexchange.com/a/26839/181419)
the 338 examples in need of help are:
animation
units
shapes and collections
axis artist
frontpage
widgets
showcase
event handling
user interfaces
scales
axes grid 1
misc
ticks and spines
subplots axes and figures
mplot3d
user demo
lines bars and markers
text labels and annotations
speciality plots
style sheets
images and contours