Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix | wim glenn | 2022-08-13 | 1 | -1/+1 |
| | |||||
* | Remove question mark | Mike Hucka | 2022-08-12 | 1 | -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 mode | Louis Maddox | 2022-08-12 | 1 | -1/+1 |
| | | | `PATHONPATH` --> `PYTHONPATH` | ||||
* | docs: Avoid refering to the strict mode as experimental | Anderson Bravalheri | 2022-08-11 | 1 | -1/+2 |
| | |||||
* | docs: Fix incorrect syntax | Anderson Bravalheri | 2022-08-05 | 1 | -1/+1 |
| | |||||
* | docs: Fix phrases in userguide/development_mode | Anderson Bravalheri | 2022-08-05 | 1 | -2/+2 |
| | |||||
* | docs: Fix link display text | Anderson Bravalheri | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | docs: Improve developement_mode.rst | Anderson Bravalheri | 2022-08-03 | 1 | -8/+10 |
| | |||||
* | doc: Add section explaining how editable installs work | Anderson Bravalheri | 2022-08-03 | 1 | -0/+44 |
| | |||||
* | docs: Mention 'compat' editable installation mode | Anderson Bravalheri | 2022-08-03 | 1 | -2/+29 |
| | |||||
* | docs: Expand editable install limitations section | Anderson Bravalheri | 2022-08-03 | 1 | -1/+23 |
| | |||||
* | Fix outdated version number in docsv64.0.0b1 | Anderson Bravalheri | 2022-07-04 | 1 | -2/+2 |
| | |||||
* | Document dir in strict editable installs | Anderson Bravalheri | 2022-06-29 | 1 | -0/+9 |
| | |||||
* | Add notes about namespaces, tox + small fixes | Anderson Bravalheri | 2022-06-27 | 1 | -8/+13 |
| | |||||
* | Add note about using editable installs for test environments | Anderson Bravalheri | 2022-06-25 | 1 | -0/+6 |
| | |||||
* | Allow users to opt-into previous "develop" behavior | Anderson Bravalheri | 2022-06-25 | 1 | -0/+12 |
| | |||||
* | Update development mode docs | Anderson Bravalheri | 2022-06-25 | 1 | -31/+129 |
| | |||||
* | Removed quotes around Development Mode. | Saniya Maheshwari | 2022-06-23 | 1 | -2/+2 |
| | |||||
* | Apply suggestions from code review | Anderson Bravalheri | 2022-06-13 | 1 | -2/+2 |
| | |||||
* | Improve docs by avoiding confusion with distutils | Anderson Bravalheri | 2022-06-12 | 1 | -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 usage | Thomas Grainger | 2021-09-04 | 1 | -8/+0 |
| | |||||
* | Clarify Development Mode first paragraph | Daniel Moore | 2020-12-23 | 1 | -3/+3 |
| | |||||
* | 📝 Recover interdoc links & correct broken syntax | Sviatoslav Sydorenko | 2020-10-16 | 1 | -2/+2 |
| | |||||
* | Use canonical extension for docs. | Jason R. Coombs | 2020-09-23 | 1 | -0/+60 |