Skip to content

Commit

Permalink
fix: [doc] appy suggested corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Sep 26, 2020
1 parent 897594a commit 8864b19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ custom yamllint rule plugins if you developed them.

Yamllint rule plugins must satisfy the followings.

#. It must be a python package installable using pip and distributed under
#. It must be a Python package installable using pip and distributed under
GPLv3+ same as yamllint.
#. It must contains the entry point configuration in setup.cfg or something
#. It must contains the entry point configuration in ``setup.cfg`` or something
similar packaging configuration files, to make it installed and working as a
yamllint plugin like below. (<plugin_name> is that plugin name and
<plugin_src_dir> is a dir where the rule modules exist.)
yamllint plugin like below. (``<plugin_name>`` is that plugin name and
``<plugin_src_dir>`` is a dir where the rule modules exist.)
::

[options.entry_points]
Expand Down

0 comments on commit 8864b19

Please sign in to comment.