summaryrefslogtreecommitdiff
path: root/docs/userguide
Commit message (Collapse)AuthorAgeFilesLines
* Update package_discovery.rstBinjian2022-04-221-1/+1
| | | double "can be"
* Fix typo in docsVladimir Berlev2022-04-141-1/+1
|
* Small wording tweaks for readabilityChuck McCallum2022-04-051-4/+4
|
* Fix typo in quickstart sectionPablo Cárdenas2022-03-261-1/+1
| | | | | The function should be between quotes like a string. cli-name = mypkg.mymodule:some_func => cli-name = "mypkg.mymodule:some_func"
* Fix `bellow` typo in docsMathieu Kniewallner2022-03-243-5/+5
|
* Add back notes about editable install and pyproject metadataAnderson Bravalheri2022-03-242-1/+29
| | | | On further examination, `pip` seems to fail if `setup.py` is missing.
* Fix wrong version reference in quickstartAnderson Bravalheri2022-03-241-1/+1
|
* Clarify that only deprecated fields should be avoided in pyproject_configAnderson Bravalheri2022-03-241-2/+2
|
* Remove note about setup.py being required for editable installsAnderson Bravalheri2022-03-241-5/+0
|
* Improve note about setup.pyAnderson Bravalheri2022-03-241-1/+2
|
* Add missing prepositionAnderson Bravalheri2022-03-241-1/+1
|
* Add module to entry_point example in quickstartAnderson Bravalheri2022-03-241-4/+4
|
* Improve text about CLI entry-point in quickstartAnderson Bravalheri2022-03-241-2/+3
|
* Fix example of environment maker for dependencies in quickstartAnderson Bravalheri2022-03-241-1/+1
|
* Restore tip about editable installsAnderson Bravalheri2022-03-241-20/+3
| | | | | Experiments with pip 21.1 confirm that it can use editable mode even when `setup.py` is missing.
* Adequate docs to the latest changesAnderson Bravalheri2022-03-221-1/+5
|
* Update discovery docs to mention ext_modulesAnderson Bravalheri2022-03-221-2/+2
|
* Merge 'upstream/main' into experimental/support-pyprojectAnderson Bravalheri2022-03-212-3/+3
|\
| * Fix warnings for pypi references.Jason R. Coombs2022-03-193-4/+4
| |
* | Change tabs in discovery docs to be similar to quickstartAnderson Bravalheri2022-03-181-15/+5
| |
* | Update package discovery docs to reflect latest changesAnderson Bravalheri2022-03-181-29/+35
| |
* | Clarify directives in the context of pyproject.tomlAnderson Bravalheri2022-03-171-4/+12
| |
* | Small doc improvementsAnderson Bravalheri2022-03-172-16/+17
| |
* | Apply suggestions from code reviewAnderson Bravalheri2022-03-172-4/+4
| | | | | | Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
* | Add notes to pyproject_config docsAnderson Bravalheri2022-03-171-0/+2
| |
* | Clarify extras in entry-points are deprecatedAnderson Bravalheri2022-03-172-45/+50
| |
* | Add tab for pyproject.toml in dependency management docsAnderson Bravalheri2022-03-171-3/+76
| |
* | Fix references to layouts in docsAnderson Bravalheri2022-03-171-42/+49
| |
* | Improve notes on quickstartAnderson Bravalheri2022-03-171-37/+47
| |
* | Clarify editable installs note in quickstartAnderson Bravalheri2022-03-171-21/+22
| |
* | Add note about editable installs in quickstartAnderson Bravalheri2022-03-171-1/+17
| |
* | Improve data files section in quickstartAnderson Bravalheri2022-03-171-3/+27
| |
* | Improve dependencies section in quickstartAnderson Bravalheri2022-03-171-16/+41
| |
* | Improve entry-points section in the quickstartAnderson Bravalheri2022-03-171-11/+37
| |
* | Improve discovery section in the quickstartAnderson Bravalheri2022-03-171-10/+55
| |
* | Clarify deprecated fields for tool.setuptoolsAnderson Bravalheri2022-03-171-8/+15
| |
* | Fix link to keywordsAnderson Bravalheri2022-03-171-1/+1
| |
* | Add some missing references in the quickstartAnderson Bravalheri2022-03-171-5/+5
| |
* | Mention experimental pyproject config in the quickstartAnderson Bravalheri2022-03-171-7/+37
| |
* | Mention experimental pyproject.toml support in discovery docsAnderson Bravalheri2022-03-171-63/+225
| |
* | Add remark about editable installsAnderson Bravalheri2022-03-161-0/+5
| |
* | Add initial docs about pyproject.toml metadataAnderson Bravalheri2022-03-164-13/+205
| |
* | Improve package discovery docsAnderson Bravalheri2022-03-161-51/+55
| |
* | Merge branch 'main' into experimental/support-pyprojectAnderson Bravalheri2022-03-161-4/+25
|\ \ | |/
| * [Docs] Add setup.py code for console_scripts (#3144)Anderson Bravalheri2022-03-071-4/+25
| |\ | | | | | | Merge pull request #3144 from xhlulu/patch-1
| | * Update entry_point.rstXing Han Lu2022-03-021-4/+25
| | |
* | | Fix small errors in docsAnderson Bravalheri2022-03-091-2/+2
| | |
* | | Mark features related auto-discovery and pyproject metadata as experimentalAnderson Bravalheri2022-03-091-0/+6
| | |
* | | Add news fragment with instructions for empty distributionsAnderson Bravalheri2022-03-051-1/+1
| | |
* | | Small fixes for text in package_discoveryAnderson Bravalheri2022-03-051-7/+7
| | |