Skip to content

Commit

Permalink
Fix Binder starting notebook link
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato authored Oct 4, 2024
1 parent 80a5bda commit 2a7c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def add_version_to_css(app: Sphinx, _pagename, _templatename, ctx, _doctree):
]
myst_heading_anchors = 6
myst_substitutions = {
"binder": f"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/{const.ans.user}/{project}/{const.rev}?labpath=docs%2Fexperiments%2Fe230920_subcool%2Fplot_tracks.ipynb)"
"binder": f"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/{const.ans.user}/{project}/{const.rev}?labpath=docs%2Fnotebooks%2Ffind_objects.ipynb)"
}
# * MARK: BibTeX
bibtex_bibfiles = dpaths(const.bib_template, const.bib)
Expand Down

0 comments on commit 2a7c062

Please sign in to comment.