summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development/cross-compatibility.rst
Commit message (Collapse)AuthorAgeFilesLines
* Grammar fixesVille Skyttä2018-11-111-1/+1
|
* docs: Link fixes and redirect avoidanceVille Skyttä2018-05-211-1/+1
|
* 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.
* 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-251-0/+150
This should make the contents clearer