Skip to content

Commit f185a06

Browse files
committed
First proof-of-principle for vega-lite tutorial
1 parent 4821611 commit f185a06

File tree

84 files changed

+125
-435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+125
-435
lines changed

_data/sidebars/home_sidebar.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,9 @@ entries:
55
levels: one
66
folders:
77

8-
- title: Products
8+
- title: Tutorials
99
output: web
1010
folderitems:
11-
- title: News
12-
url: /news.html
13-
output: web
14-
- title: Theme instructions
15-
url: /mydoc_introduction.html
16-
output: web
17-
- title: Product 1
18-
url: /p1_landing_page.html
19-
output: web
20-
- title: Product 2
21-
url: /p2_landing_page.html
11+
- title: Vega-Lite
12+
url: /vegalite_landing_page.html
2213
output: web
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
entries:
2+
- title: sidebar
3+
product: Vega-Lite tutorial
4+
version: 1.0
5+
folders:
6+
7+
- title:
8+
output: pdf
9+
type: frontmatter
10+
folderitems:
11+
- title:
12+
url: /titlepage.html
13+
output: pdf
14+
type: frontmatter
15+
- title:
16+
url: /tocpage.html
17+
output: pdf
18+
type: frontmatter
19+
20+
- title: Vega-lite
21+
output: web, pdf
22+
folderitems:
23+
24+
- title: A simple barchart
25+
url: /simplest-barchart.html
26+
output: web, pdf
27+
type: homepage

_data/topnav.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,12 @@ topnav:
44
- title: Topnav
55
items:
66
- title: GitHub
7-
external_url: https://github.com/tomjoht/documentation-theme-jekyll
8-
- title: News
9-
url: /news
7+
external_url: https://github.com/vda-lab/visualisation-tutorial
108

119
#Topnav dropdowns
1210
topnav_dropdowns:
1311
- title: Topnav dropdowns
1412
folders:
15-
- title: Jekyll Help
16-
folderitems:
17-
- title: Jekyll Talk
18-
external_url: https://talk.jekyllrb.com
19-
- title: Jekyll documentation
20-
external_url: http://jekyllrb.com/docs/home/
21-
- title: Jekyll on Stack Overflow
22-
external_url: http://stackoverflow.com/questions/tagged/jekyll
23-
- title: Jekyll on my blog
24-
external_url: http://idratherbewriting.com/category-jekyll/
2513
- title: Products
2614
folderitems:
2715
- title: Jekyll Documentation Theme
@@ -30,3 +18,5 @@ topnav_dropdowns:
3018
url: /p1_landing_page.html
3119
- title: Product 2
3220
url: /p2_landing_page.html
21+
- title: Vega-lite
22+
url: /vegalite_landing_page.html

_includes/head.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@
3939
<![endif]-->
4040

4141
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}">
42+
43+
<script src="https://cdn.jsdelivr.net/npm/vega@5"></script>
44+
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4"></script>
45+
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>

assets/vega-axes.png

20.7 KB

assets/vega-bare-barchart.png

11 KB

assets/vega-barest-scatterplot.png

9.35 KB

assets/vega-bluecolourscale.png

11.4 KB
90.6 KB
94.4 KB

0 commit comments

Comments
 (0)