summary refs log tree commit diff stats
path: root/nimdoc/rst2html
diff options
context:
space:
mode:
Diffstat (limited to 'nimdoc/rst2html')
-rw-r--r--nimdoc/rst2html/expected/rst_examples.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimdoc/rst2html/expected/rst_examples.html b/nimdoc/rst2html/expected/rst_examples.html
index 532917055..efc8ac414 100644
--- a/nimdoc/rst2html/expected/rst_examples.html
+++ b/nimdoc/rst2html/expected/rst_examples.html
@@ -49,7 +49,6 @@
         <option value="type">Type</option>
       </select>
     </div>
-    <div id="tocRoot"></div>
     <ul class="simple simple-toc" id="toc-list">
   <li><a class="reference" id="about-this-document_toc" href="#about-this-document">About this document</a></li>
 <ul class="simple"><li><a class="reference" id="about-this-document-encoding_toc" href="#about-this-document-encoding">Encoding</a></li>
@@ -75,6 +74,7 @@
   </div>
   <div class="nine columns" id="content">
     
+    <div id="tocRoot"></div>
     
     <p class="module-desc"><table class="docinfo" frame="void" rules="none"><col class="docinfo-name" /><col class="docinfo-content" /><tbody valign="top"><tr><th class="docinfo-name">Authors:</th><td>Andreas Rumpf, Zahary Karadjov</td></tr>
 <tr><th class="docinfo-name">Version:</th><td>|nimversion|</td></tr>
<james410@cowgill.org.uk> 2017-05-18 11:18:30 +0100 makefile.tmpl: fix error handling and cleanups' href='/ahoang/Nim/commit/tools/niminst/makefile.tmpl?h=devel&id=675b271aa60cd2c24a53927533a106d022b21203'>675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^

2c584cdb3 ^
89fa43885 ^
02432f105 ^

675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^

2c584cdb3 ^
89fa43885 ^
245a1fe8d ^
675b271aa ^

02432f105 ^

675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^
89fa43885 ^
02432f105 ^

675b271aa ^
02432f105 ^
0d81ada61 ^
675b271aa ^
02432f105 ^


675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^
22ceab0fb ^


02432f105 ^
675b271aa ^

89fa43885 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^
fed1b0a07 ^




02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^

675b271aa ^
02432f105 ^
0d81ada61 ^









245a1fe8d ^
02432f105 ^




675b271aa ^
02432f105 ^



675b271aa ^

02432f105 ^




675b271aa ^
02432f105 ^

b99333f53 ^
02432f105 ^
89fa43885 ^
02432f105 ^




b99333f53 ^
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177