Applicable and reference documents¶
Applicable¶
The following documents are applicable: the software shall conform to them.
| Reference | Title | Code |
|---|---|---|
| AD.1 | User manual for software engineering | ECSS-E-ST-40C |
| AD.2 | IVOA Astronomical Data Query Language, Version 2.1 | IVOA Recommendation ADQL 2.1 (2023-12-15), Annex A |
Reference¶
The following documents are not applicable (the software is not required to conform to them) but were used while designing and documenting PyADQL, and are useful background reading.
| Reference | Title | URL |
|---|---|---|
| RD.1 | IVOA Table Access Protocol (TAP) | https://www.ivoa.net/documents/TAP/ |
| RD.2 | Lark parsing library documentation | https://lark-parser.readthedocs.io/ |
| RD.3 | Loguru documentation | https://loguru.readthedocs.io/ |
| RD.4 | PyADQL AST guided tour | docs/AST.md |