mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Glossary no longer referenced by any docs
Solution: Remove Glossary section from the server docs
This commit is contained in:
parent
32b64ccc2a
commit
65ea370ff2
@ -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)>`_
|
|
||||||
@ -18,5 +18,4 @@ BigchainDB Server Documentation
|
|||||||
drivers-clients/index
|
drivers-clients/index
|
||||||
data-models/index
|
data-models/index
|
||||||
release-notes
|
release-notes
|
||||||
glossary
|
|
||||||
appendices/index
|
appendices/index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user