Skip to content

Commit

Permalink
Merge 6f0d310 into 53f5f88
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Dec 22, 2018
2 parents 53f5f88 + 6f0d310 commit 1fb16cc
Show file tree
Hide file tree
Showing 14 changed files with 103 additions and 99 deletions.
6 changes: 6 additions & 0 deletions doc/ansi_color.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.ansi_color`
"""""""""""""""""""""""""""
.. automodule:: luma.core.ansi_color
:members:
:undoc-members:
:show-inheritance:
115 changes: 16 additions & 99 deletions doc/api-documentation.rst
Original file line number Diff line number Diff line change
@@ -1,102 +1,19 @@
API Documentation
-----------------

:mod:`luma.core.ansi_color`
"""""""""""""""""""""""""""
.. automodule:: luma.core.ansi_color
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.const`
""""""""""""""""""""""
.. automodule:: luma.core.const
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.device`
"""""""""""""""""""""""
.. automodule:: luma.core.device
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

:mod:`luma.core.error`
""""""""""""""""""""""
.. automodule:: luma.core.error
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.framebuffer`
""""""""""""""""""""""""""""
.. automodule:: luma.core.framebuffer
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.interface.serial`
"""""""""""""""""""""""""""""""""
.. automodule:: luma.core.interface.serial
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.legacy`
"""""""""""""""""""""""
.. automodule:: luma.core.legacy
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.legacy.font`
""""""""""""""""""""""""""""
.. automodule:: luma.core.legacy.font
:members:
:undoc-members:
:show-inheritance:
:exclude-members: CP437_FONT, SINCLAIR_FONT, LCD_FONT, UKR_FONT, TINY_FONT,SEG7_FONT

:mod:`luma.core.mixin`
""""""""""""""""""""""
.. automodule:: luma.core.mixin
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.render`
"""""""""""""""""""""""
.. automodule:: luma.core.render
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.sprite_system`
""""""""""""""""""""""""""""""
.. automodule:: luma.core.sprite_system
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.threadpool`
"""""""""""""""""""""""""""
.. automodule:: luma.core.threadpool
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.util`
""""""""""""""""""""""""
.. automodule:: luma.core.util
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.virtual`
""""""""""""""""""""""""
.. automodule:: luma.core.virtual
:members:
:undoc-members:
:show-inheritance:
.. toctree::
:maxdepth: 1

ansi_color
const
device
error
framebuffer
interface
legacy
mixin
render
sprite_system
threadpool
util
virtual
6 changes: 6 additions & 0 deletions doc/const.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.const`
""""""""""""""""""""""
.. automodule:: luma.core.const
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions doc/device.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:mod:`luma.core.device`
"""""""""""""""""""""""
.. automodule:: luma.core.device
:members:
:undoc-members:
:show-inheritance:
:inherited-members:
6 changes: 6 additions & 0 deletions doc/error.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.error`
""""""""""""""""""""""
.. automodule:: luma.core.error
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/framebuffer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.framebuffer`
""""""""""""""""""""""""""""
.. automodule:: luma.core.framebuffer
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/interface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.interface.serial`
"""""""""""""""""""""""""""""""""
.. automodule:: luma.core.interface.serial
:members:
:undoc-members:
:show-inheritance:
14 changes: 14 additions & 0 deletions doc/legacy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:mod:`luma.core.legacy`
"""""""""""""""""""""""
.. automodule:: luma.core.legacy
:members:
:undoc-members:
:show-inheritance:

:mod:`luma.core.legacy.font`
""""""""""""""""""""""""""""
.. automodule:: luma.core.legacy.font
:members:
:undoc-members:
:show-inheritance:
:exclude-members: CP437_FONT, SINCLAIR_FONT, LCD_FONT, UKR_FONT, TINY_FONT,SEG7_FONT
6 changes: 6 additions & 0 deletions doc/mixin.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.mixin`
""""""""""""""""""""""
.. automodule:: luma.core.mixin
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/render.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.render`
"""""""""""""""""""""""
.. automodule:: luma.core.render
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/sprite_system.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.sprite_system`
""""""""""""""""""""""""""""""
.. automodule:: luma.core.sprite_system
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/threadpool.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.threadpool`
"""""""""""""""""""""""""""
.. automodule:: luma.core.threadpool
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/util.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.util`
""""""""""""""""""""""""
.. automodule:: luma.core.util
:members:
:undoc-members:
:show-inheritance:
6 changes: 6 additions & 0 deletions doc/virtual.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:mod:`luma.core.virtual`
""""""""""""""""""""""""
.. automodule:: luma.core.virtual
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 1fb16cc

Please sign in to comment.