You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/specification
Travis Ralston 98a445890c Render a warning if the spec is unstable
Fixes https://github.com/matrix-org/matrix-doc/issues/1499

This is done by using magic variables in the RST. The magic variables are generated based on the substitutions available, making them available for use at build-time. 

Magic variables were chosen because it allows people to continue working on the spec and release process without having to worry about removing a chunk of text from the top of the file. Originally, this was attempted by using jinja2 if-statements, however the substitutions are replaced *after* the template is executed, so the condition would never match. 

The format of the variable is to make the templating happy. Using colons or percent signs results in the templator thinking something else is going on, and then complaining about format.
6 years ago
..
appendices Merge pull request #1588 from matrix-org/rav/fix_server_name 6 years ago
modules Remove references to initialSync from account data and receipts module 6 years ago
appendices.rst Split appendices up 8 years ago
application_service_api.rst Render a warning if the spec is unstable 6 years ago
client_server_api.rst Render a warning if the spec is unstable 6 years ago
events.rst fix inter-spec link 7 years ago
feature_profiles.rst Third party lookup module. Fix wording 6 years ago
identity_service_api.rst Render a warning if the spec is unstable 6 years ago
index.rst avoid .rst link conflict warnings 6 years ago
modules.rst Add a license to the spec 8 years ago
proposals.rst Use $ref, clean up, fix errors, AS is now a C-S module. 6 years ago
proposals_intro.rst Add more strength to the suggestion to find existing issues 7 years ago
push_gateway.rst Render a warning if the spec is unstable 6 years ago
server_server_api.rst Render a warning if the spec is unstable 6 years ago
targets.yaml Merge remote matrix-org/master 6 years ago