Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Sphinx :pep: role to link directly to PEPs | Hugo van Kemenade | 2023-01-14 | 1 | -3/+1 |
| | |||||
* | [Docs] Add migration for `distutils.core.Command` | Anderson Bravalheri | 2023-01-07 | 1 | -1/+1 |
| | |||||
* | Docs: Replace failing reference of DIST_EXTRA_CONFIG | Anderson Bravalheri | 2023-01-07 | 1 | -1/+1 |
| | |||||
* | Docs: Add note about global `distutils.cfg` (#3689) | Anderson Bravalheri | 2022-11-23 | 1 | -0/+9 |
|\ | |||||
| * | Add note about global distutils.cfg | Anderson Bravalheri | 2022-11-17 | 1 | -0/+9 |
| | | |||||
* | | Get rid of trailing spaces, mainly in docs | Dimitri Papadopoulos | 2022-11-20 | 4 | -6/+1 |
|/ | |||||
* | Merge https://github.com/pypa/distutils into distutils-d82d926 | Jason R. Coombs | 2022-09-24 | 1 | -1/+2 |
| | |||||
* | Merge https://github.com/pypa/distutils into distutils-fac564f | Jason R. Coombs | 2022-08-13 | 4 | -142/+2 |
| | |||||
* | docs: correct calling setuptools commands | Noorhteen Raja NJ | 2022-07-31 | 1 | -1/+1 |
| | |||||
* | fixed some spelling mistakes, | Bastian Venthur | 2022-06-14 | 2 | -2/+2 |
| | | | | that's all :) | ||||
* | Add remark about install command | Anderson Bravalheri | 2022-06-14 | 1 | -2/+15 |
| | |||||
* | Merge docs on deprecated commands | Anderson Bravalheri | 2022-06-14 | 3 | -24/+44 |
| | | | | Also add a not about modern ways of generating ``sdists`` and ``wheel``. | ||||
* | Move userguide/commands to deprecated/commands | Anderson Bravalheri | 2022-06-14 | 1 | -0/+566 |
| | |||||
*---. | Doc improvements (#3363, #3364, #3367) | Anderson Bravalheri | 2022-06-13 | 5 | -0/+232 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | - Improve docs by avoiding confusion with distutils - Update dependency management docs - Update userguide on miscellaneous and extension | ||||
| | | * | Apply suggestions from code review | Anderson Bravalheri | 2022-06-13 | 2 | -2/+2 |
| | | | | |||||
| | | * | Update userguide on `miscellaneous` and `extension` | Anderson Bravalheri | 2022-06-12 | 3 | -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 docs | Anderson Bravalheri | 2022-06-12 | 2 | -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 review | Anderson Bravalheri | 2022-06-13 | 1 | -1/+1 |
| | | |||||
| * | Improve docs by avoiding confusion with distutils | Anderson Bravalheri | 2022-06-12 | 2 | -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 Bravalheri | 2022-05-16 | 2 | -0/+113 |
|\ | |||||
| * | Update docs/deprecated/changed_keywords.rst | Anderson Bravalheri | 2022-05-06 | 1 | -1/+1 |
| | | |||||
| * | Move userguide/keywords to deprecated/changed_keyworkds | Anderson Bravalheri | 2022-05-06 | 2 | -0/+113 |
| | | |||||
* | | Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaa | Jason R. Coombs | 2022-05-10 | 2 | -6/+4 |
|/ | |||||
* | Fix warnings for pypi references. | Jason R. Coombs | 2022-03-19 | 1 | -5/+2 |
| | |||||
* | Remove reference to non-existent doc. | Jason R. Coombs | 2022-03-19 | 1 | -1/+0 |
| | |||||
* | Link packaging | Anderson Bravalheri | 2022-03-13 | 1 | -2/+2 |
| | |||||
* | Fix PEP 632 link display | Anderson Bravalheri | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | Fix version of setuptools for default local distutils | Anderson Bravalheri | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | [Docs] Improve documentation about migration from distutils | Anderson Bravalheri | 2022-03-13 | 1 | -4/+6 |
| | |||||
* | doc: Fix trailing spaces, tabs, and missing newlines at end of file. | Julien Palard | 2022-01-24 | 2 | -2/+2 |
| | |||||
* | Update setuptools.readthedocs.io to setuptools.pypa.io | Hugo van Kemenade | 2021-11-16 | 2 | -2/+2 |
| | |||||
* | Document setuptools replacements | Anderson Bravalheri | 2021-11-05 | 1 | -0/+9 |
| | |||||
* | remove lib2to3 usage | Thomas Grainger | 2021-09-04 | 1 | -94/+0 |
| | |||||
* | Merge https://github.com/pypa/distutils into remove-lib2to3-usage | Jason R. Coombs | 2021-09-04 | 1 | -18/+0 |
| | |||||
* | Merge branch 'main' into change-docs-theme | Jason R. Coombs | 2021-07-18 | 14 | -0/+4481 |
|\ | |||||
| * | Correct broken refs in distutils docs | Sviatoslav Sydorenko | 2020-10-19 | 6 | -53/+56 |
| | | |||||
| * | Move distutils docs into 'deprecated' section and link them from that section. | Jason R. Coombs | 2020-10-18 | 14 | -0/+4478 |
| | | |||||
* | | Drop table of contents from pages | Pradyun Gedam | 2020-12-28 | 2 | -7/+0 |
|/ | | | | This is included in the sidebar, as part of Furo. | ||||
* | 📝 Recover interdoc links & correct broken syntax | Sviatoslav Sydorenko | 2020-10-16 | 1 | -0/+1 |
| | |||||
* | Use canonical extension for docs. | Jason R. Coombs | 2020-09-23 | 6 | -0/+0 |
| | |||||
* | Merge branch 'master' into feature/2093-docs-revampfeature/2093-docs-revamp | Jason R. Coombs | 2020-09-23 | 2 | -1/+26 |
| | |||||
* | docs: migrated section | alvyjudy | 2020-05-13 | 1 | -0/+33 |
| | | | | egg-secutable section moved from userguide/functionalities to deprecated/functionalities | ||||
* | docs: added index for deprecated files | alvyjudy | 2020-05-10 | 1 | -0/+19 |
| | |||||
* | doc: move python_eggs.txt to deprecated folder | alvyjudy | 2020-05-10 | 1 | -0/+679 |
| | |||||
* | doc: move easy_install file into deprecated folder | alvyjudy | 2020-05-10 | 1 | -0/+1085 |
| | |||||
* | doc: move python 2to3 doc into deprecated folder | alvyjudy | 2020-05-10 | 1 | -0/+94 |