File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# anguilla
2
- a package for interactive machine learning
2
+ a package for interactive machine learning
Original file line number Diff line number Diff line change @@ -37,14 +37,16 @@ theme:
37
37
- navigation.path
38
38
- navigation.top
39
39
- toc.follow
40
+ - content.code.copy
41
+ - content.code.select
40
42
41
- copyright : ©️ Intelligent Instrumets Lab
43
+ copyright : ©️ Intelligent Instruments Lab
42
44
extra :
43
45
generator : false
44
46
social :
45
47
- icon : material/link
46
48
link : https://iil.is
47
- name : Intelligent Instrumets Lab
49
+ name : Intelligent Instruments Lab
48
50
- icon : material/email-outline
49
51
50
52
- icon : fontawesome/brands/facebook
@@ -62,6 +64,15 @@ extra:
62
64
- icon : fontawesome/brands/linkedin
63
65
link : https://www.linkedin.com/company/intelligent-instruments-lab
64
66
67
+ markdown_extensions :
68
+ - pymdownx.highlight :
69
+ anchor_linenums : true
70
+ line_spans : __span
71
+ pygments_lang_class : true
72
+ - pymdownx.inlinehilite
73
+ - pymdownx.snippets
74
+ - pymdownx.superfences
75
+
65
76
extra_css :
66
77
- stylesheets/extra.css
67
78
You can’t perform that action at this time.
0 commit comments