Skip to content

Commit

Permalink
chore: Add links to references (#4)
Browse files Browse the repository at this point in the history
* Add links to pyproject.toml references and Henry's Intro to CMake book.
  • Loading branch information
matthewfeickert authored Jul 29, 2024
1 parent b8b0093 commit 1f82423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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[
Expand Down

0 comments on commit 1f82423

Please sign in to comment.