chisel 2.0.0__tar.gz → 2.0.2__tar.gz
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.
- {chisel-2.0.0/src/chisel.egg-info → chisel-2.0.2}/PKG-INFO +1 -1
- {chisel-2.0.0 → chisel-2.0.2}/setup.cfg +1 -1
- chisel-2.0.2/src/chisel/static/index.html +26 -0
- chisel-2.0.2/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-2.0.0 → chisel-2.0.2/src/chisel.egg-info}/PKG-INFO +1 -1
- chisel-2.0.0/src/chisel/static/index.html +0 -53
- chisel-2.0.0/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/LICENSE +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/README.md +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/pyproject.toml +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/__init__.py +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/action.py +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/app.py +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/doc.py +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/request.py +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/static/__init__.py +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel/static/chiselDoc.bare +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel.egg-info/SOURCES.txt +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel.egg-info/dependency_links.txt +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel.egg-info/requires.txt +0 -0
- {chisel-2.0.0 → chisel-2.0.2}/src/chisel.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<title>Chisel Documentation Application</title>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
<meta name="description" content="Chisel Documentation Application">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
+
<link rel="stylesheet" href="../markdown-up/app.css">
|
|
9
|
+
<link rel="preload" href="../markdown-up/bare-script/static/markdown.css" as="style">
|
|
10
|
+
<link rel="modulepreload" href="../markdown-up/lib/appImports.js" as="script">
|
|
11
|
+
</head>
|
|
12
|
+
<script type="module">
|
|
13
|
+
import {MarkdownUp} from '../markdown-up/lib/appImports.js';
|
|
14
|
+
const app = new MarkdownUp(window, {
|
|
15
|
+
'systemPrefix': '../markdown-up/include/',
|
|
16
|
+
'markdownText': `\
|
|
17
|
+
~~~ markdown-script
|
|
18
|
+
include 'chiselDoc.bare'
|
|
19
|
+
|
|
20
|
+
chiselDoc()
|
|
21
|
+
~~~
|
|
22
|
+
`
|
|
23
|
+
});
|
|
24
|
+
app.run();
|
|
25
|
+
</script>
|
|
26
|
+
</html>
|
|
Binary file
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>Chisel Documentation Application</title>
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
<meta name="description" content="Chisel Documentation Application">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<link rel="stylesheet" href="../markdown-up/app.css">
|
|
9
|
-
|
|
10
|
-
<!-- Preloads -->
|
|
11
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/data.js" as="script">
|
|
12
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/library.js" as="script">
|
|
13
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/model.js" as="script">
|
|
14
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/options.js" as="script">
|
|
15
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/parser.js" as="script">
|
|
16
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/runtime.js" as="script">
|
|
17
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/runtimeAsync.js" as="script">
|
|
18
|
-
<link rel="modulepreload" href="../markdown-up/bare-script/lib/value.js" as="script">
|
|
19
|
-
<link rel="modulepreload" href="../markdown-up/element-model/lib/elementModel.js" as="script">
|
|
20
|
-
<link rel="modulepreload" href="../markdown-up/lib/app.js" as="script">
|
|
21
|
-
<link rel="modulepreload" href="../markdown-up/lib/dataTable.js" as="script">
|
|
22
|
-
<link rel="modulepreload" href="../markdown-up/lib/dataUtil.js" as="script">
|
|
23
|
-
<link rel="modulepreload" href="../markdown-up/lib/lineChart.js" as="script">
|
|
24
|
-
<link rel="modulepreload" href="../markdown-up/lib/script.js" as="script">
|
|
25
|
-
<link rel="modulepreload" href="../markdown-up/lib/scriptLibrary.js" as="script">
|
|
26
|
-
<link rel="modulepreload" href="../markdown-up/markdown-model/lib/elements.js" as="script">
|
|
27
|
-
<link rel="modulepreload" href="../markdown-up/markdown-model/lib/highlight.js" as="script">
|
|
28
|
-
<link rel="modulepreload" href="../markdown-up/markdown-model/lib/parser.js" as="script">
|
|
29
|
-
<link rel="modulepreload" href="../markdown-up/schema-markdown/lib/encode.js" as="script">
|
|
30
|
-
<link rel="modulepreload" href="../markdown-up/schema-markdown/lib/parser.js" as="script">
|
|
31
|
-
<link rel="modulepreload" href="../markdown-up/schema-markdown/lib/schema.js" as="script">
|
|
32
|
-
<link rel="modulepreload" href="../markdown-up/schema-markdown/lib/schemaUtil.js" as="script">
|
|
33
|
-
<link rel="modulepreload" href="../markdown-up/schema-markdown/lib/typeModel.js" as="script">
|
|
34
|
-
<link rel="preload" href="../markdown-up/app.css" as="style">
|
|
35
|
-
<link rel="preload" href="../markdown-up/markdown-model/static/markdown-model.css" as="style">
|
|
36
|
-
</head>
|
|
37
|
-
<body>
|
|
38
|
-
</body>
|
|
39
|
-
<script type="module">
|
|
40
|
-
import {MarkdownUp} from '../markdown-up/lib/app.js';
|
|
41
|
-
const app = new MarkdownUp(window, {
|
|
42
|
-
'systemPrefix': '../markdown-up/include/',
|
|
43
|
-
'markdownText': `\
|
|
44
|
-
~~~ markdown-script
|
|
45
|
-
include 'chiselDoc.bare'
|
|
46
|
-
|
|
47
|
-
chiselDoc()
|
|
48
|
-
~~~
|
|
49
|
-
`
|
|
50
|
-
});
|
|
51
|
-
app.run();
|
|
52
|
-
</script>
|
|
53
|
-
</html>
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|