Skip to content

Commit 6b73025

Browse files
authored
fix typo in uv-for-scientists link (#11)
1 parent df0528d commit 6b73025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/mdx/posts/uv-for-scientists.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ for denom in denominator:
8787
value = 1 / denom
8888
```
8989

90-
Simply including this inline metadata at the top of scripts will ensure that this script will run on any machine that has uv installed. Indeed, as uv is just a tool for managing this metadata, the script will stay running even with whatever PEP-723 compliant tool comes next!
90+
Simply including this inline metadata at the top of scripts will ensure that this script will run on any machine that has uv installed. Indeed, as uv is just a tool for managing this metadata, the script will stay running even with whatever [PEP 723](https://peps.python.org/pep-0723/) compliant tool comes next!
9191

92-
If you want a real-world example, consider checking out my Ocean Observatories Initiative [nitrate data download script](https://github.com/andrew-s28/ooi-profiler-nitrate-retriever/blob/main/scripts/retrieve_profiler_data.py) or my [velocity, nitrate, and wind analysis scripts](https://github.com/andrew-s28/shelf-nitrate-response-to-upwelling/tree/main/scripts), both of which support my research on the [shelf nitrate response to upwelling](http://localhost:3000/projects/posts/shelf-nitrate-response-to-upwelling).
92+
If you want a real-world example, consider checking out my Ocean Observatories Initiative [nitrate data download script](https://github.com/andrew-s28/ooi-profiler-nitrate-retriever/blob/main/scripts/retrieve_profiler_data.py) or my [velocity, nitrate, and wind analysis scripts](https://github.com/andrew-s28/shelf-nitrate-response-to-upwelling/tree/main/scripts), both of which support my research on the [shelf nitrate response to upwelling](/projects/posts/shelf-nitrate-response-to-upwelling).

0 commit comments

Comments
 (0)