summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | 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
| | |
| * | Improve safe_version documentationAthos Ribeiro2020-08-041-6/+6
| |/
| * Merge pull request #2266 from pypa/docs/distutils-portingJason R. Coombs2020-07-242-0/+26
| |\ | | | | | | Add docs on porting from distutils.
| | * Add docs on porting from distutils.docs/distutils-portingJason R. Coombs2020-07-182-0/+26
| | |
| * | Revert "Add banner to main docs page"Jason R. Coombs2020-07-241-3/+0
| | | | | | | | | | | | This reverts commit 0f491dc2b4141a17475eec12b02d8f237d7f7918.
| * | Revert "Merge pull request #2229 from cajhne/logo001"Jason R. Coombs2020-07-2424-1258/+0
| | | | | | | | | | | | | | | This reverts commit 402880a7aed5dea1cf3a84af2b8291e451fb3d9f, reversing changes made to bd1102648109c85c782286787e4d5290ae280abe.
| * | Revert "Rename logo assets to remove project name and 'logo', which are ↵Jason R. Coombs2020-07-249-0/+0
| |/ | | | | | | | | | | implied by the context." This reverts commit fd94cd038d644ff27866301f6f365a3ef0901898.
| * Remove stale description of packaging.Jason R. Coombs2020-07-041-8/+1
| |
| * Add banner to main docs pageJason R. Coombs2020-07-041-2/+5
| |
| * Rename logo assets to remove project name and 'logo', which are implied by ↵Jason R. Coombs2020-07-049-0/+0
| | | | | | | | the context.
| * Use lowercase 't' for consistency in branding.Jason R. Coombs2020-07-041-2/+2
| |
| * Add logo resourcescajhne2020-07-0324-0/+1258
| |
| * docs: fix typo in path to vendored.txtSamuel Watkins2020-06-161-1/+1
| |
| * DOC: Update mailing list linkSumana Harihareswara2020-05-281-5/+5
| | | | | | | | | | | | | | | | Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig instead. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
| * DOC: fix link missing >Matthias Bussonnier2020-05-271-1/+1
| | | | | | | | | | The `decalrative config`_ link present higher in the document is also unresolved, I'm not quite sure what the intended target was.
| * Merge pull request #2134 from pypa/feature/python-2-sunset-docsJason R. Coombs2020-05-261-0/+69
| |\ | | | | | | Crash under Python 2
| | * s/respectful/considerate of those projects/Jason R. Coombs2020-05-251-5/+5
| | |
| | * Wrap lines and remove newlines between enumerated paragraphs.Jason R. Coombs2020-05-251-17/+51
| | |
| | * Prefer imperative voiceJason R. Coombs2020-05-241-3/+3
| | |
| | * Add landing page for Python 2 sunset. Ref #2094.Jason R. Coombs2020-05-241-0/+35
| | |
| * | Merge pull request #2121 from wimglenn/docsJason R. Coombs2020-05-251-1/+1
| |\ \ | | | | | | | | Give a less confusing example for requirements parsing
| | * | use a less confusing example for requirements parsingwim glenn2020-05-191-1/+1
| | |/
* | | Merge commit '52c394c' into feature/2093-docs-revampJason R. Coombs2020-09-232-3/+3
|\ \ \ | |/ /
| * | Merge pull request #1765 from venthur/fix/1700Jason R. Coombs2020-05-242-169/+346
| |\ \ | | |/ | |/| Moved distutils' doc for setup-keywords into our doc to document all supported keywords
| | * Merge branch 'master' into fix/1700Bastian Venthur2020-02-1110-494/+179
| | |\