Skip to content

Commit 8638d68

Browse files
Copilotmmcky
andcommitted
Fix capitalization in all {index} roles within headings according to style guide
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent 207081e commit 8638d68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lectures/finite_markov.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ from mpl_toolkits.mplot3d import Axes3D
6464
The following concepts are fundamental.
6565

6666
(finite_dp_stoch_mat)=
67-
### {index}`Stochastic matrices <single: Stochastic matrices>`
67+
### {index}`stochastic matrices <single: stochastic matrices>`
6868

6969
```{index} single: Finite Markov Chains; Stochastic Matrices
7070
```
@@ -79,7 +79,7 @@ Each row of $P$ can be regarded as a probability mass function over $n$ possible
7979

8080
It is too not difficult to check [^pm] that if $P$ is a stochastic matrix, then so is the $k$-th power $P^k$ for all $k \in \mathbb N$.
8181

82-
### {index}`markov chains <single: Markov chains>`
82+
### {index}`Markov chains <single: Markov chains>`
8383

8484
```{index} single: Finite Markov Chains
8585
```

lectures/linear_algebra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ the left-hand side is a *matrix norm* --- in this case, the so-called
10731073
For example, for a square matrix $S$, the condition $\| S \| < 1$ means that $S$ is *contractive*, in the sense that it pulls all vectors towards the origin [^cfn].
10741074

10751075
(la_neumann)=
1076-
#### {index}`neumann's theorem <single: neumann's theorem>`
1076+
#### {index}`Neumann's theorem <single: Neumann's theorem>`
10771077

10781078
```{index} single: Linear Algebra; Neumann's Theorem
10791079
```

0 commit comments

Comments
 (0)