From cf3f74aeda6a625509be6483eb45a3d67b720800 Mon Sep 17 00:00:00 2001 From: Karl Kosack Date: Mon, 18 Nov 2024 16:47:06 +0100 Subject: [PATCH] link to software standards --- docs/developer-guide/code-guidelines.rst | 4 ++-- docs/references.bib | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/developer-guide/code-guidelines.rst b/docs/developer-guide/code-guidelines.rst index 20107e8c506..e10d1f4d4ea 100644 --- a/docs/developer-guide/code-guidelines.rst +++ b/docs/developer-guide/code-guidelines.rst @@ -2,8 +2,8 @@ Code Guidelines *************** -Coding should follow the CTA coding guidelines from the **CTAO Code -Standards** document. +Coding should follow the CTA coding guidelines from the **CTAO Software +Programming Standards** document :cite:p:`ctao-software-standards`. Here, we list useful guidelines for the logical structure of code (see also the style-guide for code style). This guide is subject to change diff --git a/docs/references.bib b/docs/references.bib index aa40c827f29..89610d5fdd7 100644 --- a/docs/references.bib +++ b/docs/references.bib @@ -136,3 +136,11 @@ @article{bright-star-catalog year={1991}, url={https://heasarc.gsfc.nasa.gov/W3Browse/star-catalog/bsc5p.html}, } + +@manual{ctao-software-standards, + title = {Software Programming Standards}, + number = {CTA-STD-OSO-000000-0001}, + version = {2a}, + year = 2024, + institution = {CTAO}, +}