Skip to content

Commit f97f28f

Browse files
update writerside
1 parent d1fc751 commit f97f28f

File tree

3 files changed

+72
-4
lines changed

3 files changed

+72
-4
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
ALGOLIA_INDEX_NAME: prod_KANDY_HELP
1818
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
1919
CONFIG_JSON_PRODUCT: kd
20-
CONFIG_JSON_VERSION: '0.7.0'
20+
CONFIG_JSON_VERSION: '0.8.0-RC1'
2121
DOCKER_VERSION: 243.22562
2222

2323
jobs:

docs/topics/Quickstart.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,74 @@ This code results in your inaugural plot using Kandy.
8383

8484

8585

86+
<seealso>
87+
<category ref="example-ktnb">
88+
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/quickstart.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
89+
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/9pkiPYPuxkuLtYIkLuqifc" summary="Experiment with this example on Datalore">Datalore Notebook</a>
90+
</category>
91+
<category ref="get-start">
92+
<a href="Getting-Started.md">Getting Started</a>
93+
<a href="User-Guide.topic">User Guide</a>
94+
<a href="Examples.topic">Examples</a>
95+
<a href="API.md">API Reference</a>
96+
</category>
97+
</seealso>
98+
width
99+
color = Color.hex("#6e5596") // Define line color
100+
type = LineType.DOTDASH // Specify the line type
101+
}
102+
103+
layout { // Set plot layout
104+
title = "Simple plot with kandy-lets-plot" // Add title
105+
// Add caption
106+
caption = "See `examples` section for more\n complicated and interesting examples!"
107+
size = 700 to 450 // Plot dimension settings
108+
}
109+
}
110+
```
111+
112+
<!---END-->
113+
114+
This code results in your inaugural plot using Kandy.
115+
116+
![Simple plot with Kandy](quickstart_sample.svg) { border-effect="rounded" }
117+
118+
119+
120+
<seealso>
121+
<category ref="example-ktnb">
122+
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/quickstart.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>
123+
<a href="https://datalore.jetbrains.com/report/static/KQKedA4jDrKu63O53gEN0z/9pkiPYPuxkuLtYIkLuqifc" summary="Experiment with this example on Datalore">Datalore Notebook</a>
124+
</category>
125+
<category ref="get-start">
126+
<a href="Getting-Started.md">Getting Started</a>
127+
<a href="User-Guide.topic">User Guide</a>
128+
<a href="Examples.topic">Examples</a>
129+
<a href="API.md">API Reference</a>
130+
</category>
131+
</seealso>
132+
width
133+
color = Color.hex("#6e5596") // Define line color
134+
type = LineType.DOTDASH // Specify the line type
135+
}
136+
137+
layout { // Set plot layout
138+
title = "Simple plot with kandy-lets-plot" // Add title
139+
// Add caption
140+
caption = "See `examples` section for more\n complicated and interesting examples!"
141+
size = 700 to 450 // Plot dimension settings
142+
}
143+
}
144+
```
145+
146+
<!---END-->
147+
148+
This code results in your inaugural plot using Kandy.
149+
150+
![Simple plot with Kandy](quickstart_sample.svg) { border-effect="rounded" }
151+
152+
153+
86154
<seealso>
87155
<category ref="example-ktnb">
88156
<a href="https://github.com/Kotlin/kandy/blob/main/examples/notebooks/lets-plot/quickstart.ipynb" summary="View the notebook on our GitHub repository">GitHub Notebook</a>

docs/v.list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
4-
<var name="kandy_latest_version" value="0.7.0"/>
5-
<var name="dataframe_latest_version" value="0.13.1"/>
6-
<var name="kandy_stat_latest_version" value="0.3.1"/>
4+
<var name="kandy_latest_version" value="0.8.0-RC1"/>
5+
<var name="dataframe_latest_version" value="0.15.0"/>
6+
<var name="kandy_stat_latest_version" value="0.4.0-RC1"/>
77
</vars>

0 commit comments

Comments
 (0)