ENH: easy linking to "examples using my_function"
See original GitHub issueIs there a way to cross-link to the “Examples using…” mini-galleries in the API docs? I know it auto-generates a URL anchor
module.name_of_function.html#examples-using-module-name-of-function
so I can add a normal URL link, but it would be cleaner if I could just do something like
:func:`module.name_of_function#minigallery`
or similar. Any suggestions (either how to do it in user code, or general approach / possible pitfalls to implementing it in sphinx-gallery)?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
call javascript function on hyperlink click - Stack Overflow
I'm suggesting that you don't use <a href="#">Do nothing</a> and instead use <a href="a/link/somwhere. html">Do something</a> and then use progressive ...
Read more >Google Apps Script Tutorial with Google Sheets
The Google spreadsheet Apps Script tutorial in this article covers the basics of Google Apps Script, including several easy-to-follow examples.
Read more >Defining Your Own Python Function
In this tutorial, you'll learn how to define and call your own Python function. You'll also learn about passing data to your function,...
Read more >PERF/ENH: groupby.apply for user-defined function ~100x ...
So I have a bridge-table redup that maintains a mapping of the indices ( dedup_ind ) in tgt back to their original indices...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems to work in https://github.com/mne-tools/mne-python/pull/7748
It seems like we should add a
.. _sphx_glr_<name>_backreferences::
link or so if we don’t already. Seems like an uncontroversial and quite useful thing to add.