Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 4248704

Browse files
committed
doc: Fix a few minor ReST issues
Sphinx was complaining about too-short title underlines.
1 parent f07a405 commit 4248704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/common-errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Common Errors
77
This is probably caused by the ``-- | xxx`` comment not following a declaration. I.e. use ``-- xxx`` instead. See :ref:`top-level-declaration`.
88

99
``parse error on input ‘-- $ xxx’``
10-
----------------------------------
10+
-----------------------------------
1111

1212
You've probably commented out code like::
1313

doc/markup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ apostrophes themselves: to hyperlink ``foo'`` one would simply type
950950

951951
-- | A prefix operator @'(++)'@ and an infix identifier @'`elem`'@.
952952

953-
Emphasis, Bold and Monospaced styled Text
954-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
953+
Emphasis, Bold and Monospaced Styled Text
954+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
955955

956956
Text can be emphasized, made bold (strong) or monospaced (typewriter font)
957957
by surrounding it with slashes, double-underscores or at-symbols: ::

0 commit comments

Comments
 (0)