We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a363b9c commit fb8847bCopy full SHA for fb8847b
.gitignore
@@ -1 +1,2 @@
1
site/*
2
+.vscode/*
.vscode/settings.json
README.md
@@ -13,7 +13,6 @@
13
* Module Maintainer: Julius Schäper (`@jfschaeper`)
14
* Course: [Programming Practices for Research in Economics](https://pp4rs.github.io)
15
* Institute: Dept of Economics, Uni Zurich
16
-* Current Version: [Fall 2024 edition](https://pp4rs.github.io/2024-uzh-installation-guide)
17
18
## Building the Site
19
@@ -33,7 +32,7 @@ conda env create -f environment.yml -n <env_name>
33
32
mkdocs serve
34
```
35
36
-* The website will be served at http://127.0.0.1:8000/python/.
+* The website will be served at http://127.0.0.1:8000.
37
38
If you want to host the website on GitHub pages:
39
0 commit comments