doc: remove the CQL version from pages other than Cassandra compatibility

This commit is contained in:
Anna Stuchlik
2022-08-30 13:58:26 +02:00
parent dc307b6895
commit 4ac5574f1d
7 changed files with 0 additions and 20 deletions

View File

@@ -21,8 +21,6 @@
Appendices
----------
.. include:: /rst_include/cql-version-index.rst
.. _appendix-A:
Appendix A: CQL Keywords

View File

@@ -3,9 +3,6 @@
Data Definition
===============
.. include:: /rst_include/cql-version-index.rst
CQL stores data in *tables*, whose schema defines the layout of said data in the table, and those tables are grouped in
*keyspaces*. A keyspace defines a number of options that apply to all the tables it contains, most prominently of
which is the replication strategy used by the keyspace. An application can have only one keyspace. However, it is also possible to

View File

@@ -22,8 +22,6 @@
Definitions
-----------
.. include:: /rst_include/cql-version-index.rst
.. _conventions:
Conventions

View File

@@ -3,8 +3,6 @@
Data Manipulation
-----------------
.. include:: /rst_include/cql-version-index.rst
This section describes the statements supported by CQL to insert, update, delete, and query data.
:ref:`SELECT <select-statement>`

View File

@@ -24,9 +24,6 @@ Materialized Views
------------------
Production ready in Scylla Open Source 3.0 and Scylla Enterprise 2019.1.x
.. include:: /rst_include/cql-version-index.rst
Materialized views names are defined by:
.. code-block:: cql

View File

@@ -8,12 +8,6 @@ Data Types
.. _UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier
.. include:: /rst_include/cql-version-index.rst
CQL is a typed language and supports a rich set of data types, including :ref:`native types <native-types>` and
:ref:`collection types <collections>`.

View File

@@ -1,2 +0,0 @@
.. Note:: This reference covers CQL specification version |cql-version|