Skip to content

Commit

Permalink
DOC: add TARA to project inventory (#198)
Browse files Browse the repository at this point in the history
* DX: pin dependencies in RTD configuration
  https://readthedocs.org/projects/pwa/builds/22428104/
  • Loading branch information
redeboer authored Nov 3, 2023
1 parent 100bc7e commit de49176
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
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

0 comments on commit de49176

Please sign in to comment.