Merge pull request #698 from algernon/h/docs/no-lambdalistkeywords

docs: Drop the HyLambdaListKeyword docs
This commit is contained in:
Berker Peksag 2014-12-05 17:33:18 +02:00
commit 0998a5fd1f

View File

@ -94,7 +94,6 @@ the following order:
- :ref:`HyFloat <hy_numeric_models>`
- :ref:`HyComplex <hy_numeric_models>` (if the atom isn't a bare ``j``)
- :ref:`HyKeyword` (if the atom starts with ``:``)
- :ref:`HyLambdaListKeyword` (if the atom starts with ``&``)
- :ref:`HySymbol`
.. _hystring:
@ -162,16 +161,6 @@ To distinguish :ref:`HyKeywords <HyKeyword>` from :ref:`HySymbols
private-use unicode character ``"\uFDD0"`` is prepended to the keyword
literal before storage.
.. _hylambdalistkeyword:
HyLambdaListKeyword
~~~~~~~~~~~~~~~~~~~
``hy.models.lambdalist.HyLambdaListKeyword`` represents lambda-list
keywords, that is keywords used by the language definition inside
function signatures. Lambda-list keywords are symbols starting with a
``&``. The class inherits :ref:`HyString`
.. _hycons:
Cons Cells