summaryrefslogtreecommitdiff
path: root/docs/deprecated
Commit message (Collapse)AuthorAgeFilesLines
* Use Sphinx :pep: role to link directly to PEPsHugo van Kemenade2023-01-141-3/+1
|
* [Docs] Add migration for `distutils.core.Command`Anderson Bravalheri2023-01-071-1/+1
|
* Docs: Replace failing reference of DIST_EXTRA_CONFIGAnderson Bravalheri2023-01-071-1/+1
|
* Docs: Add note about global `distutils.cfg` (#3689)Anderson Bravalheri2022-11-231-0/+9
|\
| * Add note about global distutils.cfgAnderson Bravalheri2022-11-171-0/+9
| |
* | Get rid of trailing spaces, mainly in docsDimitri Papadopoulos2022-11-204-6/+1
|/
* Merge https://github.com/pypa/distutils into distutils-d82d926Jason R. Coombs2022-09-241-1/+2
|
* Merge https://github.com/pypa/distutils into distutils-fac564fJason R. Coombs2022-08-134-142/+2
|
* docs: correct calling setuptools commandsNoorhteen Raja NJ2022-07-311-1/+1
|
* fixed some spelling mistakes,Bastian Venthur2022-06-142-2/+2
| | | | that's all :)
* Add remark about install commandAnderson Bravalheri2022-06-141-2/+15
|
* Merge docs on deprecated commandsAnderson Bravalheri2022-06-143-24/+44
| | | | Also add a not about modern ways of generating ``sdists`` and ``wheel``.
* Move userguide/commands to deprecated/commandsAnderson Bravalheri2022-06-141-0/+566
|
*---. Doc improvements (#3363, #3364, #3367)Anderson Bravalheri2022-06-135-0/+232
|\ \ \ | | | | | | | | | | | | | | | | | | | | - Improve docs by avoiding confusion with distutils - Update dependency management docs - Update userguide on miscellaneous and extension
| | | * Apply suggestions from code reviewAnderson Bravalheri2022-06-132-2/+2
| | | |
| | | * Update userguide on `miscellaneous` and `extension`Anderson Bravalheri2022-06-123-0/+130
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a continuation of the update effort to de-emphasize `distutils` and make the documentation more consistent. The main targets of the changes are the files `docs/userguide/miscellaneous` and `docs/userguide/extension`. Changes: - Extracted text about automatic resource extraction and the zip-safe flag from `userguide/miscellaneous` to `deprecated/resource_extraction` and `deprecated/zip_safe`. - These configuration parameters are commonly associated with ``eggs``/``easy_install``/``pkg_resources``, and therefore are obsolete. Leaving them around in the main parts of the documentation just confuses users. - The text in the new files were updated. - Extracted text about additional metadata from `userguide/miscellaneous` into the existing `userguide/extension` document. - Updated `userguide/extension` to better reflect the status of the setuptools project. The text was also changed to explain a little bit more what is the relationship between ``setuptools`` and ``distutils``. - Removed `userguide/functionalities_rewrite`. This file was virtually empty and not bringing any extra value to the docs.
| | * Update dependency management docsAnderson Bravalheri2022-06-122-0/+78
| |/ |/| | | | | | | | | | | | | | | | | - Extract `depencency_liks` section to a new file: `deprecated/dependency_links.rst` - Add note about directly URLs not being accepted in PyPI. - Simplify intro about build system requirement. - Simplify intro about optional dependencies. - Fix confusion in example about "Project" and "Package". - "Demote" section about extras in entry-points to a note.
| * Apply suggestions from code reviewAnderson Bravalheri2022-06-131-1/+1
| |
| * Improve docs by avoiding confusion with distutilsAnderson Bravalheri2022-06-122-0/+24
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing docs seem to assume that the user is familiar with the history of packaging in the Python ecosystem (or at least know what is `distutils`). Since that is not always the case and that `distutils` is in the process of being adopted by `setuptools`, the documentation should be changed to minimize mentions to `distutils` and avoid expecting too much knowledge from the users. The benefit of this approach is that it can make the docs more accessible and easier to understand. Changes: - Modify landing page to clarify what `setuptools` does (making it more clear to understand for beginners). - Remove mentions to `distutils`, `transition to PEP 517` from `userguide/index`. - Instead the text is changed to have a more "introductory" tone. - Remove mentions to `distutils` from the Quickstart. - Remove `python2` from the intersphinx mapping - it was causing trouble redirecting glossary terms to Python2 docs, instead of Python3. - Modify documentation about development mode to be more aligned with current practices (i.e. using `pip install -e .`) - In this process all documentation about running `setuptools` commands in `distutils` projects was moved to a new file in `docs/deprecated/running_commands.rst`
* Docs: Combine keyword documentation (#3307)Anderson Bravalheri2022-05-162-0/+113
|\
| * Update docs/deprecated/changed_keywords.rstAnderson Bravalheri2022-05-061-1/+1
| |
| * Move userguide/keywords to deprecated/changed_keyworkdsAnderson Bravalheri2022-05-062-0/+113
| |
* | Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaaJason R. Coombs2022-05-102-6/+4
|/
* Fix warnings for pypi references.Jason R. Coombs2022-03-191-5/+2
|
* Remove reference to non-existent doc.Jason R. Coombs2022-03-191-1/+0
|
* Link packagingAnderson Bravalheri2022-03-131-2/+2
|
* Fix PEP 632 link displayAnderson Bravalheri2022-03-131-1/+1
|
* Fix version of setuptools for default local distutilsAnderson Bravalheri2022-03-131-1/+1
|
* [Docs] Improve documentation about migration from distutilsAnderson Bravalheri2022-03-131-4/+6
|
* doc: Fix trailing spaces, tabs, and missing newlines at end of file.Julien Palard2022-01-242-2/+2
|
* Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-162-2/+2
|
* Document setuptools replacementsAnderson Bravalheri2021-11-051-0/+9
|
* remove lib2to3 usageThomas Grainger2021-09-041-94/+0
|
* Merge https://github.com/pypa/distutils into remove-lib2to3-usageJason R. Coombs2021-09-041-18/+0
|
* Merge branch 'main' into change-docs-themeJason R. Coombs2021-07-1814-0/+4481
|\
| * Correct broken refs in distutils docsSviatoslav Sydorenko2020-10-196-53/+56
| |
| * Move distutils docs into 'deprecated' section and link them from that section.Jason R. Coombs2020-10-1814-0/+4478
| |
* | Drop table of contents from pagesPradyun Gedam2020-12-282-7/+0
|/ | | | This is included in the sidebar, as part of Furo.
* 📝 Recover interdoc links & correct broken syntaxSviatoslav Sydorenko2020-10-161-0/+1
|
* Use canonical extension for docs.Jason R. Coombs2020-09-236-0/+0
|
* Merge branch 'master' into feature/2093-docs-revampfeature/2093-docs-revampJason R. Coombs2020-09-232-1/+26
|
* docs: migrated sectionalvyjudy2020-05-131-0/+33
| | | | egg-secutable section moved from userguide/functionalities to deprecated/functionalities
* docs: added index for deprecated filesalvyjudy2020-05-101-0/+19
|
* doc: move python_eggs.txt to deprecated folderalvyjudy2020-05-101-0/+679
|
* doc: move easy_install file into deprecated folderalvyjudy2020-05-101-0/+1085
|
* doc: move python 2to3 doc into deprecated folderalvyjudy2020-05-101-0/+94