Skip to content

Commit c382410

Browse files
authored
updates _config.yml to include description and title and adds some tags (#13)
1 parent 25b4387 commit c382410

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Book settings
22
# Learn more at https://jupyterbook.org/customize/config.html
33

4-
title: Project Pythia Cookbook Template
4+
title: Intake Cookbook
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
77
88
copyright: '2022'
99

10-
description: A sample cookbook description.
10+
description: This cookbook shows examples of using and creating Intake catalogs to access data.
1111
thumbnail: thumbnail.png
1212
tags:
13-
domains:
14-
- sampledomain
15-
packages:
16-
- samplepackage
13+
domains:
14+
- Data access
15+
packages:
16+
- intake
17+
- intake-xarray
18+
- intake-markdown
1719

1820
# Execute the notebooks upon build
1921
execute:

0 commit comments

Comments
 (0)