Skip to content

Commit f07d4cb

Browse files
author
Susan Vanderplas
committed
Fix a couple of things in the how to use the book chapter
1 parent 6a94ce3 commit f07d4cb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.qmd

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Linux specific instructions. I will usually try to make this generic, but if it'
7171

7272

7373

74-
::: callout-important
75-
#### Warnings {.unnumbered}
74+
::: callout-caution
75+
#### Warnings {-}
7676

7777
These sections contain things you may want to look out for: common errors, mistakes, and unfortunate situations that may arise when programming.
7878
:::
@@ -90,15 +90,15 @@ Examples are intended to be interactive - you should attempt them before looking
9090

9191

9292
::: panel-tabset
93-
##### Problem {.unnumbered}
93+
##### Problem {-}
9494

9595
The problem will be in the first tab for you to start with
9696

97-
##### R Solution {.unnumbered}
97+
##### R Solution {-}
9898

9999
A solution will be provided in R, potentially with an explanation.
100100

101-
##### Python Solution {.unnumbered}
101+
##### Python Solution {-}
102102

103103
A solution will be provided in Python as well, with an explanation of that code.
104104

@@ -117,7 +117,7 @@ Passively reading code does not result in information retention.
117117
<!-- ::: -->
118118

119119
::: learnmore
120-
#### Learn More {.unnumbered}
120+
#### Learn More {-}
121121
These sections will direct you to additional resources that may be helpful to consult as you learn about a topic.
122122
You do not have to use these sections unless you are 1) bored, or 2) hopelessly lost.
123123
They're provided to help but are not expected reading (Unlike the essential reading sections in red).
@@ -129,14 +129,14 @@ They're provided to help but are not expected reading (Unlike the essential read
129129
<!-- These generic sections contain information I may want to call attention to, but that isn't necessarily urgent or a common error trap. -->
130130
<!-- ::: -->
131131

132-
::: .advanced
133-
#### Advanced
132+
::: advanced
133+
#### Advanced {-}
134134
These sections are intended to apply to more advanced courses.
135135
If you are taking an introductory course, feel free to skip that content for now.
136136
:::
137137

138138

139-
#### Expandable Sections {.unnumbered}
139+
#### Expandable Sections {-}
140140

141141
<details>
142142

@@ -151,7 +151,7 @@ This additional information may be information that is helpful but not essential
151151
</details>
152152

153153
::: {.callout-note collapse="true"}
154-
#### Another type of expandable note
154+
#### Another type of expandable note {-}
155155

156156
Answers or punchlines may be hidden in this type of expandable section as well.
157157
:::

0 commit comments

Comments
 (0)