diff --git a/docs/cql/appendices.rst b/docs/cql/appendices.rst index 28ad747e37..b0a302ecf4 100644 --- a/docs/cql/appendices.rst +++ b/docs/cql/appendices.rst @@ -21,8 +21,6 @@ Appendices ---------- -.. include:: /rst_include/cql-version-index.rst - .. _appendix-A: Appendix A: CQL Keywords diff --git a/docs/cql/ddl.rst b/docs/cql/ddl.rst index 20ce613d53..6e939c9d9d 100644 --- a/docs/cql/ddl.rst +++ b/docs/cql/ddl.rst @@ -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 diff --git a/docs/cql/definitions.rst b/docs/cql/definitions.rst index 6db04f2bf9..9f7a745436 100644 --- a/docs/cql/definitions.rst +++ b/docs/cql/definitions.rst @@ -22,8 +22,6 @@ Definitions ----------- -.. include:: /rst_include/cql-version-index.rst - .. _conventions: Conventions diff --git a/docs/cql/dml.rst b/docs/cql/dml.rst index 64c3f7e01f..5519c275c0 100644 --- a/docs/cql/dml.rst +++ b/docs/cql/dml.rst @@ -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 ` diff --git a/docs/cql/mv.rst b/docs/cql/mv.rst index b4258d3e31..fad3274a8b 100644 --- a/docs/cql/mv.rst +++ b/docs/cql/mv.rst @@ -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 diff --git a/docs/cql/types.rst b/docs/cql/types.rst index 89b7f4fc57..7d00910be2 100644 --- a/docs/cql/types.rst +++ b/docs/cql/types.rst @@ -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 ` and :ref:`collection types `. diff --git a/docs/rst_include/cql-version-index.rst b/docs/rst_include/cql-version-index.rst deleted file mode 100644 index 063a6f3504..0000000000 --- a/docs/rst_include/cql-version-index.rst +++ /dev/null @@ -1,2 +0,0 @@ -.. Note:: This reference covers CQL specification version |cql-version| -