opencafe/docs/source/cafe/cafe.common.rst
Jose Idar 3079061ae0 Updated docs to include cafe documentation in sphinx format
* Fixes sphinx format issues in several docstrings
 * Adds cafe sphinx .rst source files
 * Converts docstrings in modules with sphinx errors from
   epydoc format to sphinx format.
 * Various pep8 fixes in touched files

Change-Id: Ie2047c43285a29acfed2d014d1dc4858a20b1f9b
2015-04-15 11:47:30 -05:00

27 lines
862 B
ReStructuredText

cafe.common package
===================
.. toctree::
cafe.common.reporting
cafe.common.unicode
-------------------
.. autodata:: cafe.common.unicode.PLANE_NAMES
.. autodata:: cafe.common.unicode.BLOCK_NAMES
.. data:: cafe.common.unicode.UNICODE_BLOCKS(cafe.common.unicode.UnicodeRangeList)
list-like object that iterates through named ranges of unicode codepoints
Instantiated at runtime (when imported) near the bottom of this file
.. data:: cafe.common.unicode.UNICODE_PLANES(cafe.common.unicode.UnicodeRangeList)
list-like object that iterates through ranges of ranges of unicode codepoints
Instantiated at runtime (when imported) near the bottom of this file
.. automodule:: cafe.common.unicode
:members:
:undoc-members:
:show-inheritance:
:exclude-members: PLANE_NAMES, BLOCK_NAMES, UNICODE_BLOCKS, UNICODE_PLANES