Skip to content

Commit cbf8cae

Browse files
committed
Update
1 parent a7e6fdb commit cbf8cae

File tree

8 files changed

+14
-154
lines changed

8 files changed

+14
-154
lines changed

images/fragment/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ pyyaml
1616
# beautiful
1717
# mkdocs-glightbox
1818
mkdocs-table-reader-plugin
19-
markdown-exec
19+
# markdown-exec
2020
# git+https://github.com/raineblog/mkdocs-document-dates.git
2121

2222
# exec
23-
matplotlib
24-
numpy
23+
# matplotlib
24+
# numpy
2525

2626
# mkdocs
2727
mkdocs==1.6.1

images/fragment/templates/template.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ theme:
99
edit: material/pencil
1010
view: material/eye
1111
plugins:
12-
- markdown-exec
12+
# - markdown-exec
1313
- table-reader
1414
# - minify_html:
1515
# allow_noncompliant_unquoted_attribute_values: false
@@ -38,6 +38,10 @@ markdown_extensions:
3838
# - toc:
3939
# permalink: false
4040
# toc_depth: 3
41+
- pymdownx.arithmatex:
42+
generic: true
43+
tex_inline_wrap: ['$', '$']
44+
tex_block_wrap: ['$$', '$$']
4145
- pymdownx.caret
4246
- pymdownx.keys
4347
- pymdownx.mark

images/mkdocs/bin/mkdocs-fragment

Lines changed: 0 additions & 10 deletions
This file was deleted.

images/mkdocs/mkdocs-fragment-theme/main.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

images/mkdocs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ mkdocs-llmstxt
1616
# beautiful
1717
mkdocs-glightbox
1818
mkdocs-table-reader-plugin
19-
markdown-exec[ansi]
19+
# markdown-exec[ansi]
2020
git+https://github.com/raineblog/mkdocs-document-dates.git
2121

2222
# exec
23-
matplotlib
24-
numpy
23+
# matplotlib
24+
# numpy
2525

2626
# mkdocs
2727
mkdocs==1.6.1

images/mkdocs/scripts/generate.fragment.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

images/mkdocs/templates/template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ theme:
4040
view: material/eye
4141
plugins:
4242
- meta
43-
- markdown-exec:
43+
# - markdown-exec:
4444
# https://github.com/pawamoy/markdown-exec
45-
ansi: required
45+
# ansi: required
4646
# https://pawamoy.github.io/markdown-exec/gallery/
4747
# https://pawamoy.github.io/markdown-exec/usage/shell/
4848
- glightbox:
@@ -199,7 +199,7 @@ markdown_extensions:
199199
- tables
200200
- toc:
201201
permalink: false
202-
toc_depth: 3
202+
toc_depth: 4
203203
- pymdownx.arithmatex:
204204
generic: true
205205
- pymdownx.caret

images/mkdocs/templates/templates.fragment.yml

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)