Skip to content

Commit e78d26f

Browse files
committed
Index
1 parent e5a7c71 commit e78d26f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3585,4 +3585,4 @@ Index
35853585
* **Only available in the [PDF](https://transactions.sendowl.com/products/78175486/4422834F/view).**
35863586
* **Ctrl+F / ⌘F is usually sufficient.**
35873587
* **Searching `'#<title>'` on the [webpage](https://gto76.github.io/python-cheatsheet/) will limit the search to the titles.**
3588-
* **Click on the `'🔗'` symbol to get a link to specific section.**
3588+
* **Click on the title's `'🔗'` symbol to get a link to specific section.**

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<body>
5757
<header>
58-
<aside>November 27, 2024</aside>
58+
<aside>November 28, 2024</aside>
5959
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
6060
</header>
6161

@@ -2918,12 +2918,12 @@ <h3 id="format-2">Format</h3><div><h4 id="forstandardtypesizesandmanualalignment
29182918
<div><h2 id="index"><a href="#index" name="index">#</a>Index</h2><ul><li><strong>Only available in the <a href="https://transactions.sendowl.com/products/78175486/4422834F/view">PDF</a>.</strong></li>
29192919
<li><strong>Ctrl+F / ⌘F is usually sufficient.</strong></li>
29202920
<li><strong>Searching <code class="python hljs"><span class="hljs-string">'#&lt;title&gt;'</span></code> will limit the search to the titles.</strong></li>
2921-
<li><strong>Click on the <code class="python hljs"><span class="hljs-string">'#'</span></code> symbol to get a link to specific section.</strong></li>
2921+
<li><strong>Click on the title's <code class="python hljs"><span class="hljs-string">'#'</span></code> symbol to get a link to specific section.</strong></li>
29222922
</ul></div>
29232923

29242924

29252925
<footer>
2926-
<aside>November 27, 2024</aside>
2926+
<aside>November 28, 2024</aside>
29272927
<a href="https://gto76.github.io" rel="author">Jure Šorn</a>
29282928
</footer>
29292929

parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const INDEX =
337337
'<li><strong>Only available in the <a href="https://transactions.sendowl.com/products/78175486/4422834F/view">PDF</a>.</strong></li>\n' +
338338
'<li><strong>Ctrl+F / ⌘F is usually sufficient.</strong></li>\n' +
339339
'<li><strong>Searching <code class="python hljs"><span class="hljs-string">\'#&lt;title&gt;\'</span></code> will limit the search to the titles.</strong></li>\n' +
340-
'<li><strong>Click on the <code class="python hljs"><span class="hljs-string">\'#\'</span></code> symbol to get a link to specific section.</strong></li>\n';
340+
'<li><strong>Click on the title\'s <code class="python hljs"><span class="hljs-string">\'#\'</span></code> symbol to get a link to specific section.</strong></li>\n';
341341

342342

343343
const DIAGRAM_1_A =

0 commit comments

Comments
 (0)