From 65ea370ff2604b33e5c0ea0d785428f158569c74 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 7 Aug 2018 10:12:11 +0200 Subject: [PATCH] Problem: Glossary no longer referenced by any docs Solution: Remove Glossary section from the server docs --- docs/server/source/glossary.rst | 19 ------------------- docs/server/source/index.rst | 1 - 2 files changed, 20 deletions(-) delete mode 100644 docs/server/source/glossary.rst 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