aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide/quickstart.txt
Commit message (Collapse)AuthorAgeFilesLines
* docs: add dev mode section in quickstartalvyjudy2020-05-251-0/+20
|
* docs: proper invocation of pep517alvyjudy2020-05-251-1/+1
| | | | | before: pep517 build (incorrect) now: python -m pep517.build (correct)
* docs: update quickstartalvyjudy2020-05-251-12/+32
| | | | added a few sections (WIP) to make it more complete
* docs: update quickstartalvyjudy2020-05-251-47/+12
| | | | | | | | | | | | | | It is now declarative and covers the following aspects of packaging: - installation - basic use - package discovery - entry points - dependencies - data files Each section comprises a brief demonstration of the functionality and provide a link to more advanced explanation
* docs: changed some mistaken explanation in quickstalvyjudy2020-05-251-53/+44
|
* docs: made quickstart pkg section declarativealvyjudy2020-05-201-12/+17
| | | | WIP
* docs: WIP update quickstart guidealvyjudy2020-05-181-56/+53
| | | | to make it pep517-compatible and declarative
* docs: udpate quickstart to match ref filealvyjudy2020-05-141-3/+1
|
* docs: udpate title of quickstartalvyjudy2020-05-141-4/+8
|
* docs: merge function walkthrough into quickstartalvyjudy2020-05-141-0/+131
|
* docs: removed unnecessary transition paragraphalvyjudy2020-05-131-3/+1
| | | | so that the quickstart is cleaner for now. Might add more text later
* docs: migrated section for versioningalvyjudy2020-05-131-84/+0
| | | | from quickstart.txt to functionalities.txt
* docs: migrate basic use to quickstartalvyjudy2020-05-111-0/+165
Did a cut and paste from setuptoo.txt to userguide/quickstart.txt