From 53a21fc0b6ce1257768beeb7de4e83b08a893ae0 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 9 Dec 2015 16:29:11 +0000 Subject: [PATCH] Note why we're not versioning index and intro --- specification/index.rst | 5 +++++ specification/intro.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/specification/index.rst b/specification/index.rst index 4415c6e29..3bfd1b214 100644 --- a/specification/index.rst +++ b/specification/index.rst @@ -1,6 +1,11 @@ Matrix Specification ==================== +.. Note that this file is specifically unversioned because we don't want to +.. have to add Yet Another version number, and the commentary on what specs we +.. have should hopefully not get complex enough that we need to worry about +.. versioning it. + This specification has been generated from https://github.com/matrix-org/matrix-doc using https://github.com/matrix-org/matrix-doc/blob/master/scripts/gendoc.py as of diff --git a/specification/intro.rst b/specification/intro.rst index 10f423b86..3ce3ff3b0 100644 --- a/specification/intro.rst +++ b/specification/intro.rst @@ -1,6 +1,11 @@ .. contents:: Table of Contents .. sectnum:: +.. Note that this file is specifically unversioned because we don't want to +.. have to add Yet Another version number, and the commentary on what specs we +.. have should hopefully not get complex enough that we need to worry about +.. versioning it. + Introduction ------------ .. WARNING::