summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-121-72/+21
|\
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-083-0/+56
|
* Merge pull request #2468 from wimglenn/patch-1Jason R. Coombs2020-12-061-2/+1
|\ | | | | fix broken link to entry-points details
| * Update docs/pkg_resources.rstwim glenn2020-12-051-2/+1
| | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * fix broken link to entry-points detailswim glenn2020-12-041-1/+1
| |
* | Merge pull request #2460 from HaraldKorneliussen/masterJason R. Coombs2020-12-061-1/+1
|\ \ | | | | | | Fixes syntax issues in quickstart (#2448)
| * | Fixes syntax issues in quickstart (#2448)Harald Korneliussen2020-11-181-3/+3
| |/ | | | | Quotes in the name and packages field causes an "Invalid distribution name or version syntax" if you follow this quickstart guide directly. pep517.build also requires you to specify the directory.
* | Merge pull request #2444 from zegor/patch-1Jason R. Coombs2020-12-061-2/+2
|\ \ | | | | | | Update quickstart.rst
| * | Update quickstart.rstGreg Solon2020-10-201-2/+2
| |/ | | | | Removed quotes in setup.cfg which caused build to fail.
* | s/517/PEP 517/Marius Gedminas2020-10-191-1/+1
|/
* Merge pull request #2430 from webknjaz/bugfixes/sphinx-failuresJason R. Coombs2020-10-171-1/+1
|\ | | | | Fix sphinx strictness-related failures
| * 🐛📝 Fix the TOC link to the relocated dev guideSviatoslav Sydorenko2020-10-171-1/+1
| | | | | | | | This change corrects the typo introduced by #2426.
* | Clean up syntax on entry_points.console_scripts. Fixes #2429.Jason R. Coombs2020-10-171-4/+3
|/
* Merge branch 'master' into group-dev-docsJason R. Coombs2020-10-1721-306/+288
|\
| * Merge pull request #2415 from alvyjudy/masterJason R. Coombs2020-10-171-0/+9
| |\ | | | | | | Link to build_meta documentation
| | * Prefer doc role to ref role.Jason R. Coombs2020-10-171-1/+1
| | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| | * make suggested editsalvy2020-10-121-2/+2
| | |
| | * add a paragraph in index to linkt build_meta docalvy2020-10-071-0/+9
| | |
| * | Merge branch 'master' into patch-1Jason R. Coombs2020-10-1722-332/+300
| |\ \
| | * \ Merge pull request #2410 from imba-tjd/patch-2Jason R. Coombs2020-10-171-4/+4
| | |\ \ | | | | | | | | | | docs: code-block style fix
| | | * | Restore quickstart.rst谭九鼎2020-10-171-2/+2
| | | | |
| | | * | Merge branch 'master' into patch-2谭九鼎2020-10-1722-321/+287
| | | |\ \
| | | * | | Update docs/userguide/quickstart.rst谭九鼎2020-10-121-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| | | * | | Update entry_point.rst谭九鼎2020-10-031-0/+2
| | | | | |
| | | * | | Update dependency_management.rst谭九鼎2020-10-031-2/+2
| | | | | |
| | | * | | fix inline-code style谭九鼎2020-10-031-2/+2
| | | | | |
| | | * | | docs: code-block style fix谭九鼎2020-10-021-6/+6
| | | | |/ | | | |/|
| | * | | Merge pull request #2409 from imba-tjd/patch-1Jason R. Coombs2020-10-171-1/+1
| | |\ \ \ | | | |_|/ | | |/| | docs: editorial word fix
| | | * | editorial fix谭九鼎2020-10-021-1/+1
| | | |/
| | * | Merge pull request #2427 from webknjaz/maintenance/resurrect-docs-interlinkingJason R. Coombs2020-10-1620-224/+272
| | |\ \ | | | | | | | | | | Resurrect docs interlinking
| | | * | ✨Make the default implicit role autofind targetsSviatoslav Sydorenko2020-10-166-162/+166
| | | | |
| | | * | 📝 Recover interdoc links & correct broken syntaxSviatoslav Sydorenko2020-10-1618-62/+101
| | | | |
| | | * | 🚑 Make Sphinx nitpicky about broken referencesSviatoslav Sydorenko2020-10-161-0/+4
| | | | | | | | | | | | | | | | | | | | Fixes #2424
| | | * | Recover the changelog docs page linkSviatoslav Sydorenko2020-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | It's been lost as a part of https://github.com/pypa/setuptools/pull/2097
| | * | | 🔥 Get rid of the unused sphinx `Makefile`Sviatoslav Sydorenko2020-10-161-75/+0
| | |/ /
| * | | Use the :pep: role instead of a manual linkMarius Gedminas2020-10-121-2/+2
| | | | | | | | | | | | | | | | Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com>
| * | | And another malformed linkMarius Gedminas2020-10-051-1/+1
| | | |
| * | | Fix ReST syntax error in the PEP 517 linkMarius Gedminas2020-10-051-1/+1
| | |/ | |/|
* | | fix dev-guide inclusion of fragment guidealvy2020-10-151-1/+1
| | |
* | | revert the change of location of changelog filealvy2020-10-152-1/+0
| | |
* | | group development related files togetheralvy2020-10-155-1/+2
| |/ |/|
* | 📝 Add an illustrative explanation of change notesSviatoslav Sydorenko2020-09-241-27/+8
| | | | | | | | | | | | | | | | This change places a `README.rst` document under `changelog.d/` dir in order for GitHub to render it when users navigate to this location via the web UI. It also includes that into the dev guide in Sphinx docs.
* | Fix command block in dev guide to `shell-session`Sviatoslav Sydorenko2020-09-241-1/+1
| | | | | | | | | | | | | | This type is more appropriate for snippets containing shell commands with leading prompts followed by their output. `bash` syntax used earlier treats everything as a raw shell script contents highlighting words like `for`.
* | Add a :user: role in SphinxSviatoslav Sydorenko2020-09-241-1/+15
|/ | | | | | | | | | This change adds a role that links to the GitHub user Sponsors page. If that page is not set up, it'll redirect to the GitHub user profile page instead: Links to https://github.com/sponsors/{{ username }} open as GitHub Sponsors page if the target `username` has it enabled and redirect to https://github.com/{{ username }} if it's disabled.
* Use canonical extension for docs.Jason R. Coombs2020-09-2332-7/+0
|
* Merge branch 'master' into feature/2093-docs-revampfeature/2093-docs-revampJason R. Coombs2020-09-238-31/+122
|\
| * Add links for distutilsJason R. Coombs2020-09-011-0/+4
| |
| * Support 'bpo-' prefix on Python bugsJason R. Coombs2020-09-011-1/+1
| |
| * Merge pull request #2314 from raimon49/provide-consistency-in-setup.cfg-docsJason R. Coombs2020-08-121-6/+6
| |\ | | | | | | docs: Suggestion - Provide consistency in the description of setup.cfg
| | * Provide consistency in the description of setup.cfgraimon2020-08-081-6/+6
| | |