diff --git a/docs/conf.py b/docs/conf.py index 6e023cec..45beb4e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,9 +27,7 @@ REPO_NAME = "compwa.github.io" REPO_TITLE = "ComPWA Organization" -BINDER_LINK = ( - f"https://mybinder.org/v2/gh/ComPWA/{REPO_NAME}/{BRANCH}?filepath=docs/usage" -) +BINDER_LINK = f"https://mybinder.org/v2/gh/ComPWA/{REPO_NAME}/{BRANCH}?urlpath=lab" autosectionlabel_prefix_document = True bibtex_bibfiles = ["bibliography.bib"] diff --git a/docs/index.md b/docs/index.md index 74a748a6..33988fdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ ``` -{{ '[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ComPWA/compwa.github.io/blob/{})'.format(branch) }} {{ '[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ComPWA/compwa.github.io/{}?filepath=docs/usage)'.format(branch) }} +{{ '[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ComPWA/compwa.github.io/blob/{})'.format(branch) }} {{ '[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ComPWA/compwa.github.io/{}?urlpath=lab)'.format(branch) }} The ["Common Partial Wave Analysis"](https://github.com/ComPWA) organization (ComPWA) aims to make amplitude analysis accessible through transparent and interactive documentation, modern software development tools, and collaboration-independent frameworks. One major novelty is that we [formulate amplitude models symbolically](./symbolics.ipynb) with a Computer Algebra System, which results in a **self-documenting workflow** with high-performance, **backend-agnostic computations**.