Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/blog/posts/uv.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ an idea of how `uv` can simplify your Python development workflow. In
subsequent posts, I will dive deeper into specific features and use cases of
`uv`. Until then, you can take a look at a couple of projects that use `uv`:

- This site you're reading right now is built with `uv` - [code](https://github.com/mciwing/code-campus).
- This site you're reading right now is built with `uv` - [code](https://github.com/mciwing/mciwing.github.io).
- Two Python packages I develop, [first](https://github.com/JakobKlotz/md-snakeoil) and
[second](https://github.com/JakobKlotz/tiler-api)
- An app to assess rainfall-triggered landslide risks - [here](https://github.com/JakobKlotz/lhasa-app/tree/main/backend).
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Code Campus
repo_url: https://github.com/mciwing/code-campus
repo_url: https://github.com/mciwing/mciwing.github.io
site_url: https://code-campus.at
theme:
name: material
Expand Down