|
1 |
| --------------------------------- |
2 | 1 | [attention] (`docutils.parsers.rst.directives.admonitions.Attention`):
|
3 | 2 | .
|
4 | 3 | ```{attention}
|
|
12 | 11 | a
|
13 | 12 | .
|
14 | 13 |
|
15 |
| --------------------------------- |
16 | 14 | [caution] (`docutils.parsers.rst.directives.admonitions.Caution`):
|
17 | 15 | .
|
18 | 16 | ```{caution}
|
|
26 | 24 | a
|
27 | 25 | .
|
28 | 26 |
|
29 |
| --------------------------------- |
30 | 27 | [danger] (`docutils.parsers.rst.directives.admonitions.Danger`):
|
31 | 28 | .
|
32 | 29 | ```{danger}
|
|
40 | 37 | a
|
41 | 38 | .
|
42 | 39 |
|
43 |
| --------------------------------- |
44 | 40 | [error] (`docutils.parsers.rst.directives.admonitions.Error`):
|
45 | 41 | .
|
46 | 42 | ```{error}
|
|
54 | 50 | a
|
55 | 51 | .
|
56 | 52 |
|
57 |
| --------------------------------- |
58 | 53 | [important] (`docutils.parsers.rst.directives.admonitions.Important`):
|
59 | 54 | .
|
60 | 55 | ```{important}
|
|
68 | 63 | a
|
69 | 64 | .
|
70 | 65 |
|
71 |
| --------------------------------- |
72 | 66 | [note] (`docutils.parsers.rst.directives.admonitions.Note`):
|
73 | 67 | .
|
74 | 68 | ```{note}
|
|
82 | 76 | a
|
83 | 77 | .
|
84 | 78 |
|
85 |
| --------------------------------- |
86 | 79 | [tip] (`docutils.parsers.rst.directives.admonitions.Tip`):
|
87 | 80 | .
|
88 | 81 | ```{tip}
|
|
96 | 89 | a
|
97 | 90 | .
|
98 | 91 |
|
99 |
| --------------------------------- |
100 | 92 | [hint] (`docutils.parsers.rst.directives.admonitions.Hint`):
|
101 | 93 | .
|
102 | 94 | ```{hint}
|
|
110 | 102 | a
|
111 | 103 | .
|
112 | 104 |
|
113 |
| --------------------------------- |
114 | 105 | [warning] (`docutils.parsers.rst.directives.admonitions.Warning`):
|
115 | 106 | .
|
116 | 107 | ```{warning}
|
|
124 | 115 | a
|
125 | 116 | .
|
126 | 117 |
|
127 |
| --------------------------------- |
128 | 118 | [admonition] (`docutils.parsers.rst.directives.admonitions.Admonition`):
|
129 | 119 | .
|
130 | 120 | ```{admonition} myclass
|
|
140 | 130 | a
|
141 | 131 | .
|
142 | 132 |
|
143 |
| --------------------------------- |
144 | 133 | [sidebar] (`docutils.parsers.rst.directives.body.Sidebar`):
|
145 | 134 | .
|
146 | 135 | ```{sidebar} sidebar title
|
|
156 | 145 | a
|
157 | 146 | .
|
158 | 147 |
|
159 |
| --------------------------------- |
160 | 148 | [topic] (`docutils.parsers.rst.directives.body.Topic`):
|
161 | 149 | .
|
162 | 150 | ```{topic} Topic Title
|
|
172 | 160 | a
|
173 | 161 | .
|
174 | 162 |
|
175 |
| --------------------------------- |
176 |
| -[line-block] (`docutils.parsers.rst.directives.body.LineBlock`) SKIP: MockingError: MockState has not yet implemented attribute 'nest_line_block_lines' |
| 163 | +[line-block] (`docutils.parsers.rst.directives.body.LineBlock`) |
177 | 164 | .
|
178 | 165 | ```{line-block}
|
179 |
| -
|
180 |
| -
|
| 166 | +line 1 |
| 167 | +line 2 |
| 168 | + line 3 |
181 | 169 | ```
|
182 | 170 | .
|
183 | 171 | <document source="notset">
|
| 172 | + <line_block> |
| 173 | + <line> |
| 174 | + line 1 |
| 175 | + <line> |
| 176 | + line 2 |
| 177 | + <line_block> |
| 178 | + <line> |
| 179 | + line 3 |
184 | 180 | .
|
185 | 181 |
|
186 |
| --------------------------------- |
187 | 182 | [parsed-literal] (`docutils.parsers.rst.directives.body.ParsedLiteral`):
|
188 | 183 | .
|
189 | 184 | ```{parsed-literal}
|
|
196 | 191 | a
|
197 | 192 | .
|
198 | 193 |
|
199 |
| --------------------------------- |
200 | 194 | [rubric] (`docutils.parsers.rst.directives.body.Rubric`):
|
201 | 195 | .
|
202 | 196 | ```{rubric} Rubric Title
|
|
207 | 201 | Rubric Title
|
208 | 202 | .
|
209 | 203 |
|
210 |
| --------------------------------- |
211 | 204 | [epigraph] (`docutils.parsers.rst.directives.body.Epigraph`):
|
212 | 205 | .
|
213 | 206 | ```{epigraph}
|
|
225 | 218 | attribution
|
226 | 219 | .
|
227 | 220 |
|
228 |
| --------------------------------- |
229 | 221 | [highlights] (`docutils.parsers.rst.directives.body.Highlights`):
|
230 | 222 | .
|
231 | 223 | ```{highlights}
|
|
243 | 235 | attribution
|
244 | 236 | .
|
245 | 237 |
|
246 |
| --------------------------------- |
247 | 238 | [pull-quote] (`docutils.parsers.rst.directives.body.PullQuote`):
|
248 | 239 | .
|
249 | 240 | ```{pull-quote}
|
|
261 | 252 | attribution
|
262 | 253 | .
|
263 | 254 |
|
264 |
| --------------------------------- |
265 | 255 | [compound] (`docutils.parsers.rst.directives.body.Compound`):
|
266 | 256 | .
|
267 | 257 | ```{compound}
|
|
275 | 265 | a
|
276 | 266 | .
|
277 | 267 |
|
278 |
| --------------------------------- |
279 | 268 | [container] (`docutils.parsers.rst.directives.body.Container`):
|
280 | 269 | .
|
281 | 270 | ```{container}
|
|
289 | 278 | a
|
290 | 279 | .
|
291 | 280 |
|
292 |
| --------------------------------- |
293 | 281 | [image] (`docutils.parsers.rst.directives.images.Image`):
|
294 | 282 | .
|
295 | 283 | ```{image} path/to/image
|
|
301 | 289 | <image alt="abc" ids="name" names="name" uri="path/to/image">
|
302 | 290 | .
|
303 | 291 |
|
304 |
| --------------------------------- |
305 | 292 | [raw] (`docutils.parsers.rst.directives.misc.Raw`):
|
306 | 293 | .
|
307 | 294 | ```{raw} raw
|
|
314 | 301 | a
|
315 | 302 | .
|
316 | 303 |
|
317 |
| --------------------------------- |
318 | 304 | [class] (`docutils.parsers.rst.directives.misc.Class`):
|
319 | 305 | .
|
320 | 306 | ```{class} myclass
|
|
327 | 313 | a
|
328 | 314 | .
|
329 | 315 |
|
330 |
| --------------------------------- |
331 | 316 | [role] (`docutils.parsers.rst.directives.misc.Role`) + raw (`docutils.parsers.rst.roles.raw_role`):
|
332 | 317 | .
|
333 | 318 | ```{role} raw-latex(raw)
|
|
342 | 327 | \tag{content}
|
343 | 328 | .
|
344 | 329 |
|
345 |
| --------------------------------- |
346 | 330 | [title] (`docutils.parsers.rst.directives.misc.Title`):
|
347 | 331 | .
|
348 | 332 | ```{title} title
|
|
351 | 335 | <document source="notset" title="title">
|
352 | 336 | .
|
353 | 337 |
|
354 |
| --------------------------------- |
355 | 338 | [restructuredtext-test-directive] (`docutils.parsers.rst.directives.misc.TestDirective`):
|
356 | 339 | .
|
357 | 340 | ```{restructuredtext-test-directive}
|
|
363 | 346 | Directive processed. Type="restructuredtext-test-directive", arguments=[], options={}, content: None
|
364 | 347 | .
|
365 | 348 |
|
366 |
| --------------------------------- |
367 | 349 | [contents] (`docutils.parsers.rst.directives.parts.Contents`):
|
368 | 350 | .
|
369 | 351 | ```{contents} Contents
|
|
379 | 361 | .details:
|
380 | 362 | .
|
381 | 363 |
|
382 |
| --------------------------------- |
383 | 364 | [sectnum] (`docutils.parsers.rst.directives.parts.Sectnum`):
|
384 | 365 | .
|
385 | 366 | ```{sectnum}
|
|
392 | 373 | .details:
|
393 | 374 | .
|
394 | 375 |
|
395 |
| --------------------------------- |
396 | 376 | [header] (`docutils.parsers.rst.directives.parts.Header`):
|
397 | 377 | .
|
398 | 378 | ```{header}
|
|
407 | 387 | a
|
408 | 388 | .
|
409 | 389 |
|
410 |
| --------------------------------- |
411 | 390 | [footer] (`docutils.parsers.rst.directives.parts.Footer`):
|
412 | 391 | .
|
413 | 392 | ```{footer}
|
|
422 | 401 | a
|
423 | 402 | .
|
424 | 403 |
|
425 |
| --------------------------------- |
426 | 404 | [target-notes] (`docutils.parsers.rst.directives.references.TargetNotes`):
|
427 | 405 | .
|
428 | 406 | ```{target-notes}
|
|
0 commit comments