| 1 | <?xml version="1.0" encoding="utf-8" ?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 | <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> |
|---|
| 7 | <title>The reStructuredText Cheat Sheet: Syntax Reminders</title> |
|---|
| 8 | <meta name="author" content="David Goodger <goodger@python.org>" /> |
|---|
| 9 | <meta name="date" content="2006-01-23" /> |
|---|
| 10 | <style type="text/css"> |
|---|
| 11 | |
|---|
| 12 | /* |
|---|
| 13 | :Author: David Goodger |
|---|
| 14 | :Contact: goodger@users.sourceforge.net |
|---|
| 15 | :Date: $Date: 2005-12-18 01:56:14 +0100 (Sun, 18 Dec 2005) $ |
|---|
| 16 | :Revision: $Revision: 4224 $ |
|---|
| 17 | :Copyright: This stylesheet has been placed in the public domain. |
|---|
| 18 | |
|---|
| 19 | Default cascading style sheet for the HTML output of Docutils. |
|---|
| 20 | |
|---|
| 21 | See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to |
|---|
| 22 | customize this style sheet. |
|---|
| 23 | */ |
|---|
| 24 | |
|---|
| 25 | /* used to remove borders from tables and images */ |
|---|
| 26 | .borderless, table.borderless td, table.borderless th { |
|---|
| 27 | border: 0 } |
|---|
| 28 | |
|---|
| 29 | table.borderless td, table.borderless th { |
|---|
| 30 | /* Override padding for "table.docutils td" with "! important". |
|---|
| 31 | The right padding separates the table cells. */ |
|---|
| 32 | padding: 0 0.5em 0 0 ! important } |
|---|
| 33 | |
|---|
| 34 | .first { |
|---|
| 35 | /* Override more specific margin styles with "! important". */ |
|---|
| 36 | margin-top: 0 ! important } |
|---|
| 37 | |
|---|
| 38 | .last, .with-subtitle { |
|---|
| 39 | margin-bottom: 0 ! important } |
|---|
| 40 | |
|---|
| 41 | .hidden { |
|---|
| 42 | display: none } |
|---|
| 43 | |
|---|
| 44 | a.toc-backref { |
|---|
| 45 | text-decoration: none ; |
|---|
| 46 | color: black } |
|---|
| 47 | |
|---|
| 48 | blockquote.epigraph { |
|---|
| 49 | margin: 2em 5em ; } |
|---|
| 50 | |
|---|
| 51 | dl.docutils dd { |
|---|
| 52 | margin-bottom: 0.5em } |
|---|
| 53 | |
|---|
| 54 | /* Uncomment (and remove this text!) to get bold-faced definition list terms |
|---|
| 55 | dl.docutils dt { |
|---|
| 56 | font-weight: bold } |
|---|
| 57 | */ |
|---|
| 58 | |
|---|
| 59 | div.abstract { |
|---|
| 60 | margin: 2em 5em } |
|---|
| 61 | |
|---|
| 62 | div.abstract p.topic-title { |
|---|
| 63 | font-weight: bold ; |
|---|
| 64 | text-align: center } |
|---|
| 65 | |
|---|
| 66 | div.admonition, div.attention, div.caution, div.danger, div.error, |
|---|
| 67 | div.hint, div.important, div.note, div.tip, div.warning { |
|---|
| 68 | margin: 2em ; |
|---|
| 69 | border: medium outset ; |
|---|
| 70 | padding: 1em } |
|---|
| 71 | |
|---|
| 72 | div.admonition p.admonition-title, div.hint p.admonition-title, |
|---|
| 73 | div.important p.admonition-title, div.note p.admonition-title, |
|---|
| 74 | div.tip p.admonition-title { |
|---|
| 75 | font-weight: bold ; |
|---|
| 76 | font-family: sans-serif } |
|---|
| 77 | |
|---|
| 78 | div.attention p.admonition-title, div.caution p.admonition-title, |
|---|
| 79 | div.danger p.admonition-title, div.error p.admonition-title, |
|---|
| 80 | div.warning p.admonition-title { |
|---|
| 81 | color: red ; |
|---|
| 82 | font-weight: bold ; |
|---|
| 83 | font-family: sans-serif } |
|---|
| 84 | |
|---|
| 85 | /* Uncomment (and remove this text!) to get reduced vertical space in |
|---|
| 86 | compound paragraphs. |
|---|
| 87 | div.compound .compound-first, div.compound .compound-middle { |
|---|
| 88 | margin-bottom: 0.5em } |
|---|
| 89 | |
|---|
| 90 | div.compound .compound-last, div.compound .compound-middle { |
|---|
| 91 | margin-top: 0.5em } |
|---|
| 92 | */ |
|---|
| 93 | |
|---|
| 94 | div.dedication { |
|---|
| 95 | margin: 2em 5em ; |
|---|
| 96 | text-align: center ; |
|---|
| 97 | font-style: italic } |
|---|
| 98 | |
|---|
| 99 | div.dedication p.topic-title { |
|---|
| 100 | font-weight: bold ; |
|---|
| 101 | font-style: normal } |
|---|
| 102 | |
|---|
| 103 | div.figure { |
|---|
| 104 | margin-left: 2em ; |
|---|
| 105 | margin-right: 2em } |
|---|
| 106 | |
|---|
| 107 | div.footer, div.header { |
|---|
| 108 | clear: both; |
|---|
| 109 | font-size: smaller } |
|---|
| 110 | |
|---|
| 111 | div.line-block { |
|---|
| 112 | display: block ; |
|---|
| 113 | margin-top: 1em ; |
|---|
| 114 | margin-bottom: 1em } |
|---|
| 115 | |
|---|
| 116 | div.line-block div.line-block { |
|---|
| 117 | margin-top: 0 ; |
|---|
| 118 | margin-bottom: 0 ; |
|---|
| 119 | margin-left: 1.5em } |
|---|
| 120 | |
|---|
| 121 | div.sidebar { |
|---|
| 122 | margin-left: 1em ; |
|---|
| 123 | border: medium outset ; |
|---|
| 124 | padding: 1em ; |
|---|
| 125 | background-color: #ffffee ; |
|---|
| 126 | width: 40% ; |
|---|
| 127 | float: right ; |
|---|
| 128 | clear: right } |
|---|
| 129 | |
|---|
| 130 | div.sidebar p.rubric { |
|---|
| 131 | font-family: sans-serif ; |
|---|
| 132 | font-size: medium } |
|---|
| 133 | |
|---|
| 134 | div.system-messages { |
|---|
| 135 | margin: 5em } |
|---|
| 136 | |
|---|
| 137 | div.system-messages h1 { |
|---|
| 138 | color: red } |
|---|
| 139 | |
|---|
| 140 | div.system-message { |
|---|
| 141 | border: medium outset ; |
|---|
| 142 | padding: 1em } |
|---|
| 143 | |
|---|
| 144 | div.system-message p.system-message-title { |
|---|
| 145 | color: red ; |
|---|
| 146 | font-weight: bold } |
|---|
| 147 | |
|---|
| 148 | div.topic { |
|---|
| 149 | margin: 2em } |
|---|
| 150 | |
|---|
| 151 | h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, |
|---|
| 152 | h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { |
|---|
| 153 | margin-top: 0.4em } |
|---|
| 154 | |
|---|
| 155 | h1.title { |
|---|
| 156 | text-align: center } |
|---|
| 157 | |
|---|
| 158 | h2.subtitle { |
|---|
| 159 | text-align: center } |
|---|
| 160 | |
|---|
| 161 | hr.docutils { |
|---|
| 162 | width: 75% } |
|---|
| 163 | |
|---|
| 164 | img.align-left { |
|---|
| 165 | clear: left } |
|---|
| 166 | |
|---|
| 167 | img.align-right { |
|---|
| 168 | clear: right } |
|---|
| 169 | |
|---|
| 170 | ol.simple, ul.simple { |
|---|
| 171 | margin-bottom: 1em } |
|---|
| 172 | |
|---|
| 173 | ol.arabic { |
|---|
| 174 | list-style: decimal } |
|---|
| 175 | |
|---|
| 176 | ol.loweralpha { |
|---|
| 177 | list-style: lower-alpha } |
|---|
| 178 | |
|---|
| 179 | ol.upperalpha { |
|---|
| 180 | list-style: upper-alpha } |
|---|
| 181 | |
|---|
| 182 | ol.lowerroman { |
|---|
| 183 | list-style: lower-roman } |
|---|
| 184 | |
|---|
| 185 | ol.upperroman { |
|---|
| 186 | list-style: upper-roman } |
|---|
| 187 | |
|---|
| 188 | p.attribution { |
|---|
| 189 | text-align: right ; |
|---|
| 190 | margin-left: 50% } |
|---|
| 191 | |
|---|
| 192 | p.caption { |
|---|
| 193 | font-style: italic } |
|---|
| 194 | |
|---|
| 195 | p.credits { |
|---|
| 196 | font-style: italic ; |
|---|
| 197 | font-size: smaller } |
|---|
| 198 | |
|---|
| 199 | p.label { |
|---|
| 200 | white-space: nowrap } |
|---|
| 201 | |
|---|
| 202 | p.rubric { |
|---|
| 203 | font-weight: bold ; |
|---|
| 204 | font-size: larger ; |
|---|
| 205 | color: maroon ; |
|---|
| 206 | text-align: center } |
|---|
| 207 | |
|---|
| 208 | p.sidebar-title { |
|---|
| 209 | font-family: sans-serif ; |
|---|
| 210 | font-weight: bold ; |
|---|
| 211 | font-size: larger } |
|---|
| 212 | |
|---|
| 213 | p.sidebar-subtitle { |
|---|
| 214 | font-family: sans-serif ; |
|---|
| 215 | font-weight: bold } |
|---|
| 216 | |
|---|
| 217 | p.topic-title { |
|---|
| 218 | font-weight: bold } |
|---|
| 219 | |
|---|
| 220 | pre.address { |
|---|
| 221 | margin-bottom: 0 ; |
|---|
| 222 | margin-top: 0 ; |
|---|
| 223 | font-family: serif ; |
|---|
| 224 | font-size: 100% } |
|---|
| 225 | |
|---|
| 226 | pre.literal-block, pre.doctest-block { |
|---|
| 227 | margin-left: 2em ; |
|---|
| 228 | margin-right: 2em ; |
|---|
| 229 | background-color: #eeeeee } |
|---|
| 230 | |
|---|
| 231 | span.classifier { |
|---|
| 232 | font-family: sans-serif ; |
|---|
| 233 | font-style: oblique } |
|---|
| 234 | |
|---|
| 235 | span.classifier-delimiter { |
|---|
| 236 | font-family: sans-serif ; |
|---|
| 237 | font-weight: bold } |
|---|
| 238 | |
|---|
| 239 | span.interpreted { |
|---|
| 240 | font-family: sans-serif } |
|---|
| 241 | |
|---|
| 242 | span.option { |
|---|
| 243 | white-space: nowrap } |
|---|
| 244 | |
|---|
| 245 | span.pre { |
|---|
| 246 | white-space: pre } |
|---|
| 247 | |
|---|
| 248 | span.problematic { |
|---|
| 249 | color: red } |
|---|
| 250 | |
|---|
| 251 | span.section-subtitle { |
|---|
| 252 | /* font-size relative to parent (h1..h6 element) */ |
|---|
| 253 | font-size: 80% } |
|---|
| 254 | |
|---|
| 255 | table.citation { |
|---|
| 256 | border-left: solid 1px gray; |
|---|
| 257 | margin-left: 1px } |
|---|
| 258 | |
|---|
| 259 | table.docinfo { |
|---|
| 260 | margin: 2em 4em } |
|---|
| 261 | |
|---|
| 262 | table.docutils { |
|---|
| 263 | margin-top: 0.5em ; |
|---|
| 264 | margin-bottom: 0.5em } |
|---|
| 265 | |
|---|
| 266 | table.footnote { |
|---|
| 267 | border-left: solid 1px black; |
|---|
| 268 | margin-left: 1px } |
|---|
| 269 | |
|---|
| 270 | table.docutils td, table.docutils th, |
|---|
| 271 | table.docinfo td, table.docinfo th { |
|---|
| 272 | padding-left: 0.5em ; |
|---|
| 273 | padding-right: 0.5em ; |
|---|
| 274 | vertical-align: top } |
|---|
| 275 | |
|---|
| 276 | table.docutils th.field-name, table.docinfo th.docinfo-name { |
|---|
| 277 | font-weight: bold ; |
|---|
| 278 | text-align: left ; |
|---|
| 279 | white-space: nowrap ; |
|---|
| 280 | padding-left: 0 } |
|---|
| 281 | |
|---|
| 282 | h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, |
|---|
| 283 | h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { |
|---|
| 284 | font-size: 100% } |
|---|
| 285 | |
|---|
| 286 | tt.docutils { |
|---|
| 287 | background-color: #eeeeee } |
|---|
| 288 | |
|---|
| 289 | ul.auto-toc { |
|---|
| 290 | list-style-type: none } |
|---|
| 291 | |
|---|
| 292 | </style> |
|---|
| 293 | </head> |
|---|
| 294 | <body> |
|---|
| 295 | <div class="document" id="the-restructuredtext-cheat-sheet-syntax-reminders"> |
|---|
| 296 | <h1 class="title">The <a class="reference" href="http://docutils.sf.net/rst.html">reStructuredText</a> Cheat Sheet: Syntax Reminders</h1> |
|---|
| 297 | <table class="docinfo" frame="void" rules="none"> |
|---|
| 298 | <col class="docinfo-name" /> |
|---|
| 299 | <col class="docinfo-content" /> |
|---|
| 300 | <tbody valign="top"> |
|---|
| 301 | <tr class="field"><th class="docinfo-name">Info:</th><td class="field-body">See <<a class="reference" href="http://docutils.sf.net/rst.html">http://docutils.sf.net/rst.html</a>> for introductory docs.</td> |
|---|
| 302 | </tr> |
|---|
| 303 | <tr><th class="docinfo-name">Author:</th> |
|---|
| 304 | <td>David Goodger <<a class="reference" href="mailto:goodger@python.org">goodger@python.org</a>></td></tr> |
|---|
| 305 | <tr><th class="docinfo-name">Date:</th> |
|---|
| 306 | <td>2006-01-23</td></tr> |
|---|
| 307 | <tr><th class="docinfo-name">Revision:</th> |
|---|
| 308 | <td>4321</td></tr> |
|---|
| 309 | <tr class="field"><th class="docinfo-name">Description:</th><td class="field-body">This is a "docinfo block", or bibliographic field list</td> |
|---|
| 310 | </tr> |
|---|
| 311 | </tbody> |
|---|
| 312 | </table> |
|---|
| 313 | <div class="section"> |
|---|
| 314 | <h1><a id="section-structure" name="section-structure">Section Structure</a></h1> |
|---|
| 315 | <p>Section titles are underlined or overlined & underlined.</p> |
|---|
| 316 | </div> |
|---|
| 317 | <div class="section"> |
|---|
| 318 | <h1><a id="body-elements" name="body-elements">Body Elements</a></h1> |
|---|
| 319 | <p>Grid table:</p> |
|---|
| 320 | <table border="1" class="docutils"> |
|---|
| 321 | <colgroup> |
|---|
| 322 | <col width="48%" /> |
|---|
| 323 | <col width="52%" /> |
|---|
| 324 | </colgroup> |
|---|
| 325 | <tbody valign="top"> |
|---|
| 326 | <tr><td><p class="first">Paragraphs are flush-left, |
|---|
| 327 | separated by blank lines.</p> |
|---|
| 328 | <blockquote class="last"> |
|---|
| 329 | Block quotes are indented.</blockquote> |
|---|
| 330 | </td> |
|---|
| 331 | <td rowspan="2"><p class="first">Literal block, preceded by "::":</p> |
|---|
| 332 | <pre class="literal-block"> |
|---|
| 333 | Indented |
|---|
| 334 | </pre> |
|---|
| 335 | <p>or:</p> |
|---|
| 336 | <pre class="last literal-block"> |
|---|
| 337 | > Quoted |
|---|
| 338 | </pre> |
|---|
| 339 | </td> |
|---|
| 340 | </tr> |
|---|
| 341 | <tr><td><pre class="first last doctest-block"> |
|---|
| 342 | >>> print 'Doctest block' |
|---|
| 343 | Doctest block |
|---|
| 344 | </pre> |
|---|
| 345 | </td> |
|---|
| 346 | </tr> |
|---|
| 347 | <tr><td colspan="2"><div class="first last line-block"> |
|---|
| 348 | <div class="line">Line blocks preserve line breaks & indents. [new in 0.3.6]</div> |
|---|
| 349 | <div class="line-block"> |
|---|
| 350 | <div class="line">Useful for addresses, verse, and adornment-free lists; long |
|---|
| 351 | lines can be wrapped with continuation lines.</div> |
|---|
| 352 | </div> |
|---|
| 353 | </div> |
|---|
| 354 | </td> |
|---|
| 355 | </tr> |
|---|
| 356 | </tbody> |
|---|
| 357 | </table> |
|---|
| 358 | <p>Simple tables:</p> |
|---|
| 359 | <table border="1" class="docutils"> |
|---|
| 360 | <colgroup> |
|---|
| 361 | <col width="21%" /> |
|---|
| 362 | <col width="79%" /> |
|---|
| 363 | </colgroup> |
|---|
| 364 | <thead valign="bottom"> |
|---|
| 365 | <tr><th class="head">List Type</th> |
|---|
| 366 | <th class="head">Examples</th> |
|---|
| 367 | </tr> |
|---|
| 368 | </thead> |
|---|
| 369 | <tbody valign="top"> |
|---|
| 370 | <tr><td>Bullet list</td> |
|---|
| 371 | <td><ul class="first last simple"> |
|---|
| 372 | <li>items begin with "-", "+", or "*"</li> |
|---|
| 373 | </ul> |
|---|
| 374 | </td> |
|---|
| 375 | </tr> |
|---|
| 376 | <tr><td>Enumerated list</td> |
|---|
| 377 | <td><ol class="first last arabic simple"> |
|---|
| 378 | <li>items use any variation of "1.", "A)", and "(i)"</li> |
|---|
| 379 | <li>also auto-enumerated</li> |
|---|
| 380 | </ol> |
|---|
| 381 | </td> |
|---|
| 382 | </tr> |
|---|
| 383 | <tr><td>Definition list</td> |
|---|
| 384 | <td><dl class="first last docutils"> |
|---|
| 385 | <dt>Term is flush-left <span class="classifier-delimiter">:</span> <span class="classifier">optional classifier</span></dt> |
|---|
| 386 | <dd>Definition is indented, no blank line between</dd> |
|---|
| 387 | </dl> |
|---|
| 388 | </td> |
|---|
| 389 | </tr> |
|---|
| 390 | <tr><td>Field list</td> |
|---|
| 391 | <td><table class="first last docutils field-list" frame="void" rules="none"> |
|---|
| 392 | <col class="field-name" /> |
|---|
| 393 | <col class="field-body" /> |
|---|
| 394 | <tbody valign="top"> |
|---|
| 395 | <tr class="field"><th class="field-name">field name:</th><td class="field-body">field body</td> |
|---|
| 396 | </tr> |
|---|
| 397 | </tbody> |
|---|
| 398 | </table> |
|---|
| 399 | </td> |
|---|
| 400 | </tr> |
|---|
| 401 | <tr><td>Option list</td> |
|---|
| 402 | <td><table class="first last docutils option-list" frame="void" rules="none"> |
|---|
| 403 | <col class="option" /> |
|---|
| 404 | <col class="description" /> |
|---|
| 405 | <tbody valign="top"> |
|---|
| 406 | <tr><td class="option-group"> |
|---|
| 407 | <kbd><span class="option">-o</span></kbd></td> |
|---|
| 408 | <td>at least 2 spaces between option & description</td></tr> |
|---|
| 409 | </tbody> |
|---|
| 410 | </table> |
|---|
| 411 | </td> |
|---|
| 412 | </tr> |
|---|
| 413 | </tbody> |
|---|
| 414 | </table> |
|---|
| 415 | <table border="1" class="docutils"> |
|---|
| 416 | <colgroup> |
|---|
| 417 | <col width="21%" /> |
|---|
| 418 | <col width="79%" /> |
|---|
| 419 | </colgroup> |
|---|
| 420 | <thead valign="bottom"> |
|---|
| 421 | <tr><th class="head">Explicit Markup</th> |
|---|
| 422 | <th class="head">Examples (visible in the <a class="reference" href="cheatsheet.txt">text source</a>)</th> |
|---|
| 423 | </tr> |
|---|
| 424 | </thead> |
|---|
| 425 | <tbody valign="top"> |
|---|
| 426 | <tr><td>Footnote</td> |
|---|
| 427 | <td><table class="first last docutils footnote" frame="void" id="id1" rules="none"> |
|---|
| 428 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 429 | <tbody valign="top"> |
|---|
| 430 | <tr><td class="label"><a class="fn-backref" href="#id3" name="id1">[1]</a></td><td>Manually numbered or [#] auto-numbered |
|---|
| 431 | (even [#labelled]) or [*] auto-symbol</td></tr> |
|---|
| 432 | </tbody> |
|---|
| 433 | </table> |
|---|
| 434 | </td> |
|---|
| 435 | </tr> |
|---|
| 436 | <tr><td>Citation</td> |
|---|
| 437 | <td><table class="first last docutils citation" frame="void" id="cit2002" rules="none"> |
|---|
| 438 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 439 | <tbody valign="top"> |
|---|
| 440 | <tr><td class="label"><a class="fn-backref" href="#id4" name="cit2002">[CIT2002]</a></td><td>A citation.</td></tr> |
|---|
| 441 | </tbody> |
|---|
| 442 | </table> |
|---|
| 443 | </td> |
|---|
| 444 | </tr> |
|---|
| 445 | <tr><td>Hyperlink Target</td> |
|---|
| 446 | <td></td> |
|---|
| 447 | </tr> |
|---|
| 448 | <tr id="internal-target"><td>Anonymous Target</td> |
|---|
| 449 | <td></td> |
|---|
| 450 | </tr> |
|---|
| 451 | <tr><td>Directive ("::")</td> |
|---|
| 452 | <td><img alt="images/biohazard.png" class="first last" src="images/biohazard.png" /> |
|---|
| 453 | </td> |
|---|
| 454 | </tr> |
|---|
| 455 | <tr><td>Substitution Def</td> |
|---|
| 456 | <td></td> |
|---|
| 457 | </tr> |
|---|
| 458 | <tr><td>Comment</td> |
|---|
| 459 | <td><!-- is anything else --> |
|---|
| 460 | </td> |
|---|
| 461 | </tr> |
|---|
| 462 | <tr><td>Empty Comment</td> |
|---|
| 463 | <td>(".." on a line by itself, with blank lines before & after, |
|---|
| 464 | used to separate indentation contexts)</td> |
|---|
| 465 | </tr> |
|---|
| 466 | </tbody> |
|---|
| 467 | </table> |
|---|
| 468 | </div> |
|---|
| 469 | <div class="section"> |
|---|
| 470 | <h1><a id="inline-markup" name="inline-markup">Inline Markup</a></h1> |
|---|
| 471 | <p><em>emphasis</em>; <strong>strong emphasis</strong>; <cite>interpreted text</cite>; <em>interpreted text |
|---|
| 472 | with role</em>; <tt class="docutils literal"><span class="pre">inline</span> <span class="pre">literal</span> <span class="pre">text</span></tt>; standalone hyperlink, |
|---|
| 473 | <a class="reference" href="http://docutils.sourceforge.net">http://docutils.sourceforge.net</a>; named reference, <a class="reference" href="http://docutils.sf.net/rst.html">reStructuredText</a>; |
|---|
| 474 | <a class="reference" href="http://docutils.sf.net/docs/ref/rst/restructuredtext.html">anonymous reference</a>; footnote reference, <a class="footnote-reference" href="#id1" id="id3" name="id3">[1]</a>; citation reference, |
|---|
| 475 | <a class="citation-reference" href="#cit2002" id="id4" name="id4">[CIT2002]</a>; like an inline directive; <span class="target" id="inline-internal-target">inline internal target</span>.</p> |
|---|
| 476 | </div> |
|---|
| 477 | <div class="section"> |
|---|
| 478 | <h1><a id="directive-quick-reference" name="directive-quick-reference">Directive Quick Reference</a></h1> |
|---|
| 479 | <p>See <<a class="reference" href="http://docutils.sf.net/docs/ref/rst/directives.html">http://docutils.sf.net/docs/ref/rst/directives.html</a>> for full info.</p> |
|---|
| 480 | <table border="1" class="docutils"> |
|---|
| 481 | <colgroup> |
|---|
| 482 | <col width="21%" /> |
|---|
| 483 | <col width="79%" /> |
|---|
| 484 | </colgroup> |
|---|
| 485 | <thead valign="bottom"> |
|---|
| 486 | <tr><th class="head">Directive Name</th> |
|---|
| 487 | <th class="head">Description (Docutils version added to, in [brackets])</th> |
|---|
| 488 | </tr> |
|---|
| 489 | </thead> |
|---|
| 490 | <tbody valign="top"> |
|---|
| 491 | <tr><td>attention</td> |
|---|
| 492 | <td>Specific admonition; also "caution", "danger", |
|---|
| 493 | "error", "hint", "important", "note", "tip", "warning"</td> |
|---|
| 494 | </tr> |
|---|
| 495 | <tr><td>admonition</td> |
|---|
| 496 | <td>Generic titled admonition: <tt class="docutils literal"><span class="pre">..</span> <span class="pre">admonition::</span> <span class="pre">By</span> <span class="pre">The</span> <span class="pre">Way</span></tt></td> |
|---|
| 497 | </tr> |
|---|
| 498 | <tr><td>image</td> |
|---|
| 499 | <td><tt class="docutils literal"><span class="pre">..</span> <span class= |
|---|