summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development/registering-plugins.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-271-4/+1
|
* docs: Link fixes and redirect avoidanceVille Skyttä2018-05-211-1/+1
|
* fixed emphasis on last lineTyler Wince2018-03-301-3/+3
|
* added language for entry point lengthTyler Wince2018-03-301-101/+7
|
* add common entry points and instruction to docsTyler Wince2018-03-291-0/+102
|
* Drop from __future__ import with_statement from docsJon Dufresne2017-11-261-1/+0
| | | | | | | All versions of Python that flake8 supports (2.7, 3.4+) have full support for the with statement. There is no need to add the import. Slightly simplifies the example be removing unnecessary boilerplate.
* Make the documentation very obviousIan Cordasco2016-07-261-2/+17
|
* Clarify what the X in the entry points doesFabian Neundorf2016-07-261-1/+5
| | | | | | | Previously the `X` wasn't further explained in the documentation on how to register a plugin. This plugs the hole at least for checking plugins. See also: #183
* Add new Flake8 classifier to Trove listIan Cordasco2016-07-091-0/+1
|
* Rename dev subdirectory to plugin-developmentIan Cordasco2016-06-251-0/+115
This should make the contents clearer