From 1f82423e88957ef1cc6889249e7b656f9c1b2c32 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 29 Jul 2024 12:23:01 -0500 Subject: [PATCH] chore: Add links to references (#4) * Add links to pyproject.toml references and Henry's Intro to CMake book. --- talk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talk.md b/talk.md index fed90a9..18c199a 100644 --- a/talk.md +++ b/talk.md @@ -228,7 +228,7 @@ The .green[okay news]: You can probably default to the simplest thing --- # Simple packaging example -.huge[Modern [PEP 518](https://peps.python.org/pep-0518/) compliant build backends just need a single file: `pyproject.toml`] +.huge[Modern [PEP 518](https://peps.python.org/pep-0518/) compliant build backends just need a single file: [`pyproject.toml`](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)] ``` $ tree examples/simple_packaging @@ -445,7 +445,7 @@ build-backend = "scikit_build_core.build" # Packaging compiled extensions .huge[ -.bold[`CMakeLists.txt`]: +[.bold[`CMakeLists.txt`]](https://cliutils.gitlab.io/modern-cmake/): ] .large[