aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* fix(docs): Add intersphinx_mappingBrian Harring2024-01-261-0/+7
| | | | | | This fixes any documentation links to the enumerated projects. Signed-off-by: Brian Harring <ferringb@gmail.com>
* remove accidentally commited file.Brian Harring2024-01-261-1/+0
| | | | | | | No clue why this was a symlink when it got committed originally, but wiping it. Signed-off-by: Brian Harring <ferringb@gmail.com>
* docs: add CONTRIBUTING.rstArthur Zamarin2024-01-092-0/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* docs: add some explanation to main pageArthur Zamarin2024-01-082-0/+6
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* docs: some cleanup and improvementsArthur Zamarin2023-12-301-0/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* format using blackArthur Zamarin2023-03-041-95/+98
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* docs: reorganize main tocArthur Zamarin2023-01-051-0/+7
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* build backend: use custom wrapper around flitArthur Zamarin2022-11-162-228/+4
| | | | | | | | | | | For pkgcore we need to run multiple preparations of generating files before creating sdist or wheel. Flit is a very simple and nice build backend, much more than setuptools. Also migrate to use snakeoil.dist sphinx extension for generating man and html, to remove various logic from `doc/conf.py`. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* commit: mention `-e` as nice optionArthur Zamarin2022-10-261-0/+1
| | | | | | | | | Even though just passing `-e` works (as it is just passed to git), many users don't know the existence of this option, so now I publish it in help. Closes: https://bugs.gentoo.org/846785 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* doc: fix generating of code when built in PEP517 modeArthur Zamarin2022-10-151-7/+9
| | | | | | | | | When in PEP517 mode, the source code is located in a different location, so use better relative fallback place. Also cleanup a little the code handling to use pathlib. Bug: https://bugs.gentoo.org/877189 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* fix config loading if XDG_CONFIG_HOME definedArthur Zamarin2022-06-101-4/+6
| | | | | Fixes: https://github.com/pkgcore/pkgdev/issues/72 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* docs: fix signoff exampleArthur Zamarin2022-05-231-3/+3
| | | | | Fixes: https://github.com/pkgcore/pkgdev/issues/72 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* docs: improve signoff exampleArthur Zamarin2022-05-211-1/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* pkgdev commit: make sign-off off by defaultArthur Zamarin2022-05-131-0/+5
| | | | | | | Make sign-off off by default, and enable the user to pass if manually using `--signoff`, or by setting `commit.signoff` in config file. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Add documentation for configurationArthur Zamarin2022-05-043-1/+53
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* initial importTim Harder2021-02-274-0/+577