summaryrefslogtreecommitdiff
path: root/docs/userguide
Commit message (Collapse)AuthorAgeFilesLines
...
* fix typo: above -> belowJens C. Jensen2021-10-031-1/+1
| | | I guess the sections may have been moved around at some point? or someone wrote it upside down, anyway this fixes the direction for most right-side-up readers :)
* Merge pull request #2793 from stanton119/patch-1Jason R. Coombs2021-09-211-1/+1
|\ | | | | Update package_discovery.rst
| * Update package_discovery.rststanton1192021-09-171-1/+1
| | | | | | Small typo
* | Update distribution.rstDiego Ramirez2021-09-141-3/+3
| | | | | | Fix some typos.
* | Document the version coparisonsDiego Ramirez2021-09-141-2/+9
|/ | | Document how the legacy versions and non-legacy versions are compared.
* Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0Jason R. Coombs2021-09-121-1/+1
|\ | | | | Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart"
| * docs(quickstart): add link to "Development Mode"Mozi2021-09-121-1/+1
| |
* | Correct typo (s/brakets/brackets/)Rupert Nash2021-09-091-1/+1
|/
* Merge pull request #2731 from graingert/remove-lib2to3-usageJason R. Coombs2021-09-043-24/+0
|\ | | | | remove lib2to3 usage
| * remove lib2to3 usageThomas Grainger2021-09-043-24/+0
| |
* | Merge pull request #2746 from graingert/patch-1Jason R. Coombs2021-09-041-1/+22
|\ \ | |/ |/| add python_requires example
| * add python_requires exampleThomas Grainger2021-07-301-1/+22
| |
* | Merge pull request #2712 from darkvertex/data_files_glob_directiveJason R. Coombs2021-08-261-0/+1
|\ \ | |/ |/| Implement #1681 (globbing support for `[options.data_files]`)
| * Update globbing for [options.data_files] to be implicit, not requiring a ↵Alan Fregtman2021-07-211-4/+2
| | | | | | | | custom directive.
| * Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-301-1/+4
| |
* | Restore whitespace and single quotes after blacken-docs.Jason R. Coombs2021-07-214-23/+32
| |
* | remove magci trailing commasThomas Grainger2021-07-211-6/+2
| |
* | blacken docsThomas Grainger2021-07-205-48/+47
| |
* | Merge branch 'main' into change-docs-themeJason R. Coombs2021-07-186-229/+341
|\ \ | |/
| * Entrypoints in declarative config are now supportedNicolas CANIART2021-05-291-57/+89
| | | | | | | | | | | | The documentation still states it is not though. Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * 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
| | |
| * | Merge pull request #2672 from luzpaz/typosJason R. Coombs2021-05-192-5/+5
| |\ \ | | | | | | | | Fix misc. doc typos
| | * | Fix misc. doc typosluz paz2021-05-142-5/+5
| | |/ | | | | | | Found via `codespell`
| * | Docs: Use license_files instead of license_fileHugo van Kemenade2021-05-191-2/+1
| |/
| * 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
| |/
| * Add documentation + changelog entriesMarc Mueller2021-04-031-1/+1
| |
| * Merge pull request #2626 from Yhg1s/patch-1Jason R. Coombs2021-04-031-1/+1
| |\ | | | | | | Fix typo in setup.py example in quickstart guide.
| | * 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 #2623 from Zedeldi/patch-1Jason R. Coombs2021-04-031-4/+4
| |\ \ | | | | | | | | Update dependency_management.rst
| | * | Update dependency_management.rstZack Didcott2021-03-291-4/+4
| | |/ | | | | | | Fix spelling and grammar
| * | Section for 'find' and 'find_namespace' options is 'options.packages.find'. ↵Jason R. Coombs2021-03-301-1/+1
| |/ | | | | | | Fixes #2406.
| * Merge pull request #2584 from amy-lei/tabbed-codeJason R. Coombs2021-03-053-160/+223
| |\ | | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg
| | * Replace adjacent code blocks with tabbed containersAmy2021-02-283-160/+223
| | |
| * | Term is builder.Jason R. Coombs2021-02-281-2/+2
| | |
| * | Merge pull request #2552 from hexagonrecursion/patch-1Jason R. Coombs2021-02-281-3/+3
| |\ \ | | | | | | | | quickstart: recommend PyPA build instead of pep517.build
| | * | quickstart: recommend PyPA build instead of pep517.buildAndrey Bienkowski2021-02-091-3/+3
| | |/ | | | | | | | | | see https://github.com/pypa/pep517/issues/91
| * | Merge pull request #2561 from pwoolvett/fix/2553Jason R. Coombs2021-02-251-0/+13
| |\ \ | | | | | | | | docs(userguide): Marker example for extras_require
| | * | docs(userguide): Marker example for extras_requirePablo Woolvett2021-02-041-0/+13
| | |/ | | | | | | | | | Signed-off-by: Pablo Woolvett <pablowoolvett@gmail.com>
| * | Add ini to display code block in docThea2021-02-241-1/+1
| |/
| * Merge pull request #2506 from xdhmoore/patch-1Jason R. Coombs2021-01-161-3/+3
| |\ | | | | | | Clarify Development Mode first paragraph
| | * Clarify Development Mode first paragraphDaniel Moore2020-12-231-3/+3
| | |
| * | fix typoYuanPei Li2021-01-081-1/+1
| | | | | | | | | Fix a difference between the name of function definition and calling.
| * | Replace incorrect statement about triggering installation of dependencies to ↵Jason R. Coombs2020-12-281-4/+8
| |/ | | | | | | indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471.
* | Drop table of contents from pagesPradyun Gedam2020-12-282-6/+2
|/ | | | 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)