Skip to content

Commit 4aaaff4

Browse files
committed
Demodocs: Fix compiling warnings
1 parent 45bce91 commit 4aaaff4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

demo_docs/source/demo.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Code Blocks
188188
}
189189
190190
Emphasized lines with line numbers
191-
""""""""""""""""""""""""""""""""""
191+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
192192

193193
.. code-block:: python
194194
:linenos:
@@ -300,15 +300,14 @@ Targets
300300

301301
.. _example:
302302

303-
This paragraph is pointed to by the explicit "example" target. A
304-
reference can be found under `Inline Markup`_, above. `Inline
303+
This paragraph is pointed to by the explicit "example" target.
304+
A reference can be found under `Inline Markup`_, above. `Inline
305305
hyperlink targets`_ are also possible.
306306

307307
Section headers are implicit targets, referred to by name. See
308308
Targets_, which is a subsection of `Body Elements`_.
309309

310-
Explicit external targets are interpolated into references such as
311-
"Python_".
310+
Explicit external targets are interpolated into references such as "Python_".
312311

313312
.. _Python: http://www.python.org/
314313

@@ -317,8 +316,7 @@ refer to the Targets_ section.
317316

318317
__ Targets_
319318

320-
Here's a `hyperlink reference without a target`_, which generates an
321-
error.
319+
Here's a `hyperlink reference without a target`_, which generates an error.
322320

323321

324322
Directives

0 commit comments

Comments
 (0)