summaryrefslogtreecommitdiff
path: root/docs/userguide
Commit message (Collapse)AuthorAgeFilesLines
* 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 pull request #2415 from alvyjudy/masterJason R. Coombs2020-10-171-0/+9
|\ | | | | Link to build_meta documentation
| * Prefer doc role to ref role.Jason R. Coombs2020-10-171-1/+1
| | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * make suggested editsalvy2020-10-121-2/+2
| |
| * add a paragraph in index to linkt build_meta docalvy2020-10-071-0/+9
| |
* | Merge branch 'master' into patch-1Jason R. Coombs2020-10-1713-69/+97
|\ \
| * \ Merge pull request #2410 from imba-tjd/patch-2Jason R. Coombs2020-10-171-4/+4
| |\ \ | | | | | | | | docs: code-block style fix
| | * | Restore quickstart.rst谭九鼎2020-10-171-2/+2
| | | |
| | * | Merge branch 'master' into patch-2谭九鼎2020-10-1713-58/+84
| | |\ \
| | * | | Update docs/userguide/quickstart.rst谭九鼎2020-10-121-2/+2
| | | | | | | | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| | * | | Update entry_point.rst谭九鼎2020-10-031-0/+2
| | | | |
| | * | | Update dependency_management.rst谭九鼎2020-10-031-2/+2
| | | | |
| | * | | fix inline-code style谭九鼎2020-10-031-2/+2
| | | | |
| | * | | docs: code-block style fix谭九鼎2020-10-021-6/+6
| | | |/ | | |/|
| * | | Merge pull request #2409 from imba-tjd/patch-1Jason R. Coombs2020-10-171-1/+1
| |\ \ \ | | |_|/ | |/| | docs: editorial word fix
| | * | editorial fix谭九鼎2020-10-021-1/+1
| | |/
| * | ✨Make the default implicit role autofind targetsSviatoslav Sydorenko2020-10-163-8/+7
| | |
| * | 📝 Recover interdoc links & correct broken syntaxSviatoslav Sydorenko2020-10-1613-56/+85
| |/
* | 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-2314-0/+0
|
* Merge branch 'master' into feature/2093-docs-revampfeature/2093-docs-revampJason R. Coombs2020-09-231-6/+6
|
* Merge commit '52c394c' into feature/2093-docs-revampJason R. Coombs2020-09-231-2/+2
|
* Merge commit 'd6bcf5e' into feature/2093-docs-revampJason R. Coombs2020-09-231-2/+8
|
* Merge pull request #2157 from alvyjudy/dependencyJason R. Coombs2020-08-151-129/+186
|\ | | | | step 7 on 2093: dependency management guide ready
| * docs: rephrased the introduction for optional dependenciesalvy2020-07-291-5/+9
| | | | | | note the use case for tests and docs functions and that "test_require" is deprecated, shorten description of the example
| * docs: remove note on "require" functionalityalvy2020-07-291-6/+0
| |
| * docs: remove mentioning of multiversion installalvy2020-07-291-3/+1
| |
| * docs: give python requirement a dedicated sectionalvy2020-07-291-8/+9
| |
| * docs: reference PEP440 for versions specifiersalvy2020-07-291-2/+3
| |
| * docs: remove editorial message and lengthy description of dependency typealvy2020-07-291-4/+2
| |
| * docs: restored notes on "require()" functionalvyjudy2020-05-281-0/+6
| |
| * docs: more finetuning on dependency guidealvyjudy2020-05-281-60/+68
| |
| * docs: editing user guide on dependency managementalvyjudy2020-05-281-90/+137
| |
* | Correct some of the behaviors indicated in new entry points docs. Switch to ↵Jason R. Coombs2020-06-151-140/+94
| | | | | | | | imperative voice. Limit to declarative config (setup.cfg) examples.
* | docs: fixed mistaken explanationalvyjudy2020-05-281-2/+2
| |
* | docs: guide on entry point completedalvyjudy2020-05-281-63/+118
| | | | | | | | | | | | | | Coverage 1. console_script 2. plugin support 3. optional dependencies
* | docs: update entry point userguidealvyjudy2020-05-281-13/+19
| |
* | docs: detail userguide for entry point WIPalvyjudy2020-05-281-47/+71
|/
* Mention that `namespace_packages` is omitted.Jason R. Coombs2020-05-271-1/+2
|
* docs: cover pkgutil style namespace pkgalvyjudy2020-05-261-8/+33
|
* docs: detail pkg discover guide and namespace pkgalvyjudy2020-05-261-105/+105
| | | | | | userguide/pkg_discovery.txt now covers find_package, find_namespace package and legacy use of namespace package creation in both setup.py and setup.cfg style
* docs: WIP detailed guide on pkg discoveryalvyjudy2020-05-261-38/+63
|
* docs: add dev mode section in quickstartalvyjudy2020-05-251-0/+20
|