summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in documentation using `indect`Fabian Neundorf2016-07-211-1/+1
| | | | | | The documentation for the `FileProcessor` class used `indect_char` while the class itself uses the more sensible name `indent_char`. This updates both the docstring as well as the documentation.
* Trim trailing whitespace in compat docsIan Cordasco2016-07-201-1/+1
|
* Document flake8-polyfill in compatibility sectionIan Cordasco2016-07-201-46/+77
| | | | | | Yesterday we released the flake8-polyfill package to help with Flake8 compatibility issues. This adds documentation to Flake8 to help people use that and to guide them towards it.
* Add new Flake8 classifier to Trove listIan Cordasco2016-07-091-0/+1
|
* Use option name provided by the parserFabian Neundorf2016-07-091-4/+4
| | | | | | | When calling `add_option` it returns an `Option` object which can return the primary name of the option via `get_opt_name`. This should be used primarily in the cross compatible implementation so that the order of parameters does not matter.
* Update compatibility docsIan Cordasco2016-06-261-2/+8
|
* Rename dev subdirectory to plugin-developmentIan Cordasco2016-06-256-0/+538
This should make the contents clearer