-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
34 lines (28 loc) · 743 Bytes
/
_quarto.yml
File metadata and controls
34 lines (28 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
project:
type: website
website:
page-navigation: true
title: "From R to Python: A Gentle Introduction"
site-url: ""
repo-url: https://github.com/Fgazzelloni/From-R-to-Python-A-Gentle-Introduction
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By R-Ladeis Rome 2025"
sidebar:
logo: "images/r-to-py.png"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Home
- href: hands-on1.qmd
text: "Part 1: Python Syntax"
- href: hands-on2.qmd
text: "Part 2: Python Libraries"
format:
html:
theme: cosmo
toc: true
editor: visual