summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* FAQ typo fix ("minimum" vs "maximum")fahhem/faq-typo-fix-minimum-vs-maximum-1418754998842fahhem2014-12-161-1/+1
|
* Add a note regarding the support of <=Python 2.6.Claudiu Popa2014-12-152-2/+14
| | | | Closes issue #390.
* Fix the order of the commands for the release.Claudiu Popa2014-11-221-1/+1
|
* Cleanup through documentation.Claudiu Popa2014-11-125-23/+28
|
* Remove psyco section from documentation, it's not a relevant project anymore.Claudiu Popa2014-11-121-24/+0
|
* Merged in godfryd/pylint/docs-improvements-2 (pull request #197)Claudiu Popa2014-11-072-24/+22
|\ | | | | | | Documentation improvements
| * Documentation improvementsdocs-improvements-2Michal Nowikowski2014-11-042-24/+22
| | | | | | | | | | | | | | | | - added intros to features page, - fixed PyLint to Pylint in text, - improved ide-integration doc page, - updated pylintrc in examples and - regenerated pylint manual
* | Fixed "standart" typosJakob Normark2014-11-061-1/+1
|/
* Add new '-j' option for running checks in sub-processes.Claudiu Popa2014-10-152-4/+25
| | | | Patch by Michal Nowikowski.
* Add a short document outlining the release process.Claudiu Popa2014-09-301-0/+23
|
* Add the missing hash sign.cpopa2014-09-221-1/+1
|
* Change the multi-style name checker from first-style-wins to ↵Torsten Marek2014-07-241-6/+7
| | | | majority-style-wins.
* tiny typo fixMarco Forte2014-08-141-1/+1
|
* Updated bullet points in Notes for Windows users to follow ↵Marco Forte2014-08-141-4/+3
| | | | http://www.oxforddictionaries.com/words/bullet-points , I updated them since they are full sentences and so generally start with a capital. Tiny fix :)
* Document the fact that Pylint does not import modules. Closes issue #249.cpopa2014-05-201-3/+5
|
* ensure doc has the correct versionSylvain Th?nault2014-04-221-2/+2
|
* [doc]?use symbolic name in message control examlple. Closes #27Sylvain Th?nault2014-04-221-11/+11
|
* Additionaly search for rc file in ~/.config/pylintrc. Closes #121Sylvain Th?nault2014-04-111-3/+6
|
* [doc] use symbolic names in faqSylvain Th?nault2014-04-111-13/+15
|
* don't promote inline comment in rc fileSylvain Th?nault2014-04-111-3/+4
| | | | | | | their situation w/ ConfigParser is somewhat fuzzy, and we don't want to promote them in pylintrc, so simply show whole line comments. Closes #150
* Make it possible to show a naming hint for invalid name by setting ↵Torsten Marek2014-03-301-0/+11
| | | | include-naming-hint. Also make the naming hints configurable.
* Added support for enforcing multiple, but consistent name styles for ↵Torsten Marek2014-04-092-0/+129
| | | | different name types inside a single module.
* Initial draft of plugin how-to.amdev2014-02-272-6/+123
|
* [doc] update versionDavid Douard2014-01-101-3/+3
|
* add pylint logo into doc/Sylvain Th?nault2013-12-201-0/+0
|
* [doc]?backport ↵Sylvain Th?nault2013-11-211-9/+26
| | | | https://bitbucket.org/jmcgeheeiv/pylintrc_search_doc/src/a3c82aa9fa1a7d78c0bd9eb965426c870428ff38/doc/run.rst
* fix some reST compilation pbSylvain Th?nault2013-09-252-9/+10
|
* [doc] update documentation outputs and options. Closes #66Sylvain Th?nault2013-09-252-81/+59
|
* [doc] fix makefile to ensure features.rst is systemactically regeneratedSylvain Th?nault2013-09-251-2/+2
|
* [doc] enhance description of new output format a bitSylvain Th?nault2013-09-251-3/+15
|
* Update help docs for msg-format to include {msg_id}James Broadhead2013-09-241-3/+5
|
* Packaging fixes:grizzly nyo2013-08-311-2/+2
| | | | | * update version string for docs * doc's conf.py was missing in sdist
* Templating mecanism for text reporters.Anthony Truchet2013-07-301-1/+34
| | | | | | | | | | | | This changeset introduces a reporters.Message class to represent messages with their attached data. Those messages object can then be formatted accordingto some template. A template can be specified on the command line through the msg-template option. This deprecates parseable and msvc output format, and kill --symbols and --include-ids option.
* [doc] enhance contribution sectionSylvain Th?nault2013-07-171-10/+51
|
* Describe a more workable unit test setup.Skip Montanaro2013-07-041-0/+30
|
* astng has been renamed astroidDavid Douard2013-06-173-7/+7
|
* Fix url of code-quality mailing listDenis Laxalde2013-05-071-2/+2
|
* [doc] continue refactoringNicolas Chauvat2013-04-298-170/+86
|
* [doc gen] fix feature.rst generation rule in Makefile and remove it from hgSylvain Th?nault2013-04-252-843/+10
|
* [doc] backport content about visual studio configuration from logilab.orgSylvain Th?nault2013-04-172-0/+9
|
* [doc/install] link to setuptools, easy_install instead of easyinstallSylvain Th?nault2013-04-171-3/+4
|
* [doc] add missing title, fixing tocSylvain Th?nault2013-04-171-1/+3
|
* [doc/faq] refer to existing section of the documentation in the faq, reorder ↵Sylvain Th?nault2013-04-171-128/+54
| | | | message control section
* [doc] redo some of my changes after rebasing nico's changes; rm former ↵Sylvain Th?nault2013-04-1710-947/+60
| | | | manual/quickstart
* [doc] complete refactoringNicolas Chauvat2013-04-0614-79/+782
|
* [doc] generate documentation with sphinxNicolas Chauvat2013-04-0410-3/+384
|
* [doc/tutorial] use sourcecode directiveNicolas Chauvat2013-04-171-9/+26
|
* Moving development to bitbucket. Rephrase README on the waySylvain Th?nault2013-04-162-11/+10
|
* a few documentation fixesSylvain Th?nault2013-04-163-32/+36
|
* doc rest fixesSylvain Th?nault2013-04-163-5/+3
|