Using Sphinx Gallery
Advanced usage and information
Example galleries
API and developer reference
Parses example file code in order to keep track of used functions
sphinx_gallery.backreferences.
identify_names
Build a codeobj summary by identifying and resolving used names.
sphinx_gallery.backreferences.identify_names
Identifying function names in a script
NameFinder
Finds the longest form of variable names and their imports in code.
Only retains names from imported modules.