doc: elaborated on graphics contexts foir graphics/context.pyx

This commit is contained in:
Zen-CODE 2014-07-25 23:10:05 +02:00
parent 6067614089
commit 3fa75bff2c
1 changed files with 4 additions and 2 deletions

View File

@ -4,10 +4,12 @@ Context management
.. versionadded:: 1.2.0
This class manages a registry of all the created graphics instructions. It has
This class manages a registry of all created graphics instructions. It has
the ability to flush and delete them.
You can read more about it at :doc:`api-kivy.graphics`
You can read more about Kivy graphics contexts in the :doc:`api-kivy.graphics`
module documentation. These are based on
`OpenGL graphics contexts <http://www.opengl.org/wiki/OpenGL_Context>`_.
'''
__all__ = ('Context',)