-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.ptx
50 lines (41 loc) · 1.71 KB
/
main.ptx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version='1.0' encoding='utf-8'?>
<pretext xml:lang="en-US" xmlns:xi="http://www.w3.org/2001/XInclude">
<docinfo>
<!-- Renaming elements (tentative) -->
<rename element='abstract'>License</rename>
<rename element='warning'>TL;DR</rename>
<rename element='problem'>Output</rename>
<rename element='technology'>Syntax</rename>
<rename element='investigation'>Explanation</rename>
<rename element='exploration'>Video</rename>
<rename element='evaluate'>Run Code</rename>
</docinfo>
<article xml:id="basic-programming">
<title>Basic Programming</title>
<subtitle>For Complete Beginners</subtitle>
<!-- Include frontmatter -->
<xi:include href="./frontmatter.ptx" />
<!-- Include sections -->
<xi:include href="./sec-introduction.ptx" />
<xi:include href="./sec-pro-environment.ptx" />
<xi:include href="./sec-pro-language.ptx" />
<xi:include href="./sec-comment.ptx" />
<xi:include href="./sec-variable.ptx" />
<xi:include href="./sec-data-type.ptx" />
<xi:include href="./sec-data-structure.ptx" />
<xi:include href="./sec-operator.ptx" />
<xi:include href="./sec-attribute.ptx" />
<xi:include href="./sec-function.ptx" />
<xi:include href="./sec-error.ptx" />
<xi:include href="./sec-personal-experience.ptx" />
<xi:include href="./sec-conditional.ptx" />
<xi:include href="./sec-loop.ptx" />
<xi:include href="./sec-scope.ptx" />
<xi:include href="./sec-declare-function.ptx" />
<xi:include href="./sec-class.ptx" />
<xi:include href="./sec-using-list.ptx" />
<xi:include href="./sec-using-dictionary.ptx" />
<!-- Include backmatter -->
<xi:include href="./backmatter.ptx" />
</article>
</pretext>