Package Pyblio :: Package Cite :: Package Style :: Module Base
[hide private]
[frames] | no frames]

Module Base

source code

Generate citation keys.

Classes [hide private]
  Unambiguous
Base class to handle caching of generated keys.
  Alpha
Base class to add a disambiguation letter after generated keys that clash with already generated ones.
  Numeric
Return a numeric key for documents, in the order in which they are requested.
Functions [hide private]
 
_alphaloop() source code
 
document_order(uids)
Return citations in their order of appearance in the document.
source code
Function Details [hide private]

document_order(uids)

source code 
Return citations in their order of appearance in the document. This is the order in which they are presented in input, except that we don't want duplicates.