summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |\
| | * \ Merge branch 'master' into fix/1700Jason R. Coombs2019-10-264-7/+44
| | |\ \
| | * | | Added meat to obsoletes and provides, removed that they should not be used.Bastian Venthur2019-05-181-3/+39
| | | | |
| | * | | s/favour/favor/Bastian Venthur2019-05-181-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: Benoit Pierre <benoit.pierre@gmail.com>
| | * | | s/requires/provides/Bastian Venthur2019-05-181-2/+2
| | | | |
| | * | | Made keywords a subpage (via include directive) maintaining the oldBastian Venthur2019-05-183-13/+5
| | | | | | | | | | | | | | | | | | | | structure
| | * | | added long_description_content_typeBastian Venthur2019-05-181-0/+4
| | | | |
| | * | | added use_2to3_exclude_fixersBastian Venthur2019-05-181-0/+3
| | | | |
| | * | | Added ext_packageBastian Venthur2019-05-181-0/+4
| | | | |
| | * | | Added unused requires, obsolete and requires for completenesBastian Venthur2019-05-181-0/+17
| | | | |
| | * | | Maintain old header and link to new keywords documentBastian Venthur2019-05-162-0/+9
| | | | |
| | * | | Added warnings for data_files, setup_requires and dependency_linksBastian Venthur2019-05-161-0/+15
| | | | |
| | * | | Transcibed all keywords from ↵Bastian Venthur2019-05-161-1/+88
| | | | | | | | | | | | | | | | | | | | https://docs.python.org/3/distutils/apiref.html#distutils.core.setup
| | * | | Fixed broken implicit linksBastian Venthur2019-05-162-18/+26
| | | | |
| | * | | Moved keywords section into separate document, added link in indexBastian Venthur2019-05-163-173/+173
| | | | |
| * | | | Merge pull request #1753 from jwodder/feature/literal_attrJason R. Coombs2020-05-161-1/+7
| |\ \ \ \ | | | | | | | | | | | | Support attr directive with static evaluation
| * | | | | Fix an RST link typo in the dev guideSviatoslav Sydorenko2020-05-151-1/+1
| | | | | |
* | | | | | Merge commit 'd6bcf5e' into feature/2093-docs-revampJason R. Coombs2020-09-231-2/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge `literal_attr:` functionality into `attr:`John T. Wodder II2020-05-151-15/+12
| | | | | |
| * | | | | Update documentationJohn T. Wodder II2020-05-151-8/+17
| |/ / / /
* | | | | Merge commit '619e229' into feature/2093-docs-revampJason R. Coombs2020-09-232-0/+45
|\ \ \ \ \ | |/ / / /