Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/docs/white_paper_index_template.md.j2 is written in an unsupported language. File is not indexed.

0001 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0002 %%% THIS FILE IS AUTOGENERATED, DO NOT MANUALLY MODIFY IT!
0003 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0004 
0005 (white-paper-index)=
0006 # White papers
0007 
0008 This is a collection of white papers documenting methods and approaches used
0009 in ACTS.
0010 
0011 :::{toctree}
0012 :maxdepth: 1
0013 
0014 how_to_add
0015 
0016 {% for whp in config.white_papers %}
0017 
0018 {{ whp.slug }}
0019 
0020 {% endfor %}
0021 
0022 :::