-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
60 lines (59 loc) · 1.88 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: README
parts:
- caption: Getting Started
chapters:
- file: chapters/intro/installing
- file: chapters/intro/running
- file: chapters/intro/dodonot
- file: chapters/intro/newcmake
- caption: The Basics
chapters:
- file: chapters/basics
- file: chapters/basics/variables
- file: chapters/basics/functions
- file: chapters/basics/comms
- file: chapters/basics/structure
- file: chapters/basics/programs
- file: chapters/basics/example
- caption: Extra features
chapters:
- file: chapters/features
- file: chapters/features/cpp11
- file: chapters/features/small
- file: chapters/features/utilities
- file: chapters/features/modules
- file: chapters/features/ides
- file: chapters/features/debug
- caption: Using Other Projects
chapters:
- file: chapters/projects
- file: chapters/projects/submodule
- file: chapters/projects/download
- file: chapters/projects/fetch
- caption: Testing
chapters:
- file: chapters/testing
- file: chapters/testing/googletest
- file: chapters/testing/catch
- caption: Exporting and Installing
chapters:
- file: chapters/install
- file: chapters/install/installing
- file: chapters/install/exporting
- file: chapters/install/packaging
- caption: Libraries
chapters:
- file: chapters/packages
- file: chapters/packages/CUDA
- file: chapters/packages/OpenMP
- file: chapters/packages/Boost
- file: chapters/packages/MPI
- file: chapters/packages/ROOT
sections:
- file: examples/root-usefile/README
- file: examples/root-simple/README
- file: examples/root-dict/README
- file: chapters/packages/Minuit2