-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
41 lines (35 loc) · 994 Bytes
/
_pkgdown.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
template:
params:
docsearch:
api_key: '795c314292e648e655050c5c40f6170f'
index_name: 'testcomplexity'
bootswatch: sandstone
noindex: true
reference:
- title: "Quantifiers"
desc: "Functions for quantifying time/memory via benchmarks"
- contents:
- asymptoticTimings
- asymptoticMemoryUsage
- title: "Complexity Classifiers"
desc: "Functions for complexity classification (time/memory/user-defined output parameter)"
- contents:
- ends_with("Class")
- ends_with("Classifier")
- title: "Plotters"
desc: "Functions for plotting the quantified metrics"
- contents:
- starts_with("plot")
- title: "Testers"
desc: "Functions for testing expected complexities"
- contents:
- starts_with("expect")
repo:
url:
home: https://github.com/Anirban166/testComplexity
issue: https://github.com/Anirban166/testComplexity/issues
user: https://github.com/Anirban166
home:
links:
- text: View blogs
href: https://anirban166.github.io/posts/