-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
204 lines (184 loc) · 5.24 KB
/
mkdocs.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# Project information
site_name: RBIG
site_description: RBIG
site_author: J. Emmanuel Johnson
site_url: https://ipl-uv.github.io/rbig
# Repository
repo_name: ipl-uv/rbig
repo_url: https://github.com/ipl-uv/rbig
# Configuration
theme:
name: material
language: en
palette:
primary: black
accent: gray
font:
text: source code pro
code: source code pro
plugins:
- search
- mknotebooks:
execute: false
write_markdown: true
timeout: 600
nav:
- Home: "index.md"
- Introduction: "intro.md"
- Literature: "literature.md"
- Notebooks:
- RBIG Demo: "notebooks/rbig_demo.ipynb"
- RBIG Walk-Through: "notebooks/innf_demo.ipynb"
- Information Theory: "notebooks/information_theory.ipynb"
# Copyright
copyright: Copyright © 2020 Image Signal Processing Lab - Unversity of Valencia
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.highlight:
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
# - pymdownx.magiclink:
# repo_url_shorthand: true
# user: squidfunk
# repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- javascripts/extra.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
# - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
extra:
# disqus: XHR39t5kZv
social:
# - type: 'envelope'
# link: 'http://www.shortwhale.com/ericmjl'
- icon: fontawesome/brands/github
link: 'https://github.com/ipl-uv'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/isp_uv_es'
# - icon: fontawesome/brands/linkedin
# link: 'https://linkedin.com/in/jejjohnson'
- icon: fontawesome/solid/globe
link: 'https://isp.uv.es'
# # Project information
# site_name: RBIG
# site_description: RBIG
# site_author: J. Emmanuel Johnson, Valero Laparra
# site_url: https://ipl-uv.github.io/rbig
# # Repository
# repo_name: ipl-uv/rbig
# repo_url: https://github.com/ipl-uv/rbig
# # Configuration
# theme:
# name: material
# language: en
# palette:
# primary: black
# accent: gray
# font:
# text: source code pro
# code: source code pro
# # Project information
# site_name: Research Journal
# site_description: My Personal Research Journal
# site_author: J. Emmanuel Johnson
# site_url: https://jejjohnson.github.io/research_journal
# # Repository
# repo_name: jejjohnson/research_journal
# repo_url: https://github.com/jejjohnson/research_journal
# # Configuration
# theme:
# name: material
# language: en
# palette:
# primary: black
# accent: gray
# font:
# text: source code pro
# code: source code pro
# plugins:
# - search
# - mknotebooks:
# execute: false
# write_markdown: true
# timeout: 600
# # Copyright
# copyright: Copyright © 2020 J. Emmanuel Johnson
# markdown_extensions:
# - markdown.extensions.admonition
# - markdown.extensions.attr_list
# - markdown.extensions.codehilite:
# guess_lang: false
# - markdown.extensions.def_list
# - markdown.extensions.footnotes
# - markdown.extensions.meta
# - markdown.extensions.toc:
# permalink: true
# - pymdownx.arithmatex
# - pymdownx.betterem:
# smart_enable: all
# - pymdownx.caret
# - pymdownx.critic
# - pymdownx.details
# - pymdownx.emoji:
# emoji_index: !!python/name:pymdownx.emoji.twemoji
# emoji_generator: !!python/name:pymdownx.emoji.to_svg
# - pymdownx.highlight:
# linenums_style: pymdownx-inline
# - pymdownx.inlinehilite
# - pymdownx.keys
# # - pymdownx.magiclink:
# # repo_url_shorthand: true
# # user: squidfunk
# # repo: mkdocs-material
# - pymdownx.mark
# - pymdownx.smartsymbols
# - pymdownx.snippets:
# check_paths: true
# - pymdownx.superfences
# - pymdownx.tabbed
# - pymdownx.tasklist:
# custom_checkbox: true
# - pymdownx.tilde
# extra_javascript:
# - javascripts/extra.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
# # - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# extra:
# # disqus: XHR39t5kZv
# # social:
# # # - type: 'envelope'
# # # link: 'http://www.shortwhale.com/ericmjl'
# # - icon: fontawesome/brands/github
# # link: 'https://github.com/ipl-uv'
# # - icon: fontawesome/brands/twitter
# # link: 'https://twitter.com/isp_uv_es'
# # - icon: fontawesome/solid/globe
# # link: 'https://isp.uv.es/'