Skip to content

Commit 4b930a8

Browse files
committed
move new RFCs to 1xx number, move RFC process doc to 000
1 parent f1281d5 commit 4b930a8

13 files changed

+8
-8
lines changed

issues/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Note
33

44
SECoP Issues have been replaced by the RFC process, which is described in
55
`RFC 1
6-
<https://github.com/SampleEnvironment/SECoP/blob/master/rfcs/RFC-001-RFC-process.rst>`_.
6+
<https://github.com/SampleEnvironment/SECoP/blob/master/rfcs/RFC-000-RFC-process.rst>`_.
77

88
If there is renewed interest in one of the remaining open issues, please
99
migrate to an RFC before restarting discussion.

protocol/specification/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ loss of functionality.
5151
- The :ref:`matrix <matrix>` data type has been specified for datainfo.
5252

5353
- The `AcquisitionController`, `AcquisitionChannel` and `Acquisition` interface
54-
classes have been specified (:ref:`rfc-006`).
54+
classes have been specified (:ref:`rfc-106`).
5555

56-
- The UDP discovery protocol has been specified (:ref:`rfc-005`).
56+
- The UDP discovery protocol has been specified (:ref:`rfc-105`).
5757

58-
- Optional SECoP transport over WebSockets has been specified (:ref:`rfc-007`).
58+
- Optional SECoP transport over WebSockets has been specified (:ref:`rfc-107`).
5959

6060

6161
Version 1.1

protocol/specification/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following terms are relevant here:
8383
quantity. An acquisition can acquire data for one or more channels at the
8484
same time.
8585

86-
See also :secop-rfc:`006-acquisition`.
86+
See also :ref:`rfc-106`.
8787

8888
.. baseclass:: AcquisitionController
8989

protocol/specification/discovery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ Implementation hints
8080
necessary.
8181

8282

83-
See also :ref:`rfc-005`.
83+
See also :ref:`rfc-105`.

protocol/specification/transport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ exchanging raw SECoP messages is not an option. The best alternative is
104104
WebSockets (:rfc:`6455`), which are a relatively overhead-free way of
105105
exchanging messages between two endpoints in an arbitrary pattern.
106106

107-
See also :ref:`rfc-007`.
107+
See also :ref:`rfc-107`.
108108

109109
Implementation in a SEC node
110110
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ How to contribute
6262
Here we lay out the steps to follow to change the specification.
6363

6464
- If you do not have a concrete idea, come talk to us to flesh it out.
65-
- Copy the RFC-000-template.rst file and fill in the details. You can add
65+
- Copy the RFC-template.rst file and fill in the details. You can add
6666
sections freely, but try to fill out all the provided ones.
6767
- Take the next free number and add it to the template file. Renumbering might
6868
happen when the PR is merged.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)