From 7d20d2d903a094de4e4600700d35729277f631d4 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 5 May 2016 13:54:03 +0100 Subject: [PATCH 1/2] Add old-version links to C-S API --- specification/client_server_api.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 0273bb56..f246f4df 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -16,12 +16,27 @@ Changelog .. topic:: Version: %CLIENT_RELEASE_LABEL% {{client_server_changelog}} +The documents in this version of the specification are generated from +`matrix-doc `_ as of Git commit +`{{git_version}} `_. + For the full historical changelog, see https://github.com/matrix-org/matrix-doc/blob/master/changelogs/client_server.rst If this is an unstable snapshot, any changes since the last release may be viewed using ``git log``. +Other versions of this specification +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The following other versions are also available, in reverse chronological order: + +- `HEAD `_: Includes all changes since the latest versioned release. +- `r0.0.1 `_ +- `r0.0.0 `_ +- `Legacy `_: The last draft before the spec was formally released in version r0.0.0. + + API Standards ------------- From 351bbee0165723d6cb30a1c91718e649d58c90ba Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 5 May 2016 15:14:33 +0100 Subject: [PATCH 2/2] Remove changelog from index.rst ... since it's explicitly unversioned. --- specification/client_server_api.rst | 2 +- specification/index.rst | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index f246f4df..bf7161c6 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -16,7 +16,7 @@ Changelog .. topic:: Version: %CLIENT_RELEASE_LABEL% {{client_server_changelog}} -The documents in this version of the specification are generated from +This version of the specification is generated from `matrix-doc `_ as of Git commit `{{git_version}} `_. diff --git a/specification/index.rst b/specification/index.rst index 24df4d58..49b5ff00 100644 --- a/specification/index.rst +++ b/specification/index.rst @@ -28,19 +28,6 @@ one of the above APIs are also available. Specification Versions ---------------------- -The documents in this version of the specification are generated from -`matrix-doc `_ as of Git commit -`{{git_version}} `_. - -The following other versions of the specification are also available, -in reverse chronological order: - -- `HEAD `_: Includes all changes since the latest versioned release. -- `r0.0.1 `_ -- `r0.0.0 `_ -- `Legacy `_: The last draft before the spec was formally released in version r0.0.0. - - The specification for each API is versioned in the form ``rX.Y.Z``. * A change to ``X`` reflects a breaking change: a client implemented against ``r1.0.0`` may need changes to work with a server which supports (only)