summaryrefslogtreecommitdiff
path: root/docs/userguide
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: dedicate a file for miscel functionalitiesalvyjudy2020-05-141-1297/+0
| | | | | these should be properly grouped but for now I'm just leaving them here
* docs: dedicate a file for extending setuptoolsalvyjudy2020-05-141-0/+235
|
* docs: dedicate a file for distribution guidealvyjudy2020-05-141-0/+240
|
* docs: dedicate a file for datafiles supportalvyjudy2020-05-141-0/+174
|
* docs: update index to match filenamealvyjudy2020-05-141-1/+1
|
* docs: dedicate a file for development modealvyjudy2020-05-141-0/+60
|
* docs: udpate quickstart to match ref filealvyjudy2020-05-141-3/+1
|
* docs: dedicate a file for dependency managementalvyjudy2020-05-141-0/+255
|
* docs: update userguide index to match filenamealvyjudy2020-05-141-2/+2
|
* docs: dedicate a file for entry pointsalvyjudy2020-05-141-0/+115
|
* docs: udpate package_discovery.txtalvyjudy2020-05-141-5/+17
|
* docs: dedicate file for package discoveryalvyjudy2020-05-141-0/+169
|
* docs: udpate title of quickstartalvyjudy2020-05-141-4/+8
|
* docs: update userguide indexalvyjudy2020-05-141-5/+11
|
* docs: merge function walkthrough into quickstartalvyjudy2020-05-142-131/+131
|
* docs: put the remaining functionalities into miscealvyjudy2020-05-141-0/+0
| | | | | those that don't need to put into a dedicated file are now inside the miscellaneous.txt
* docs: update functionalities.txtalvyjudy2020-05-141-32/+29
| | | | outline is completed, now to fill the donut holes
* docs: WIP rewrite functionalitiesalvyjudy2020-05-141-0/+143
| | | | | | such that each section is comprised of a quick intro and example that illustrate the use of that functionality and provide a link to a more detailed explanation.
* docs: migrated sectionalvyjudy2020-05-131-32/+0
| | | | egg-secutable section moved from userguide/functionalities to deprecated/functionalities
* 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-132-85/+86
| | | | from quickstart.txt to functionalities.txt
* docs: add entry to userguide indexalvyjudy2020-05-111-0/+1
|
* docs: migrate declarative config to separate filealvyjudy2020-05-111-0/+240
| | | | cut and paste from setuptools.txt
* docs: add functionality entry in userguide indexalvyjudy2020-05-111-1/+2
|
* docs: migrate functionality info to separate filealvyjudy2020-05-111-0/+1338
| | | | cut-and-paste from setuptools.txt
* docs: migrate commands ref to commands.txtalvyjudy2020-05-111-0/+566
|
* docs: add commands ref entry in userguide indexalvyjudy2020-05-111-1/+2
|
* docs: migrated keywords ref to keywords.txtalvyjudy2020-05-111-0/+175
| | | | Did a cut and paste from setuptools.txt
* docs: migrate basic use to quickstartalvyjudy2020-05-111-0/+165
| | | | Did a cut and paste from setuptoo.txt to userguide/quickstart.txt
* docs: update userguide indexalvyjudy2020-05-111-0/+17
|
* docs: created folder and index for userguidealvyjudy2020-05-111-0/+0