Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.63 KB

PineAPPL documentation

A good starting point to learn what PineAPPL and its command-line program pineappl can do is the tutorial!

Documentation

Here is an alphabetically ordered list of all documentation:

API documentation

  • C and C++
  • for Fortran there is no dedicated documentation available, because it is a wrapper of the C API; simply read the C API documentation, the function names are exactly the same
  • Python
  • Rust

Code examples

Another way to learn using the APIs is to have a look/modify the examples.

Developer documentation