Skip to content

Commit c7f8c94

Browse files
authored
Ajoute un champ citation (#403)
* citation * page layout * citation * force * retour simplicité * delete
1 parent 745a015 commit c7f8c94

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

_metadata.yml

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

_quarto.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,16 @@ keep-ipynb: true
142142

143143
#bibliography: references.bib
144144

145+
page-layout: article
146+
147+
citation:
148+
title: "Python pour la data science"
149+
author: Lino Galiana
150+
type: book
151+
doi: "10.5281/zenodo.8229676"
152+
url: https://pythonds.linogaliana.fr/
153+
issued: 2023
154+
155+
google-scholar: true
156+
145157
commentable: true

content/visualisation/maps.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "De belles cartes avec python: mise en pratique"
3-
date: 2023-07-06T13:00:00Z
3+
date: 2023-07-06
44
draft: false
55
weight: 20
66
slug: cartoTP
@@ -780,4 +780,6 @@ plt.figtext(0.3, 0.15,
780780
fontsize=8, style = "italic")
781781
```
782782

783+
## Références supplémentaires {.unnumbered}
783784

785+
- _[Geocomputation with `Python`](https://geocompx.org/)_

0 commit comments

Comments
 (0)