Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c145c70

Browse files
committed
Cleanup
1 parent c73e9cb commit c145c70

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pdf/Acrobat/chapter_7.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version = "1.0" encoding = "UTF-8" ?><HeaderFooterSettings version = "8.0"><Font name="Menlo" type="TrueType" size="8.0"/><Color r="0.0" g="0.0" b="0.0"/><Margin left="57.6002" right="72.0" top="36.0" bottom="19.4403"/><Appearance fixedprint="0" shrink="0"/><PageRange odd="0" even="1" start="33" end="39"/><Page offset = "0"><PageIndex format="1"/></Page><Date><Month format="1"/>/<Day format="1"/><Year format="0"/></Date><Header><Left></Left><Center></Center><Right></Right></Header><Footer><Left>| Chapter 7: Libraries</Left><Center></Center><Right></Right></Footer></HeaderFooterSettings>
1+
<?xml version = "1.0" encoding = "UTF-8" ?><HeaderFooterSettings version = "8.0"><Font name="Menlo" type="TrueType" size="8.0"/><Color r="0.0" b="0.0" g="0.0"/><Margin left="57.6002" right="72.0" top="36.0" bottom="19.4403"/><Appearance fixedprint="0" shrink="0"/><PageRange odd="0" even="1" start="33" end="41"/><Page offset = "0"><PageIndex format="1"/></Page><Date><Month format="1"/>/<Day format="1"/><Year format="0"/></Date><Header><Left></Left><Center></Center><Right></Right></Header><Footer><Left>| Chapter 7: Libraries</Left><Center></Center><Right></Right></Footer></HeaderFooterSettings>

pdf/how_to_create_pdf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Printing to PDF
2020
### PDF optimized for laser color printing
2121
* Run `./parse.js` again.
2222
* Open `index.html` in text editor and first remove element `<p><br></p>` before the `<h1>Libraries</h1>`.
23-
* Then replace the footer and last three `<br>` elements with contents of `pdf/index_for_pdf_print.html` file and save.
23+
* Then replace the footer and last three `<br>` elements with contents of `pdf/index_for_pdf_print.html` file.
2424
* Change all links in text to normal text and optionally add a page number after '(p. <num>)'. Links can be found with this regex: `<strong>.*a href.*</strong>`.
25-
* Open `index.html` in Chrome.
25+
* Save and open `index.html` in Chrome.
2626
* Change brightness of elements by right clicking on them and selecting inspect. Then click on the rectangle that represents color and toggle the color space to HSLA by clicking on the button with two vertical arrows.
2727
* Change lightness (L) percentage to:
2828
* 0% for the text.

pdf/index_for_pdf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 id="n">N</h3>
9595
<strong>numpy module, <a href="#numpy">37</a>-<a href="#indexing">38</a></strong> </p>
9696
<h3 id="o">O</h3>
9797
<p><strong>open function, <a href="#open">22</a>-<a href="#file">23</a></strong><br>
98-
<strong>operator module, <a href="#partial">12</a>, <a href="#operator">31</a></strong><br>
98+
<strong>operator module, <a href="#operator">31</a></strong><br>
9999
<strong>os commands, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong><br>
100100
<strong>os module, <a href="#path">23</a>, <a href="#oscommands">24</a>-<a href="#shellcommands">25</a></strong> </p>
101101
<h3 id="p">P</h3>

pdf/index_for_pdf_print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 id="n">N</h3>
9595
<strong>numpy module, 37-38</strong> </p>
9696
<h3 id="o">O</h3>
9797
<p><strong>open function, 22-23</strong><br>
98-
<strong>operator module, 12, 31</strong><br>
98+
<strong>operator module, 31</strong><br>
9999
<strong>os commands, 24-25</strong><br>
100100
<strong>os module, 23, 24-25</strong> </p>
101101
<h3 id="p">P</h3>

0 commit comments

Comments
 (0)