summaryrefslogtreecommitdiff
path: root/docs/userguide/development_mode.rst
Commit message (Collapse)AuthorAgeFilesLines
* Mention limitation in editable docsAnderson Bravalheri2023-02-171-0/+5
|
* Update note about SETUPTOOLS_ENABLE_FEATURESAnderson Bravalheri2023-02-131-15/+6
|
*-. Merge spelling/space improvements (#3695, #3698, #3697, #3699)Anderson Bravalheri2022-11-231-3/+3
|\ \
| | * Fix non-ASCII homoglyph of `v`Dimitri Papadopoulos2022-11-211-1/+1
| |/ |/|
| * Fix typos found by codespellDimitri Papadopoulos2022-11-201-2/+2
|/
* Minor stylistic changeAnderson Bravalheri2022-11-111-1/+2
|
* Fix typo in docs/userguide/development_mode.rstshripadbadithe2022-11-061-2/+1
|
* Fix misspelling in docs/userguide/development_mode.rstAnderson Bravalheri2022-10-111-1/+1
|
* Document CWD limitations in editable docsAnderson Bravalheri2022-08-261-0/+11
|
* Correct docs on how to use the `legacy-editable` modeEd Morley2022-08-171-1/+1
| | | | | | | | | | | | | | | | | PR #3414 added support for disabling the new PEP660 editable install hooks. However the documentation and changelog mentions didn't match the implementation. Before: - The implementation used: `SETUPTOOLS_ENABLE_FEATURES` - The changelog said to use: `SETUPTOOLS_ENABLE_FEATURE` (notice the missing "S") - The docs said to use: `SETUPTOOLS_USE_FEATURE` This caused confusion in #3535, since the testcase there used the form mentioned in the changelog, which doesn't do anything. Now, the changelog and docs both say to use `SETUPTOOLS_ENABLE_FEATURES`.
* typo fixwim glenn2022-08-131-1/+1
|
* Remove question markMike Hucka2022-08-121-2/+2
| | | The heading "How editable installations work?" either contains a typo (the question mark should be omitted), or else the question as written is missing a word (it should be "How **do** editable installations work?"). This commit removes the question mark.
* Typo in user guide: development modeLouis Maddox2022-08-121-1/+1
| | | `PATHONPATH` --> `PYTHONPATH`
* docs: Avoid refering to the strict mode as experimentalAnderson Bravalheri2022-08-111-1/+2
|
* docs: Fix incorrect syntaxAnderson Bravalheri2022-08-051-1/+1
|
* docs: Fix phrases in userguide/development_modeAnderson Bravalheri2022-08-051-2/+2
|
* docs: Fix link display textAnderson Bravalheri2022-08-041-1/+1
|
* docs: Improve developement_mode.rstAnderson Bravalheri2022-08-031-8/+10
|
* doc: Add section explaining how editable installs workAnderson Bravalheri2022-08-031-0/+44
|
* docs: Mention 'compat' editable installation modeAnderson Bravalheri2022-08-031-2/+29
|
* docs: Expand editable install limitations sectionAnderson Bravalheri2022-08-031-1/+23
|
* Fix outdated version number in docsv64.0.0b1Anderson Bravalheri2022-07-041-2/+2
|
* Document dir in strict editable installsAnderson Bravalheri2022-06-291-0/+9
|
* Add notes about namespaces, tox + small fixesAnderson Bravalheri2022-06-271-8/+13
|
* Add note about using editable installs for test environmentsAnderson Bravalheri2022-06-251-0/+6
|
* Allow users to opt-into previous "develop" behaviorAnderson Bravalheri2022-06-251-0/+12
|
* Update development mode docsAnderson Bravalheri2022-06-251-31/+129
|
* 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