Skip to content

Commit 9e174e2

Browse files
committed
Fix links
1 parent 22c1d24 commit 9e174e2

File tree

1 file changed

+2
-2
lines changed
  • docs/blog/posts/2025-07-23-parameterized-reports-python

1 file changed

+2
-2
lines changed

docs/blog/posts/2025-07-23-parameterized-reports-python/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,13 @@ logo:
225225
Quarto will detect the `_brand.yml` file and apply the colors, fonts and logo to your report.
226226
Colors and fonts in your figures will need to be customized in your code, but that is made much easier with the [brand-yml](https://posit-dev.github.io/brand-yml/pkg/py/) Python package which imports your values from `_brand.yml`.
227227

228-
You can see a full example of using `_brand.yml` with `climate.ipynb` at [cwickham/one-notebook-many-reports/04-branded-reports](https://github.com/cwickham/scipy-talk/tree/main/04-branded-reports), and learn more about Quarto's support for brand in the [Brand guide](https://quarto.org/docs/authoring/brand.html).
228+
You can see a full example of using `_brand.yml` with `climate.ipynb` at [cwickham/one-notebook-many-reports/04-branded-reports](https://github.com/cwickham/scipy-talk/tree/main/04-branded-reports), and learn more about Quarto's support for brand in the [Brand guide](/docs/authoring/brand.qmd).
229229

230230

231231
### Typst
232232

233233
Learning a little bit of Typst syntax can take your reports from basic to beautiful.
234-
You can include [raw Typst syntax](https://quarto.org/docs/output-formats/typst.html#raw-typst) in your notebooks, or wrap elements in Typst functions using the [typst-function Quarto extension](https://github.com/christopherkenny/typst-function).
234+
You can include [raw Typst syntax](/docs/output-formats/typst.qmd#raw-typst) in your notebooks, or wrap elements in Typst functions using the [typst-function Quarto extension](https://github.com/christopherkenny/typst-function).
235235
As an example, you could add a header with the city name and a map of the location:
236236

237237
![`corvallis.pdf`](corvallis-pretty-pdf.png){fig-alt="The `corvallis.ipynb` notebook rendered by Quarto to `pdf`. The document has dark green header with the city in white text and a map next to it with the location as an orange dot." }

0 commit comments

Comments
 (0)