summaryrefslogtreecommitdiffstats
path: root/tests/test_sphinx/test_sphinx_builds/test_basic.sphinx4.html
blob: 743f7a1998e3f33252377fd0816ba279ac004e0c (plain)
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<div class="documentwrapper">
 <div class="bodywrapper">
  <div class="body" role="main">
   <div class="dedication topic">
    <p class="topic-title">
     Dedication
    </p>
    <p>
     To my
     <em>
      homies
     </em>
    </p>
   </div>
   <div class="abstract topic">
    <p class="topic-title">
     Abstract
    </p>
    <p>
     Something something
     <strong>
      dark
     </strong>
     side
    </p>
   </div>
   <section class="tex2jax_ignore mathjax_ignore" id="header">
    <span id="target">
    </span>
    <h1>
     Header
     <a class="headerlink" href="#header" title="Permalink to this headline"></a>
    </h1>
    <div class="admonition note">
     <p class="admonition-title">
      Note
     </p>
     <p>
      abcd
      <em>
       abc
      </em>
      <a class="reference external" href="https://www.google.com">
       google
      </a>
     </p>
     <div class="admonition warning">
      <p class="admonition-title">
       Warning
      </p>
      <p>
       xyz
      </p>
     </div>
    </div>
    <div class="admonition-title-with-link-target2 admonition">
     <p class="admonition-title">
      Title with
      <a class="reference internal" href="#target2">
       <span class="std std-ref">
        link
       </span>
      </a>
     </p>
     <p>
      Content
     </p>
    </div>
    <figure class="align-default" id="id1">
     <span id="target2">
     </span>
     <a class="reference external image-reference" href="https://www.google.com">
      <img alt="_images/example.jpg" src="_images/example.jpg" style="height: 40px;"/>
     </a>
     <figcaption>
      <p>
       <span class="caption-text">
        Caption
       </span>
       <a class="headerlink" href="#id1" title="Permalink to this image"></a>
      </p>
     </figcaption>
    </figure>
    <p>
     <img alt="alternative text" src="_images/example.jpg"/>
    </p>
    <p>
     <a class="reference external" href="https://www.google.com">
      https://www.google.com
     </a>
    </p>
    <p>
     <strong>
      <code class="code docutils literal notranslate">
       <span class="pre">
        a=1{`}
       </span>
      </code>
     </strong>
    </p>
    <p>
     <span class="math notranslate nohighlight">
      \(sdfds\)
     </span>
    </p>
    <p>
     <strong>
      <span class="math notranslate nohighlight">
       \(a=1\)
      </span>
     </strong>
    </p>
    <div class="math notranslate nohighlight">
     \[b=2\]
    </div>
    <div class="math notranslate nohighlight" id="equation-eq-label">
     <span class="eqno">
      (1)
      <a class="headerlink" href="#equation-eq-label" title="Permalink to this equation"></a>
     </span>
     \[c=2\]
    </div>
    <p>
     <a class="reference internal" href="#equation-eq-label">
      (1)
     </a>
    </p>
    <p>
     <code class="docutils literal notranslate">
      <span class="pre">
       a=1{`}
      </span>
     </code>
    </p>
    <table class="colwidths-auto docutils align-default">
     <thead>
      <tr class="row-odd">
       <th class="head">
        <p>
         a
        </p>
       </th>
       <th class="text-right head">
        <p>
         b
        </p>
       </th>
      </tr>
     </thead>
     <tbody>
      <tr class="row-even">
       <td>
        <p>
         <em>
          a
         </em>
        </p>
       </td>
       <td class="text-right">
        <p>
         2
        </p>
       </td>
      </tr>
      <tr class="row-odd">
       <td>
        <p>
         <a class="reference external" href="https://google.com">
          link-a
         </a>
        </p>
       </td>
       <td class="text-right">
        <p>
         <a class="reference external" href="https://python.org">
          link-b
         </a>
        </p>
       </td>
      </tr>
     </tbody>
    </table>
    <p>
     this
is
a
paragraph
    </p>
    <p>
     this is a second paragraph
    </p>
    <ul class="simple">
     <li>
      <p>
       a list
      </p>
      <ul>
       <li>
        <p>
         a sub list
        </p>
       </li>
      </ul>
     </li>
    </ul>
    <ul class="simple">
     <li>
      <p>
       new list?
      </p>
     </li>
    </ul>
    <p>
     <a class="reference internal" href="#target">
      <span class="std std-ref">
       Header
      </span>
     </a>
     <a class="reference internal" href="#target2">
      <span class="std std-ref">
       Caption
      </span>
     </a>
    </p>
    <p>
     <a class="reference external" href="https://www.google.com">
      name
     </a>
    </p>
    <div class="highlight-default notranslate">
     <div class="highlight">
      <pre><span></span><span class="k">def</span> <span class="nf">func</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
    <span class="nb">print</span><span class="p">(</span><span class="n">a</span><span class="p">)</span>
</pre>
     </div>
    </div>
    <p>
     Special substitution references:
    </p>
    <p>
     57 words | 0 min read
    </p>
   </section>
  </div>
 </div>
</div>