summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Avoid extlink for issue to prevent verbose warningsAnderson Bravalheri2022-03-241-2/+4
|
* Specify Python 3 after Python 2 in intersphinx mappingAnderson Bravalheri2022-03-241-1/+1
| | | | Hopefully it will make links to Python 3 the default.
* 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-215-11/+7
|\
| * Fix warnings for pypi references.Jason R. Coombs2022-03-195-11/+8
| |
| * Remove reference to non-existent doc.Jason R. Coombs2022-03-191-1/+0
| |
* | 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-172-63/+227
| |
* | Add remark about editable installsAnderson Bravalheri2022-03-161-0/+5
| |
* | Add initial docs about pyproject.toml metadataAnderson Bravalheri2022-03-165-13/+206
| |
* | Improve package discovery docsAnderson Bravalheri2022-03-161-51/+55
| |
* | Merge branch 'main' into experimental/support-pyprojectAnderson Bravalheri2022-03-163-9/+33
|\ \ | |/
| * Link packagingAnderson Bravalheri2022-03-132-2/+3
| |
| * Fix PEP 632 link displayAnderson Bravalheri2022-03-131-1/+1
| |
| * Fix version of setuptools for default local distutilsAnderson Bravalheri2022-03-131-1/+1
| |
| * [Docs] Improve documentation about migration from distutilsAnderson Bravalheri2022-03-131-4/+6
| |
| * [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
| | |