Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add link to MANIFEST.in in quickstart | Anderson Bravalheri | 2022-03-03 | 1 | -1/+7 | |
| | ||||||
* | Stop mentioning `wheel` in the context of PEP 517 | Sviatoslav Sydorenko | 2022-01-27 | 1 | -1/+1 | |
| | | | | | | This dependency is exposed automatically by setuptools and the users do not need to declare it explicitly — it will be installed by PEP 517 front-ends automatically, when building wheels. | |||||
* | doc: Fix trailing spaces, tabs, and missing newlines at end of file. | Julien Palard | 2022-01-24 | 1 | -4/+4 | |
| | ||||||
* | Update docs/userguide/quickstart.rst | Ananth Pattabiraman | 2022-01-07 | 1 | -1/+1 | |
| | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | |||||
* | add resources on packaging | Ananth Pattabiraman | 2022-01-07 | 1 | -2/+3 | |
| | | | Section `Resources on Python packaging` did not point to any resource. Added as discussed on #2674 | |||||
* | Update quickstart.rst | eacheson | 2021-12-24 | 1 | -13/+13 | |
| | | | fix various english issues | |||||
* | fix: typo 'extras_require' | Rodrigo Mologni | 2021-12-04 | 1 | -1/+1 | |
| | ||||||
* | Improve the mention of pip version that doesn't need `setup.py` | Sviatoslav Sydorenko | 2021-11-12 | 1 | -2/+3 | |
| | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | |||||
* | Document that pip works with editable setup.cfg | Sviatoslav Sydorenko | 2021-11-11 | 1 | -9/+9 | |
| | ||||||
* | docs(quickstart): add link to "Development Mode" | Mozi | 2021-09-12 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'main' into change-docs-theme | Jason R. Coombs | 2021-07-18 | 1 | -22/+42 | |
|\ | ||||||
| * | Merge pull request #2668 from carltongibson/c/fix-example-indent | Jason R. Coombs | 2021-05-19 | 1 | -2/+2 | |
| |\ | | | | | | | Corrected tabs for spaces in quickstart example. | |||||
| | * | Corrected tabs for spaces in quickstart example. | Carlton Gibson | 2021-05-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix misc. doc typos | luz paz | 2021-05-14 | 1 | -4/+4 | |
| |/ | | | | | Found via `codespell` | |||||
| * | Merge pull request #2634 from carltongibson/c/fix-quickstart-link | Jason R. Coombs | 2021-05-09 | 1 | -2/+3 | |
| |\ | | | | | | | Fixed quickstart packaging resources hyperlink. | |||||
| | * | Fixed quickstart packaging resources hyperlink. | Carlton Gibson | 2021-04-10 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The implicit link target that should have been created from the title was not being detected correctly. This was causing the link to be interpreted as an external hyperlink reference, resulting in a 404 in the rendered docs. Adding the explicit target and `ref` allows the link to resolve correctly. | |||||
| * | | Corrected indent in setup.cfg example. | Carlton Gibson | 2021-04-12 | 1 | -2/+2 | |
| |/ | ||||||
| * | Update quickstart.rst | T. Wouters | 2021-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in setup.py example in quickstart guide. | T. Wouters | 2021-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #2584 from amy-lei/tabbed-code | Jason R. Coombs | 2021-03-05 | 1 | -12/+31 | |
| |\ | | | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg | |||||
| | * | Replace adjacent code blocks with tabbed containers | Amy | 2021-02-28 | 1 | -12/+31 | |
| | | | ||||||
| * | | Term is builder. | Jason R. Coombs | 2021-02-28 | 1 | -2/+2 | |
| | | | ||||||
| * | | quickstart: recommend PyPA build instead of pep517.build | Andrey Bienkowski | 2021-02-09 | 1 | -3/+3 | |
| |/ | | | | | | | see https://github.com/pypa/pep517/issues/91 | |||||
* | | Drop table of contents from pages | Pradyun Gedam | 2020-12-28 | 1 | -2/+0 | |
|/ | | | | This is included in the sidebar, as part of Furo. | |||||
* | typo | Matt Deitke | 2020-12-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2460 from HaraldKorneliussen/master | Jason R. Coombs | 2020-12-06 | 1 | -1/+1 | |
|\ | | | | | Fixes syntax issues in quickstart (#2448) | |||||
| * | Fixes syntax issues in quickstart (#2448) | Harald Korneliussen | 2020-11-18 | 1 | -3/+3 | |
| | | | | | | Quotes in the name and packages field causes an "Invalid distribution name or version syntax" if you follow this quickstart guide directly. pep517.build also requires you to specify the directory. | |||||
* | | Merge pull request #2444 from zegor/patch-1 | Jason R. Coombs | 2020-12-06 | 1 | -2/+2 | |
|\ \ | | | | | | | Update quickstart.rst | |||||
| * | | Update quickstart.rst | Greg Solon | 2020-10-20 | 1 | -2/+2 | |
| |/ | | | | | Removed quotes in setup.cfg which caused build to fail. | |||||
* | | s/517/PEP 517/ | Marius Gedminas | 2020-10-19 | 1 | -1/+1 | |
|/ | ||||||
* | Clean up syntax on entry_points.console_scripts. Fixes #2429. | Jason R. Coombs | 2020-10-17 | 1 | -4/+3 | |
| | ||||||
* | Merge branch 'master' into patch-1 | Jason R. Coombs | 2020-10-17 | 1 | -7/+8 | |
|\ | ||||||
| * | ✨Make the default implicit role autofind targets | Sviatoslav Sydorenko | 2020-10-16 | 1 | -2/+1 | |
| | | ||||||
| * | 📝 Recover interdoc links & correct broken syntax | Sviatoslav Sydorenko | 2020-10-16 | 1 | -5/+7 | |
| | | ||||||
* | | Use the :pep: role instead of a manual link | Marius Gedminas | 2020-10-12 | 1 | -2/+2 | |
| | | | | | | | | Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com> | |||||
* | | And another malformed link | Marius Gedminas | 2020-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | Fix ReST syntax error in the PEP 517 link | Marius Gedminas | 2020-10-05 | 1 | -1/+1 | |
|/ | ||||||
* | Use canonical extension for docs. | Jason R. Coombs | 2020-09-23 | 1 | -0/+210 | |