Problem: Glossary no longer referenced by any docs (#2441)

Solution: Remove Glossary section from the server docs
This commit is contained in:
Troy McConaghy 2018-08-09 11:16:56 +02:00 committed by codegeschrei
parent 205e2cf3fd
commit 4636a48918
2 changed files with 0 additions and 20 deletions

View File

@ -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 <https://en.wikipedia.org/wiki/Associative_array>`_
and
`Comparison of programming languages (associative array) <https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(associative_array)>`_

View File

@ -18,5 +18,4 @@ BigchainDB Server Documentation
data-models/index
k8s-deployment-template/index
release-notes
glossary
appendices/index