staticdash 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- staticdash/dashboard.py +2 -0
- {staticdash-0.3.0.dist-info → staticdash-0.3.1.dist-info}/METADATA +1 -1
- staticdash-0.3.1.dist-info/RECORD +8 -0
- staticdash-0.3.0.dist-info/RECORD +0 -8
- {staticdash-0.3.0.dist-info → staticdash-0.3.1.dist-info}/WHEEL +0 -0
- {staticdash-0.3.0.dist-info → staticdash-0.3.1.dist-info}/top_level.txt +0 -0
staticdash/dashboard.py
CHANGED
@@ -155,6 +155,7 @@ class Dashboard:
|
|
155
155
|
with doc.head:
|
156
156
|
doc.head.add(link(rel="stylesheet", href="../assets/css/style.css"))
|
157
157
|
doc.head.add(script(type="text/javascript", src="../assets/js/script.js"))
|
158
|
+
doc.head.add(script(src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"))
|
158
159
|
|
159
160
|
with doc:
|
160
161
|
with div(cls="page-section", id=f"page-{page.slug}"):
|
@@ -184,6 +185,7 @@ class Dashboard:
|
|
184
185
|
with index_doc.head:
|
185
186
|
index_doc.head.add(link(rel="stylesheet", href="assets/css/style.css"))
|
186
187
|
index_doc.head.add(script(type="text/javascript", src="assets/js/script.js"))
|
188
|
+
index_doc.head.add(script(src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"))
|
187
189
|
|
188
190
|
with index_doc:
|
189
191
|
with div(id="sidebar"):
|
@@ -0,0 +1,8 @@
|
|
1
|
+
staticdash/__init__.py,sha256=KqViaDkiQnhBI8-j3hr14umLDmPgddvdB_G1nJeC5Xs,38
|
2
|
+
staticdash/dashboard.py,sha256=OwQtURb0E5DNm4lyvAzy6WlAqfcFoXsmSIVDwrzuc2U,8212
|
3
|
+
staticdash/assets/css/style.css,sha256=z3bC-QjAb9f5E3HUkr6R81qQyAfKpMW48yjy11CYH-Q,2779
|
4
|
+
staticdash/assets/js/script.js,sha256=SMOyh7_E_BlvLYMEwYlvCnV7-GnMR-x8PtEiFbIIAsw,3089
|
5
|
+
staticdash-0.3.1.dist-info/METADATA,sha256=kXmv9eqBZU0MuQMPfAQGKkWZEaqzxtqRBQMig_3tysk,1776
|
6
|
+
staticdash-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
staticdash-0.3.1.dist-info/top_level.txt,sha256=3MzZU6SptkUkjcHV1cvPji0H4aRzPphLHnpStgGEcxM,11
|
8
|
+
staticdash-0.3.1.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
staticdash/__init__.py,sha256=KqViaDkiQnhBI8-j3hr14umLDmPgddvdB_G1nJeC5Xs,38
|
2
|
-
staticdash/dashboard.py,sha256=WrUtkwaHxKJ7dCCKuaBtJrP-BqeWmUGpofJWrTH3qJc,8002
|
3
|
-
staticdash/assets/css/style.css,sha256=z3bC-QjAb9f5E3HUkr6R81qQyAfKpMW48yjy11CYH-Q,2779
|
4
|
-
staticdash/assets/js/script.js,sha256=SMOyh7_E_BlvLYMEwYlvCnV7-GnMR-x8PtEiFbIIAsw,3089
|
5
|
-
staticdash-0.3.0.dist-info/METADATA,sha256=DYhxjusTv_YeqNUHmjq37ygzj7C8qZu1eMDTfxLntNg,1776
|
6
|
-
staticdash-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
staticdash-0.3.0.dist-info/top_level.txt,sha256=3MzZU6SptkUkjcHV1cvPji0H4aRzPphLHnpStgGEcxM,11
|
8
|
-
staticdash-0.3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|