forked from mrc-ide/individual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
33 lines (33 loc) · 789 Bytes
/
_pkgdown.yml
File metadata and controls
33 lines (33 loc) · 789 Bytes
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
destination: docs
reference:
- title: "Variables"
desc: >
Variables are how individual represents state, and operations to find subsets
of individuals based on values of their variable(s) return bitsets.
- contents:
- CategoricalVariable
- IntegerVariable
- DoubleVariable
- RaggedInteger
- RaggedDouble
- Bitset
- filter_bitset
- title: "Events & Rendering"
desc: "Classes for events and rendering output."
- contents:
- EventBase
- Event
- TargetedEvent
- Render
- title: "Prefabs"
desc: "Optimized processes and event listeners."
- contents:
- ends_with("process")
- ends_with("listener")
- title: "Simulation"
- contents:
- simulation_loop
- restore_simulation_state
- save_simulation_state
- save_object_state
- restore_object_state