summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add typing to scope() (#1170)Daniƫl van Noord2021-09-152-2/+3
* Fix documentation after changes to astroid.nodes (#1175)Marc Mueller2021-09-152-170/+168
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-16/+16
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-1/+1
* Apply black on doc/conf.py tooPierre Sassoulas2021-07-061-63/+75
* [doc] Remove static dir that does not existsPierre Sassoulas2021-07-061-1/+1
* Update refs to use mainMarc Mueller2021-06-302-2/+2
* Downrade the version to 2.6.2-dev0 so we can install pylint easilyPierre Sassoulas2021-06-291-2/+2
* Update the release.md according to new release scriptPierre Sassoulas2021-06-291-9/+1
* Upgrade the version to 2.7.0-dev0 following 2.6.0 releasePierre Sassoulas2021-06-221-19/+11
* Fix typo in GitHub suggested by PycharmPierre Sassoulas2021-06-181-1/+1
* Autodoc class contentMarc Mueller2021-06-171-0/+1
* Improve Sphinx config (#1001)Marc Mueller2021-06-162-2/+8
* Add Pattern base class (#1037)Marc Mueller2021-06-161-0/+3
* Add precision on what trigger the pypi releasePierre Sassoulas2021-06-161-0/+2
* Add release.yml file for automated release with Github ActionPierre Sassoulas2021-06-161-13/+2
* Better release.md for major and minor versionPierre Sassoulas2021-06-161-5/+7
* Apply pre-commit to cleanup the result of copyritePierre Sassoulas2021-06-161-5/+5
* Install copyrite in the tbump scriptPierre Sassoulas2021-06-161-1/+1
* Simplify the release process using tbumpPierre Sassoulas2021-06-161-18/+15
* Remove reference to travis or appveyor in the codebasePierre Sassoulas2021-06-151-4/+2
* Remove py2 nodes (#1023)Marc Mueller2021-06-121-9/+0
* Post release choresPierre Sassoulas2021-05-291-0/+2
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-5/+3
* Add initial support for pattern matching py310 (#986)Marc Mueller2021-05-291-0/+30
* Add scm_setuptools for packagingPierre Sassoulas2021-05-241-24/+10
* Change numversion to __version__ in __pkginfo__Pierre Sassoulas2021-04-242-4/+4
* Add isort to the pre-commit configurationPierre Sassoulas2021-04-191-1/+3
* We need astroid to be installed for conf.py to workPierre Sassoulas2021-04-181-0/+1
* Add .readthedocs.yaml so every contributor can change read the doc configPierre Sassoulas2021-04-181-0/+1
* Add prettier to pre-commit configurationPierre Sassoulas2021-04-101-21/+22
* Prepare for 2.5.3 releaseastroid-2.5.3Pierre Sassoulas2021-04-101-1/+0
* Astroid do not have automatic release on tagPierre Sassoulas2021-02-281-4/+3
* Upgrade the doc about releasePierre Sassoulas2021-02-282-30/+74
* Fix trailing whitespacesMarc Mueller2021-02-271-1/+1
* Fix end of filesMarc Mueller2021-02-274-4/+2
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Fix the "Hello Astroid" example in index.rst (#662)Thirumal Venkat2019-04-091-2/+4
* Try with a smaller imageClaudiu Popa2019-03-201-0/+0
* Add the Tidelift subscription notification and badgeClaudiu Popa2019-03-202-2/+47
* Docs: Fixing transformation example to be functional (#640)Azeem Bande-Ali2019-01-281-9/+9
* Add note to remove the already built distsClaudiu Popa2018-07-191-0/+1
* Add super minimal documentation regarding inference. Close #480Claudiu Popa2018-06-121-0/+80
* Include the changelog in the online documentationClaudiu Popa2018-06-043-0/+14
* Better markupClaudiu Popa2018-06-041-5/+5
* Allow google style docs to be built along side sphinx style docs, using napol...Claudiu Popa2018-06-041-0/+1
* Improve the documentation to ease the discovery of astroid's featuresClaudiu Popa2018-06-049-114/+59
* Cleanup inference documentation, too many internal detailsClaudiu Popa2018-06-042-53/+14
* Add some more documentation for the transformsClaudiu Popa2018-06-042-14/+246