summaryrefslogtreecommitdiff
path: root/docs/userguide/development_mode.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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