Skip to content

Commit 9744b2c

Browse files
+ docs updates
1 parent fc0092f commit 9744b2c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/parallel-processing.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ I will lay out how to use the `thread.ParallelProcessing` class!
66
<details>
77
<summary>Jump to</summary>
88
<ul>
9-
<li><a href='#importing-the-class'> Import the class</a></li>
10-
<li><a href='#initializing-a-thread'> Initialize a thread </a></li>
9+
<li><a href='#how-does-it-work'> How it works </a></li>
10+
<li><a href='#initializing-a-parallel-process'> Initialize a Parallel Process </a></li>
11+
<li><a href='#parameters'> Parameters </a></li>
12+
<li><a href='#attributes'> Attributes </a></li>
13+
<li><a href='#methods'> Class Methods </a></li>
1114
</ul>
1215
</details>
1316

@@ -135,6 +138,6 @@ These are methods of [`ParallelProcessing`](#importing-the-class) class
135138
<br />
136139

137140

138-
Now you know how to use the [`Thread`](#importing-the-class) class!
141+
Now you know how to use the [`ParallelProcessing`](#importing-the-class) class!
139142

140143
[See here](./parallel-processing.md) for how to using the `thread.ParallelProcessing` class!

docs/threading.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ I will lay out how to use the `thread.Thread` class!
88
<ul>
99
<li><a href='#importing-the-class'> Import the class</a></li>
1010
<li><a href='#initializing-a-thread'> Initialize a thread </a></li>
11+
<li><a href='#parameters'> Parameters </a></li>
12+
<li><a href='#attributes'> Attributes </a></li>
13+
<li><a href='#methods'> Class Methods </a></li>
1114
</ul>
1215
</details>
1316

0 commit comments

Comments
 (0)