Skip to content

Commit 001bfd5

Browse files
committed
Make "related issues" links consistent
1 parent 2843591 commit 001bfd5

File tree

5 files changed

+27
-12
lines changed

5 files changed

+27
-12
lines changed

protocol/specification/datainfo.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ JSON can't transport those 'values'.
5656
If the relative resolution is not given or not better than 1.2e-7, single
5757
precision floats may be used in the ECS.
5858

59-
Related issue: :issue:`042 Requirements of datatypes`
59+
.. dropdown:: Related issues
60+
61+
| :issue:`042 Requirements of datatypes`
6062
6163
.. rubric:: Optional data properties
6264

@@ -72,7 +74,9 @@ Related issue: :issue:`042 Requirements of datatypes`
7274
SHOULD be given, if meaningful. The quantity is unitless if unit is omitted
7375
or the empty string. Preferably SI units (including prefix) SHOULD be used.
7476

75-
Related issue: :issue:`043 Parameters and units`
77+
.. dropdown:: Related issues
78+
79+
| :issue:`043 Parameters and units`
7680
7781
``"absolute_resolution"``
7882
A JSON number specifying the smallest difference between distinct values.
@@ -91,7 +95,9 @@ Related issue: :issue:`042 Requirements of datatypes`
9195

9296
``max(absolute_resolution, abs(value) * relative_resolution)``
9397

94-
Related issue: :issue:`049 Precision of Floating Point Values`
98+
.. dropdown:: Related issues
99+
100+
| :issue:`049 Precision of Floating Point Values`
95101
96102
``"fmtstr"``
97103
A C-style format string as a hint on how to format numeric parameters for
@@ -125,7 +131,9 @@ floating point value. It is up to the client to perform the conversion when
125131
reading/writing. The main motivation for this datatype is for SEC nodes with
126132
limited capabilities, where floating point calculation is a major effort.
127133

128-
Related issue: :issue:`044 Scaled integers`
134+
.. dropdown:: Related issues
135+
136+
| :issue:`044 Scaled integers`
129137
130138
.. rubric:: Mandatory data properties
131139

@@ -410,7 +418,9 @@ As a JSON object.
410418

411419
Example: ``{"x": 0.5, "y": 1}``
412420

413-
Related issue: :issue:`035 Partial Structs`
421+
.. dropdown:: Related issues
422+
423+
| :issue:`035 Partial Structs`
414424
415425

416426
.. _matrix:

protocol/specification/descriptive.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ Optional module properties
217217
lowercase version of a path component must not match the lowercase version
218218
of any module name on the same SEC node.
219219

220-
Related issue: :issue:`008 Groups and Hierarchy`
220+
.. dropdown:: Related issues
221+
222+
| :issue:`008 Groups and Hierarchy`
221223
222224
.. mod-property:: meaning
223225

protocol/specification/messages/heartbeat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example:
2929
> ping 123
3030
< pong 123 [null, {"t": 1505396348.543}]
3131
32-
.. dropdown:: Related Issues
32+
.. dropdown:: Related issues
3333

3434
| :issue:`003 Timestamp Format`
3535
| :issue:`007 Time Synchronization`

protocol/specification/syntax.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ Any SEC node is allowed to generate the following messages:
3737

3838
.. rubric:: Compatibility
3939

40-
The specification is intended to grow and adopt to new needs. (Related issue:
41-
:issue:`038 Extension mechanisms`.) To futureproof the the communication, the
42-
following messages MUST be parsed and treated correctly (i.e. the ignored_value
43-
part is to be ignored).
40+
The specification is intended to grow and adapt to new needs. To futureproof
41+
the the communication, the following messages MUST be parsed and treated
42+
correctly (i.e. the ignored_value part is to be ignored).
43+
44+
.. dropdown:: Related issues
45+
46+
| :issue:`038 Extension mechanisms`
4447
4548
Any SEC node **MUST** accept the following messages and handle them properly:
4649

protocol/specification/transport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ description does not match, it is up to the ECS to handle this.
8787
Naturally, if the previous connection was activated, an `activate` message has
8888
to be sent before it can continue as before.
8989

90-
.. dropdown:: Related Issues
90+
.. dropdown:: Related issues
9191

9292
| :issue:`004 The Timeout SEC Node Property`
9393
| :issue:`006 Keep Alive`

0 commit comments

Comments
 (0)