We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5490561 commit eacedaeCopy full SHA for eacedae
docs/sphinx/source/conf.py
@@ -365,6 +365,11 @@ def setup(app):
365
# Modules for which function/class level galleries are created. In
366
# this case only pvlib, could include others though. must be tuple of str
367
'doc_module': ('pvlib',),
368
+
369
+ # objects to exclude from implicit backreferences
370
+ # https://sphinx-gallery.github.io/stable/configuration.html
371
+ # Section #add-mini-galleries-for-api-documentation
372
+ 'exclude_implicit_doc': {r'pvlib\.tools\.locate_example_dataset'},
373
}
374
# supress warnings in gallery output
375
# https://sphinx-gallery.github.io/stable/configuration.html
0 commit comments