Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: add TARA to project inventory #198

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ sphinx:
formats:
- htmlzip

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- doc
build:
os: ubuntu-22.04
tools:
python: "3.8"
apt_packages:
- graphviz
jobs:
post_install:
- pip install -e .[doc] -c .constraints/py3.8.txt
8 changes: 8 additions & 0 deletions docs/software/amplitude-analysis-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ projects:
url: https://github.com/ROOTPWA-Maintainers/ROOTPWA
collaboration: COMPASS

- name: TARA
url: https://doi.org/10.1016/S0010-4655(98)00194-5
since: 1999
collaboration: Crystal Barrel
languages:
- C++

- name: TensorFlowAnalysis
url: https://gitlab.cern.ch/poluekt/TensorFlowAnalysis
collaboration: LHCb
Expand All @@ -97,6 +104,7 @@ collaborations:
CLAS12: https://www.jlab.org/physics/hall-b/clas12
CLEO: https://www.classe.cornell.edu/Research/CLEO
COMPASS: https://home.cern/science/experiments/compass
Crystal Barrel: https://www.cb.uni-bonn.de
GlueX: http://www.gluex.org
JLab: https://www.jlab.org
LHCb: https://lhcb.web.cern.ch
Expand Down