Skip to content

Commit db51f44

Browse files
20240414 - about
1 parent 7555f8c commit db51f44

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Quarto Website Template
22

3-
This is the code that creates the Quarto Website Template.
4-
The Quarto Website Template is located here: **https://devpsylab.github.io/QuartoWebsite**
3+
This is the code that creates the Python Data Analysis Guides.
4+
The Quarto Website Template is located here: **https://devpsylab.github.io/pythonDataAnalysisGuide**
55

66
# License
77

_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project:
22
type: website
33

44
website:
5-
title: "Quarto Website"
5+
title: "Python Data Analysis Guides"
66
navbar:
77
left:
88
- href: index.qmd

about.qmd

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
---
2-
title: "About"
2+
title: "About This Website"
33
---
44

5-
About this site
5+
The Python Data Analysis Guides were generated with [`Quarto`](https://quarto.org/) (archived at [https://perma.cc/9JWH-779Y](https://perma.cc/9JWH-779Y)).
6+
The codebase that was used to generate the Data Analysis Guides is located [here](https://github.com/DevPsyLab/pythonDataAnalysisGuides).
7+
8+
# Contact
9+
10+
If you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.
11+
12+
# License
13+
14+
[![CC BY 4.0][cc-by-shield]][cc-by]
15+
16+
This work is licensed under a
17+
[Creative Commons Attribution 4.0 International License][cc-by].
18+
19+
[![CC BY 4.0][cc-by-image]][cc-by]
20+
21+
[cc-by]: https://creativecommons.org/licenses/by/4.0/
22+
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
23+
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
24+
25+
# Session Info
26+
27+
```{r}
28+
sessionInfo()
29+
```

0 commit comments

Comments
 (0)