Skip to content

Commit fabc5f2

Browse files
committed
doc: standardized structure in uix/behaviors/emacs.py
1 parent 6cdff7d commit fabc5f2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

kivy/uix/behaviors/emacs.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
Emacs Behavior
44
==============
55
6-
.. versionadded:: 1.9.1
7-
8-
This `mixin <https://en.wikipedia.org/wiki/Mixin>`_ allows you to add
6+
The :class:`~kivy.uix.behaviors.emacs.EmacsBehavior`
7+
`mixin <https://en.wikipedia.org/wiki/Mixin>`_ allows you to add
98
`Emacs <https://www.gnu.org/software/emacs/>`_ keyboard shortcuts for basic
109
movement and editing to the :class:`~kivy.uix.codeinput.CodeInput` widget.
1110
The shortcuts currently available are listed below::
@@ -45,6 +44,10 @@ class EmacsBehavior(object):
4544
'''
4645
A `mixin <https://en.wikipedia.org/wiki/Mixin>`_ that enables Emacs-style
4746
keyboard shortcuts for the :class:`~kivy.uix.codeinput.CodeInput` widget.
47+
Please see the :mod:`Emacs behaviors module <kivy.uix.behaviors.emacs>`
48+
documentation for more information.
49+
50+
.. versionadded:: 1.9.1
4851
'''
4952

5053
key_bindings = StringProperty('emacs')

0 commit comments

Comments
 (0)