Skip to content

Commit 3faaa3d

Browse files
committed
Fix: add xml:ids to all chapters
1 parent 0c03340 commit 3faaa3d

File tree

11 files changed

+20
-19
lines changed

11 files changed

+20
-19
lines changed

pretext/ActiveCode/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="activecode" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>ActiveCode Languages</title>
44
<xi:include href='./python.ptx' />
55
<xi:include href='./audiotours.ptx' />

pretext/Assessments/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="assessments" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Assessments</title>
44
<xi:include href='./multiplechoice.ptx' />
55
<xi:include href='./fitb.ptx' />

pretext/Assignments/toctree.ptx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US" xml:id="working-with-assignments-chap">
2+
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US"
3+
xml:id="working-with-assignments-chap">
34
<title>Working with Assignments</title>
45
<xi:include href='./instructorAssignments.ptx' />
56
<xi:include href='./assembleAssignment.ptx' />

pretext/Containers/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="containers" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Containers</title>
44
<xi:include href='./reveal.ptx' />
55
<xi:include href='./tabbed.ptx' />

pretext/CustomCourses/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="creating-a-course" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Creating a Course</title>
44
<xi:include href='./intro.ptx' />
55
<xi:include href='./createCourse.ptx' />

pretext/InstructorInterface/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="monitoring" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Monitoring your Student's Learning</title>
44
<xi:include href='./InstructorInterface.ptx' />
55
<xi:include href='./viewStudentActivity.ptx' />

pretext/Misc/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="other-directives" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Other Directives</title>
44
<xi:include href='./polls.ptx' />
55
<xi:include href='./spreadsheet.ptx' />

pretext/Registration/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="managing-your-course" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Managing Your Course</title>
44
<xi:include href='./inviteStudents.ptx' />
55
<xi:include href='./privaterunestone.ptx' />

pretext/Video/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="video" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Video</title>
44
<xi:include href='./video.ptx' />
55
<xi:include href='./youtube.ptx' />

pretext/Visualizers/toctree.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<chapter xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
2+
<chapter xml:id="visualizers" xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
33
<title>Visualizers</title>
44
<xi:include href='./codelens.ptx' />
55
<xi:include href='./showeval.ptx' />

0 commit comments

Comments
 (0)