Skip to content
Snippets Groups Projects
Commit 4eca422e authored by James Catmore's avatar James Catmore Committed by Frank Winklmeier
Browse files

Collecting Athena tutorial links to the front page

parent ab9e61a1
No related branches found
No related tags found
1 merge request!97Collecting Athena tutorial links to the front page
# Conditions data
Please follow the tutorials at the following links:
* [Conditions data access via COOL](https://gitlab.cern.ch/crest-db/crest-examples/-/blob/master/COOL.md?ref_type=heads)
* [Conditions data access via CREST](https://gitlab.cern.ch/crest-db/crest-examples/-/blob/master/CREST.md?ref_type=heads)
# Athena configuration
Please follow the tutorial [here](/{{locations.ca_configuration}}/tutorial/introduction.md)
\ No newline at end of file
# C++ best practices
Please follow the tutorial [here](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/DevTutPract2025BestPractices).
\ No newline at end of file
# Git workflow
Please follow the tutorial [here](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/DevTutPract2025Git).
\ No newline at end of file
# Developer tutorial
!!! note
Under construction
Welcome to the Athena developer tutorial!
These pages gather all of the material for the developer tutorial. The tutorial is intended for those who plan to write software for Athena or its applications. It can be followed privately at any time, and is held as an in-person event annually. You can also find the preparatory steps that are needed before you can follow the tutorial. If you find anything unclear or incorrect please contact [the software coordinators](mailto:atlas-software-coordinators@cern.ch).
## Previous events
Links to the agendas for the in-person events can be found below. Previous versions of the tutorial used internal Twiki documentation; this is preserved so that the links from the past events still work, but all future events will use these pages.
| Tutorial date (internal link to Indico) | Practical materials |
......
# Performance analysis
Please follow the tutorial [here](https://gitlab.cern.ch/tovsiann/performance-tutorial-202501/-/tree/master).
\ No newline at end of file
# Testing and debugging
Please follow the tutorials at the following links:
* [Unit tests](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/UnitTestsTutorial)
* [Using the grid for large scale tests](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/AthenaMTTestsTutorial)
* [Debugging tools and techniques](https://twiki.cern.ch/twiki/bin/view/AtlasComputing/DevTutPract2025Debugging)
# Using VSCode with Athena
Please follow the tutorial [here](/{{locations.athena_ide}}/index.md).
\ No newline at end of file
......@@ -79,8 +79,15 @@ nav:
- athena/developers/tutorial/index.md
- athena/developers/tutorial/prerequisites.md
- athena/developers/tutorial/gaudiathena-intro.md
- athena/developers/tutorial/configuration.md
- athena/developers/tutorial/git.md
- athena/developers/tutorial/vscode.md
- athena/developers/tutorial/cpp.md
- athena/developers/tutorial/writing-algstools.md
- athena/developers/tutorial/cmake.md
- athena/developers/tutorial/testing_debugging.md
- athena/developers/tutorial/conditions.md
- athena/developers/tutorial/performance.md
- Git Workflow:
- athena/git/index.md
- athena/git/workflow-quick.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment