Skip to content

Commit 026cded

Browse files
authored
Merge pull request #121 from RunestoneInteractive/fixxmlids
fix early xml:ids
2 parents 7411f65 + a14e85d commit 026cded

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

source/ch1_overview.ptx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<title>Overview</title>
66

77

8-
<section xml:id="sec-introduction">
9-
<title>Introduction to Java for Python Programmers</title>
8+
<section xml:id="sec-prerequisites">
9+
<title>Prerequisites</title>
1010

1111
<p>
1212
This book assumes that you are already familiar with the <url href="http://www.python.org" visual="http://www.python.org">Python</url> programming language.
@@ -87,7 +87,7 @@
8787
</section>
8888

8989

90-
<section xml:id="sec-Java_Development_Environment">
90+
<section xml:id="sec-java-development-environment">
9191
<title>Java Development Environment</title>
9292

9393
<introduction>
@@ -306,8 +306,8 @@
306306
</subsection>
307307
</section>
308308

309-
<section xml:id="why-learn-another-programming-language">
310-
<title>Why Learn another programming Language?</title>
309+
<section xml:id="why-another-programming-language">
310+
<title>Why Another Programming Language?</title>
311311

312312
<p>
313313
Python is a nice language for beginning programming for several reasons.
@@ -357,7 +357,7 @@
357357

358358
</section>
359359

360-
<section xml:id="why-learn-java-why-not-c-or-c">
360+
<section xml:id="sec-why-java-why-not-c-or-c">
361361
<title>Why Learn Java? Why not C or C++?</title>
362362

363363
<p>
@@ -399,9 +399,9 @@
399399

400400

401401
</section>
402-
<section xml:id="learn_languages_summary">
402+
<section xml:id="overview_summary">
403403
<title>Summary &amp; Reading Questions</title>
404-
<p><ol label="1">
404+
<p><ol>
405405
<li>
406406
<p>Learning multiple programming languages helps programmers adapt to different styles and environments.</p>
407407
</li>

0 commit comments

Comments
 (0)