Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Add intersphinx linkages | 2024-01-27 | 1 | -0/+10 | |
| | | | | | | | | | For any references that go back into those, they're not reachable for doc rendering without this. Signed-off-by: Brian Harring <ferringb@gmail.com> Closes: https://github.com/pkgcore/pkgcheck/pull/658 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | docs/config: explain when repo config is used | 2023-05-19 | 1 | -1/+3 | |
| | | | | | Resolves: https://github.com/pkgcore/pkgcheck/issues/581 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | Fix config loading if XDG_CONFIG_HOME is defined | 2023-04-24 | 1 | -4/+5 | |
| | | | | | | Signed-off-by: Alberto Gireud <agireud@amazon.com> Closes: https://github.com/pkgcore/pkgcheck/pull/573 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | format using black | 2022-12-29 | 4 | -132/+139 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | fix docs generation style | 2022-12-15 | 3 | -8/+14 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | docs/conf.py: use snakeoil extension | 2022-11-19 | 2 | -36/+7 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | docs: fix newlines & links | 2022-08-11 | 2 | -2/+2 | |
| | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | doc: drop unused Makefile | 2021-03-22 | 1 | -193/+0 | |
| | |||||
* | doc: update api docs | 2021-02-13 | 1 | -5/+10 | |
| | | | | Fixes #286. | ||||
* | doc: bump copyright date | 2021-02-13 | 1 | -1/+1 | |
| | |||||
* | doc: move config doc to man dir | 2021-02-13 | 2 | -1/+1 | |
| | |||||
* | doc: drop old development docs | 2021-02-13 | 3 | -193/+0 | |
| | |||||
* | doc: drop unnecessary man subpage | 2021-02-13 | 2 | -9/+1 | |
| | |||||
* | doc: don't expand content in main page | 2021-02-13 | 1 | -0/+1 | |
| | |||||
* | doc: drop freenode channel reference | 2020-12-22 | 1 | -2/+0 | |
| | |||||
* | doc: update config-related docs to include CHECKSETS info | 2020-12-18 | 1 | -5/+23 | |
| | |||||
* | sort imports with isort | 2020-11-16 | 3 | -5/+4 | |
| | |||||
* | doc: minor config-related updates | 2020-02-09 | 1 | -5/+6 | |
| | |||||
* | doc: fix build with changed objects module layout | 2020-02-05 | 3 | -7/+7 | |
| | |||||
* | doc/config.rst: simplify example list | 2020-01-31 | 1 | -20/+8 | |
| | |||||
* | doc/config.rst: add example showing default target repo override | 2020-01-31 | 1 | -0/+7 | |
| | |||||
* | doc/config.rst: add reporter and cache usage setting config example | 2020-01-31 | 1 | -0/+8 | |
| | |||||
* | doc: add initial config file documentation to man page | 2020-01-31 | 2 | -0/+51 | |
| | |||||
* | doc/conf.py: drop unnecessary py2 support | 2020-01-28 | 1 | -2/+0 | |
| | |||||
* | docs: drop old readthedocs setup | 2020-01-28 | 1 | -7/+0 | |
| | |||||
* | drop parallelism item from todo list since it's supported | 2020-01-23 | 1 | -1/+0 | |
| | | | | [skip ci] | ||||
* | doc: add gentoo repo specific notes for relevant keyword/check output | 2020-01-16 | 2 | -3/+9 | |
| | |||||
* | doc: drop todo entries that are irrelevant or have been finished | 2019-10-05 | 1 | -8/+0 | |
| | | | | [skip ci] | ||||
* | base: use a regular class for scope objects | 2019-09-30 | 2 | -4/+4 | |
| | |||||
* | use scope instead of threshold for results | 2019-09-30 | 1 | -1/+1 | |
| | | | | And use it to properly sort sequences of results. | ||||
* | doc: keywords: add result keyword level to output | 2019-09-22 | 1 | -1/+2 | |
| | |||||
* | drop repoman references from man page | 2019-09-13 | 1 | -1/+1 | |
| | |||||
* | pkgcheck: drop _known_checks and _known_keywords usage | 2019-08-16 | 3 | -17/+7 | |
| | |||||
* | doc: add related checks to keywords output | 2019-07-31 | 2 | -3/+16 | |
| | |||||
* | doc: make known results into keyword links for checks output | 2019-07-30 | 1 | -1/+1 | |
| | |||||
* | doc: try to preserve the formatting of check/keyword/reporter docs | 2019-07-29 | 3 | -8/+17 | |
| | | | | That are pulled from the docstrings of the related classes. | ||||
* | doc: make reporter names into subsections in man page | 2019-07-29 | 1 | -4/+5 | |
| | |||||
* | doc: simplify checks/keywords by pulling scopes from known scope list | 2019-07-28 | 3 | -30/+15 | |
| | | | | | Also, use sub-headers for check/keyword names so they can be directly linked to in the generated html doc from external sites. | ||||
* | doc: update man page sections for pkgcheck show | 2019-07-21 | 2 | -7/+13 | |
| | |||||
* | bump copyright | 2019-07-15 | 1 | -1/+1 | |
| | |||||
* | doc/conf.py: update pkgdist.version() to module_version() | 2019-01-08 | 1 | -1/+1 | |
| | |||||
* | doc/man: fix typo so subcommands are included in man page | 2018-12-01 | 1 | -1/+1 | |
| | |||||
* | initial work towards using f-strings | 2018-06-27 | 1 | -2/+2 | |
| | |||||
* | doc: fix custom content generation for man page | 2018-06-18 | 4 | -18/+7 | |
| | |||||
* | doc/man/pkgcheck.rst: update for new snakeoil man page generation | 2018-06-18 | 1 | -3/+4 | |
| | |||||
* | setup: use pkgdist from snakeoil | 2018-06-18 | 1 | -2/+3 | |
| | |||||
* | fix docs generation on readthedocs | 2017-09-23 | 2 | -10/+9 | |
| | |||||
* | doc/conf.py: strip extra whitespace before module docstring for man pages | 2017-09-21 | 1 | -1/+1 | |
| | | | | | Otherwise the main description header can get mangled if its on a separate line. | ||||
* | pkgcheck: move description to script module | 2017-09-13 | 1 | -6/+1 | |
| | |||||
* | doc/generate/pkgcheck/*: support passing in a custom file handle for output | 2017-08-29 | 3 | -28/+49 | |
| |