diff --git a/docs/server/source/glossary.rst b/docs/server/source/glossary.rst deleted file mode 100644 index 8fc03ac2..00000000 --- a/docs/server/source/glossary.rst +++ /dev/null @@ -1,19 +0,0 @@ -Glossary -======== - -.. glossary:: - :sorted: - - associative array - A collection of key/value (or name/value) pairs - such that each possible key appears at most once - in the collection. - In JavaScript (and JSON), all objects behave as associative arrays - with string-valued keys. - In Python and .NET, associative arrays are called *dictionaries*. - In Java and Go, they are called *maps*. - In Ruby, they are called *hashes*. - See also: Wikipedia's articles for - `Associative array `_ - and - `Comparison of programming languages (associative array) `_ diff --git a/docs/server/source/index.rst b/docs/server/source/index.rst index c8f16d02..35e98a19 100644 --- a/docs/server/source/index.rst +++ b/docs/server/source/index.rst @@ -18,5 +18,4 @@ BigchainDB Server Documentation drivers-clients/index data-models/index release-notes - glossary appendices/index