summaryrefslogtreecommitdiff
path: root/docs/userguide/quickstart.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* Add link to MANIFEST.in in quickstartAnderson Bravalheri2022-03-031-1/+7
|
* Stop mentioning `wheel` in the context of PEP 517Sviatoslav Sydorenko2022-01-271-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 Palard2022-01-241-4/+4
|
* Update docs/userguide/quickstart.rstAnanth Pattabiraman2022-01-071-1/+1
| | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
* add resources on packagingAnanth Pattabiraman2022-01-071-2/+3
| | | Section `Resources on Python packaging` did not point to any resource. Added as discussed on #2674
* Update quickstart.rsteacheson2021-12-241-13/+13
| | | fix various english issues
* fix: typo 'extras_require'Rodrigo Mologni2021-12-041-1/+1
|
* Improve the mention of pip version that doesn't need `setup.py`Sviatoslav Sydorenko2021-11-121-2/+3
| | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Document that pip works with editable setup.cfgSviatoslav Sydorenko2021-11-111-9/+9
|
* docs(quickstart): add link to "Development Mode"Mozi2021-09-121-1/+1
|
* Merge branch 'main' into change-docs-themeJason R. Coombs2021-07-181-22/+42
|\
| * Merge pull request #2668 from carltongibson/c/fix-example-indentJason R. Coombs2021-05-191-2/+2
| |\ | | | | | | Corrected tabs for spaces in quickstart example.
| | * Corrected tabs for spaces in quickstart example.Carlton Gibson2021-05-101-2/+2
| | |
| * | Fix misc. doc typosluz paz2021-05-141-4/+4
| |/ | | | | Found via `codespell`
| * Merge pull request #2634 from carltongibson/c/fix-quickstart-linkJason R. Coombs2021-05-091-2/+3
| |\ | | | | | | Fixed quickstart packaging resources hyperlink.
| | * Fixed quickstart packaging resources hyperlink.Carlton Gibson2021-04-101-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 Gibson2021-04-121-2/+2
| |/
| * Update quickstart.rstT. Wouters2021-03-291-1/+1
| |
| * Fix typo in setup.py example in quickstart guide.T. Wouters2021-03-291-1/+1
| |
| * Merge pull request #2584 from amy-lei/tabbed-codeJason R. Coombs2021-03-051-12/+31
| |\ | | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg
| | * Replace adjacent code blocks with tabbed containersAmy2021-02-281-12/+31
| | |
| * | Term is builder.Jason R. Coombs2021-02-281-2/+2
| | |
| * | quickstart: recommend PyPA build instead of pep517.buildAndrey Bienkowski2021-02-091-3/+3
| |/ | | | | | | see https://github.com/pypa/pep517/issues/91
* | Drop table of contents from pagesPradyun Gedam2020-12-281-2/+0
|/ | | | This is included in the sidebar, as part of Furo.
* typoMatt Deitke2020-12-131-1/+1
|
* Merge pull request #2460 from HaraldKorneliussen/masterJason R. Coombs2020-12-061-1/+1
|\ | | | | Fixes syntax issues in quickstart (#2448)
| * Fixes syntax issues in quickstart (#2448)Harald Korneliussen2020-11-181-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-1Jason R. Coombs2020-12-061-2/+2
|\ \ | | | | | | Update quickstart.rst
| * | Update quickstart.rstGreg Solon2020-10-201-2/+2
| |/ | | | | Removed quotes in setup.cfg which caused build to fail.
* | s/517/PEP 517/Marius Gedminas2020-10-191-1/+1
|/
* Clean up syntax on entry_points.console_scripts. Fixes #2429.Jason R. Coombs2020-10-171-4/+3
|
* Merge branch 'master' into patch-1Jason R. Coombs2020-10-171-7/+8
|\
| * ✨Make the default implicit role autofind targetsSviatoslav Sydorenko2020-10-161-2/+1
| |
| * 📝 Recover interdoc links & correct broken syntaxSviatoslav Sydorenko2020-10-161-5/+7
| |
* | Use the :pep: role instead of a manual linkMarius Gedminas2020-10-121-2/+2
| | | | | | | | Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com>
* | And another malformed linkMarius Gedminas2020-10-051-1/+1
| |
* | Fix ReST syntax error in the PEP 517 linkMarius Gedminas2020-10-051-1/+1
|/
* Use canonical extension for docs.Jason R. Coombs2020-09-231-0/+210