summaryrefslogtreecommitdiff
path: root/docs/userguide/development_mode.rst
Commit message (Collapse)AuthorAgeFilesLines
* Removed quotes around Development Mode.Saniya Maheshwari2022-06-231-2/+2
|
* Apply suggestions from code reviewAnderson Bravalheri2022-06-131-2/+2
|
* Improve docs by avoiding confusion with distutilsAnderson Bravalheri2022-06-121-32/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`
* remove lib2to3 usageThomas Grainger2021-09-041-8/+0
|
* Clarify Development Mode first paragraphDaniel Moore2020-12-231-3/+3
|
* 📝 Recover interdoc links & correct broken syntaxSviatoslav Sydorenko2020-10-161-2/+2
|
* Use canonical extension for docs.Jason R. Coombs2020-09-231-0/+60