Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit e1b69dd

Browse files
committed
fixing links
1 parent 973d24d commit e1b69dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

book/AI_coding_assistants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Depending on the kind of account that you have, you may need to pay for API acce
293293

294294
It might be tempting to avoid the extra hassle of specifying the API key as an environment variable by simply pasting it directly into the code, but you should **never** do this.
295295
Even if you think the code may be private, it's all too easy for it to become public in the future, at which point someone could easily steal your key and rack up lots of charges.
296-
See the section in Chapter 3 on [Coding Portably](https://poldrack.github.io/BetterCodeBetterScience/software_engineering.html#coding-portably) for more on the ways to solve this problem.
296+
See the section in Chapter 3 on [Coding Portably](https://poldrack.github.io/BetterCodeBetterScience/software-engineering/#coding-portably) for more on the ways to solve this problem.
297297

298298
Now that we have the client specified, we can submit a prompt and examine the result:
299299

myst.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@ project:
2727
# - file: performance
2828
# - file: HPC
2929
# - file: sharing
30+
- file: book/transcripts/accelperm_transcripts.html
31+
hidden: true
32+
- file: book/transcripts/fastlabel_transcripts.html
33+
hidden: true
3034
site:
3135
options:
3236
logo: logo.png
37+
hide_myst_branding: true
3338
# folders: true
3439
template: book-theme

0 commit comments

Comments
 (0)