Skip to content

Commit 590c234

Browse files
committed
tweak footer
1 parent 2978f52 commit 590c234

20 files changed

+352
-317
lines changed

book/ch00-extras.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
132132
<head>
133133
<meta http-equiv="Content-Type" content="text/html; charset=ascii" />
134-
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
134+
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
135135
<title>Preface (Extras)</title>
136136
<style type="text/css">
137137

@@ -202,7 +202,9 @@
202202
border-bottom: 1px solid gray;
203203
font-weight: bold; background-color: #eeffee;
204204
}
205-
205+
table pre span {
206+
white-space: pre-wrap;
207+
}
206208
table tr td.doctest {
207209
padding: 0.2em; margin: 0;
208210
border-left: 1px solid gray;
@@ -576,18 +578,18 @@ <h2 class="subtitle" id="nlp-in-python-vs-other-programming-languages">NLP in Py
576578
program samples: Tim Baldwin, Trevor Cohn, David Duke, Rod Farmer,
577579
Andrew Hardie, Aaron Harnly, Edward Ivanovic, Bernie Pope, and Lars Yencken.)</p>
578580
<!-- Footer to be used in all chapters -->
579-
<div class="admonition-about-this-document admonition">
581+
<div class="admonition admonition-about-this-document">
580582
<p class="first admonition-title">About this document...</p>
581583
<p>UPDATED FOR NLTK 3.0.
582584
This is a chapter from <em>Natural Language Processing with Python</em>,
583-
by <a class="reference external" href="http://estive.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>,
584-
Copyright &#169; 2014 the authors.
585+
by <a class="reference external" href="http://stevenbird.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>,
586+
Copyright &#169; 2019 the authors.
585587
It is distributed with the <em>Natural Language Toolkit</em> [<tt class="doctest"><span class="pre">http://nltk.org/</span></tt>],
586588
Version 3.0, under the terms of the
587589
<em>Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License</em>
588590
[<a class="reference external" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">http://creativecommons.org/licenses/by-nc-nd/3.0/us/</a>].</p>
589591
<p class="last">This document was built on
590-
Wed 1 Jul 2015 12:30:05 AEST</p>
592+
Mon 1 Apr 2019 20:30:15 ACST</p>
591593
</div>
592594
</div>
593595
</body>

book/ch00.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
132132
<head>
133133
<meta http-equiv="Content-Type" content="text/html; charset=ascii" />
134-
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
134+
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
135135
<title>Preface</title>
136136
<style type="text/css">
137137

@@ -202,7 +202,9 @@
202202
border-bottom: 1px solid gray;
203203
font-weight: bold; background-color: #eeffee;
204204
}
205-
205+
table pre span {
206+
white-space: pre-wrap;
207+
}
206208
table tr td.doctest {
207209
padding: 0.2em; margin: 0;
208210
border-left: 1px solid gray;
@@ -967,11 +969,11 @@ <h1>Conventions Used in This Book</h1>
967969
<p><tt class="doctest"><span class="pre">Constant width italic</span></tt> -- Shows text that should be
968970
replaced with user-supplied values or by values
969971
determined by context; also used for metavariables within program code examples.</p>
970-
<div class="note">
972+
<div class="admonition note">
971973
<p class="first admonition-title">Note</p>
972974
<p class="last">This icon signifies a tip, suggestion, or general note.</p>
973975
</div>
974-
<div class="caution">
976+
<div class="admonition caution">
975977
<p class="first admonition-title">Caution!</p>
976978
<p class="last">This icon indicates a warning or caution.</p>
977979
</div>
@@ -1098,18 +1100,18 @@ <h1>Royalties</h1>
10981100
</div>
10991101
<hr class="docutils" />
11001102
<!-- Footer to be used in all chapters -->
1101-
<div class="admonition-about-this-document admonition">
1103+
<div class="admonition admonition-about-this-document">
11021104
<p class="first admonition-title">About this document...</p>
11031105
<p>UPDATED FOR NLTK 3.0.
11041106
This is a chapter from <em>Natural Language Processing with Python</em>,
1105-
by <a class="reference external" href="http://estive.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>,
1106-
Copyright &#169; 2014 the authors.
1107+
by <a class="reference external" href="http://stevenbird.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>,
1108+
Copyright &#169; 2019 the authors.
11071109
It is distributed with the <em>Natural Language Toolkit</em> [<tt class="doctest"><span class="pre">http://nltk.org/</span></tt>],
11081110
Version 3.0, under the terms of the
11091111
<em>Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License</em>
11101112
[<a class="reference external" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">http://creativecommons.org/licenses/by-nc-nd/3.0/us/</a>].</p>
11111113
<p class="last">This document was built on
1112-
Wed 1 Jul 2015 12:30:05 AEST</p>
1114+
Mon 1 Apr 2019 20:30:15 ACST</p>
11131115
</div>
11141116
</div>
11151117
</div>

book/ch01-extras.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
132132
<head>
133133
<meta http-equiv="Content-Type" content="text/html; charset=ascii" />
134-
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
134+
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
135135
<title>1. Language Processing and Python (Extras)</title>
136136
<style type="text/css">
137137

@@ -202,7 +202,9 @@
202202
border-bottom: 1px solid gray;
203203
font-weight: bold; background-color: #eeffee;
204204
}
205-
205+
table pre span {
206+
white-space: pre-wrap;
207+
}
206208
table tr td.doctest {
207209
padding: 0.2em; margin: 0;
208210
border-left: 1px solid gray;
@@ -437,18 +439,18 @@ <h1>3&nbsp;&nbsp;&nbsp;Python</h1>
437439
<tt class="doctest"><span class="pre">http://openbookproject.net/thinkCSpy/</span></tt></li>
438440
</ul>
439441
<!-- Footer to be used in all chapters -->
440-
<div class="admonition-about-this-document admonition">
442+
<div class="admonition admonition-about-this-document">
441443
<p class="first admonition-title">About this document...</p>
442444
<p>UPDATED FOR NLTK 3.0.
443445
This is a chapter from <em>Natural Language Processing with Python</em>,
444-
by <a class="reference external" href="http://estive.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>,
445-
Copyright &#169; 2014 the authors.
446+
by <a class="reference external" href="http://stevenbird.net/">Steven Bird</a>, <a class="reference external" href="http://homepages.inf.ed.ac.uk/ewan/">Ewan Klein</a> and <a class="reference external" href="http://ed.loper.org/">Edward Loper</a>,
447+
Copyright &#169; 2019 the authors.
446448
It is distributed with the <em>Natural Language Toolkit</em> [<tt class="doctest"><span class="pre">http://nltk.org/</span></tt>],
447449
Version 3.0, under the terms of the
448450
<em>Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License</em>
449451
[<a class="reference external" href="http://creativecommons.org/licenses/by-nc-nd/3.0/us/">http://creativecommons.org/licenses/by-nc-nd/3.0/us/</a>].</p>
450452
<p class="last">This document was built on
451-
Wed 1 Jul 2015 12:30:05 AEST</p>
453+
Mon 1 Apr 2019 20:30:15 ACST</p>
452454
</div>
453455
</div>
454456
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy