Skip to content

Commit 44cca0b

Browse files
committed
Update doc
1 parent 44561ca commit 44cca0b

File tree

10 files changed

+40
-41
lines changed

10 files changed

+40
-41
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{d as o,o as n,c as t,b as s,a as c,u as e,p as l,s as _}from"./index-1ffff139.js";const r={class:"prosed"},m=s("h1",null,"Code block example",-1),p={class:"not-prose"},h=o({__name:"code_block",setup(d){const a=`first_name = "Bob"
1+
import{d as o,o as n,c as t,b as s,a as c,u as e,p as l,s as _}from"./index-80612821.js";const r={class:"prosed"},m=s("h1",null,"Code block example",-1),p={class:"not-prose"},h=o({__name:"code_block",setup(d){const a=`first_name = "Bob"
22
last_name = "Miller"
33
name = f"{first_name} {last_name}"
44
print("The name is", name)

docs/assets/index-1ffff139.js

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

docs/assets/index-6b2076ba.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/index-802935a0.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-80612821.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{d as s,o as n,c,a as o,u as e,p as t,w as p}from"./index-1ffff139.js";const l={class:"container mx-auto"},u=s({__name:"notebook",setup(r){const a=[`a=1
1+
import{d as s,o as n,c,a as o,u as e,p as t,w as p}from"./index-80612821.js";const l={class:"container mx-auto"},u=s({__name:"notebook",setup(r){const a=[`a=1
22
b=2
33
c=a+b
44
c`,"c"];return(m,_)=>(n(),c("div",l,[o(e(p),{py:e(t),namespace:"example",cells:a,class:"w-limited"},null,8,["py"])]))}});export{u as default};

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel="icon" href="/vuepython/favicon.ico" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Doc</title>
9-
<script type="module" crossorigin src="/vuepython/assets/index-1ffff139.js"></script>
10-
<link rel="stylesheet" href="/vuepython/assets/index-6b2076ba.css">
9+
<script type="module" crossorigin src="/vuepython/assets/index-80612821.js"></script>
10+
<link rel="stylesheet" href="/vuepython/assets/index-802935a0.css">
1111
</head>
1212

1313
<body>

docsite/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
"wdoc": "yarn docnav"
1010
},
1111
"dependencies": {
12-
"@docdundee/vue": "^0.0.9",
12+
"@docdundee/vue": "^0.0.14",
1313
"@snowind/header": "^0.0.8",
1414
"@snowind/state": "0.0.3",
1515
"highlight.js": "^11.6.0",
1616
"markdown-it": "^13.0.1",
1717
"restmix": "^0.0.7",
18-
"usepython": "^0.0.10",
1918
"vue": "^3.2.31",
2019
"vue-router": "^4.1.5",
2120
"vuepython": "^0.0.17"
2221
},
2322
"devDependencies": {
24-
"@docdundee/docnav": "^0.0.7",
23+
"@docdundee/docnav": "^0.0.9",
2524
"@iconify/json": "^2.1.26",
2625
"@snowind/plugin": "0.4.0",
2726
"@tailwindcss/forms": "^0.5.0",
@@ -42,4 +41,4 @@
4241
"vite": "^4.0.4",
4342
"vite-plugin-pages": "^0.28.0"
4443
}
45-
}
44+
}

docsite/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
theme: {
2020
extend: {
2121
maxWidth: {
22-
'prose': '100ch',
22+
'prose': '52rem',
2323
},
2424
typography: ({ theme }) => ({
2525
DEFAULT: {

0 commit comments

Comments
 (0)