question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ENH: easy linking to "examples using my_function"

See original GitHub issue

Is 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:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
larsonercommented, May 7, 2020
1reaction
larsonercommented, May 28, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >
JavaScript Tutorial: The Basics
Basic JavaScript Tutorial for the beginners.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found