Skip to content

Commit 484edfe

Browse files
committed
wip [skip ci]
1 parent 11c95ee commit 484edfe

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,11 @@ Program
139139
</body>
140140
</program>
141141
142-
143-
In the body, :ref:`declarations` followed by any number of statements can be found.
142+
In the body, `Declarations`_ followed by any number of statements can be found.
144143

145144
And each of the statements listed after the declarations,
146-
can be one of :ref:`statements-simple` or :ref:`statements-compound`.
147-
145+
can be one of `Simple statements`_ or `Compound statements`_.
148146

149-
.. _declarations:
150147

151148
Declarations
152149
------------
@@ -239,8 +236,6 @@ Use
239236
</use>
240237
241238
242-
.. _statements-compound:
243-
244239
Compound statements
245240
-------------------
246241

@@ -284,8 +279,6 @@ These are also compound (i.e. each of them has :xml:`<header>` and :xml:`<body>`
284279
however they exist only within the body of select statement.
285280

286281

287-
.. _statements-simple:
288-
289282
Simple statements
290283
-----------------
291284

0 commit comments

Comments
 (0)