-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
50 lines (47 loc) · 1.1 KB
/
_pkgdown.yml
File metadata and controls
50 lines (47 loc) · 1.1 KB
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
url: https://pjt222.github.io/spiralizer/
template:
bootstrap: 5
navbar:
structure:
left: [intro, reference, articles]
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/pjt222/spiralizer
reference:
- title: "Run the App"
contents:
- run_spiralizer
- spiralizer_app
- title: "Spiral Math"
contents:
- generate_fermat_spiral
- compute_voronoi
- truncate_spiral_points
- validate_spiral_params
- calculate_plot_limits
- title: "Theme & Colors"
contents:
- spiralizer_theme
- get_spiralizer_theme
- theme_colors
- get_color_palette
- palette_choices
- title: "Configuration"
contents:
- get_setting
- get_config_name
- reload_config
- title: "Performance"
contents:
- check_performance_mode
- get_performance_recommendations
- create_performance_report
- estimate_computation_time
- title: "Cache"
contents:
- compute_voronoi_cached
- get_cache_stats
- clear_spiral_cache
- warm_cache