Browse Source

Index

pull/79/head
Jure Šorn 4 years ago
parent
commit
872a36d67e
4 changed files with 14 additions and 7 deletions
  1. 7
      README.md
  2. 9
      index.html
  3. 2
      web/style.css
  4. 3
      web/template.html

7
README.md

@ -3509,3 +3509,10 @@ def read_file(filename):
if __name__ == '__main__': if __name__ == '__main__':
main() main()
``` ```
Index
-----
* **Only available in [PDF](https://transactions.sendowl.com/products/78175486/4422834F/view).**
* **Ctrl+F / ⌘F is usually sufficient.**
* **Searching `'#<title>'` will limit the search to the titles.**

9
index.html

@ -2982,6 +2982,12 @@ $ pyinstaller script.py --add-data '&lt;path&gt;:.' <span class="hljs-comment">
<span class="hljs-keyword">if</span> __name__ == <span class="hljs-string">'__main__'</span>: <span class="hljs-keyword">if</span> __name__ == <span class="hljs-string">'__main__'</span>:
main() main()
</code></pre></div> </code></pre></div>
<div><h2 id="index"><a href="#index" name="index">#</a>Index</h2><ul>
<li><strong>Only available in <a href="https://transactions.sendowl.com/products/78175486/4422834F/view">PDF</a>.</strong></li>
<li><strong>Ctrl+F / ⌘F is usually sufficient.</strong></li>
<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>
</ul></div>
<footer> <footer>
@ -2989,9 +2995,6 @@ $ pyinstaller script.py --add-data '&lt;path&gt;:.' <span class="hljs-comment">
<a href="../" rel="author">Jure Šorn</a> <a href="../" rel="author">Jure Šorn</a>
</footer> </footer>
<br>
<br>
<br>
<script src="web/jquery-3.4.0.min.js"></script> <script src="web/jquery-3.4.0.min.js"></script>
<script src="web/script_2.js"></script> <script src="web/script_2.js"></script>
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script> <script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

2
web/style.css

@ -74,7 +74,7 @@ footer {
} }
footer { footer {
margin-top: 8em;
margin-top: 6em;
} }
h1 ~ aside { h1 ~ aside {

3
web/template.html

@ -225,9 +225,6 @@ pre.prettyprint {
<a href="../" rel="author">Jure Šorn</a> <a href="../" rel="author">Jure Šorn</a>
</footer> </footer>
<br>
<br>
<br>
<script src="web/jquery-3.4.0.min.js"></script> <script src="web/jquery-3.4.0.min.js"></script>
<script src="web/script_2.js"></script> <script src="web/script_2.js"></script>
<script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script> <script type="text/javascript" src="https://transactions.sendowl.com/assets/sendowl.js" ></script>

Loading…
Cancel
Save