summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | 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-132-32/+33
| | | | | | | | | | | | | | | | | | | | | | | | 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: modify entry in top level indexalvyjudy2020-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | from pointing at setuptools.txt to userguide/index.txt
* | | | | | docs: add entry to userguide indexalvyjudy2020-05-111-0/+1
| | | | | |
* | | | | | docs: migrate declarative config to separate filealvyjudy2020-05-112-239/+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-112-1317/+1347
| | | | | | | | | | | | | | | | | | | | | | | | cut-and-paste from setuptools.txt
* | | | | | docs: migrate commands ref to commands.txtalvyjudy2020-05-112-565/+566
| | | | | |
* | | | | | docs: add commands ref entry in userguide indexalvyjudy2020-05-111-1/+2
| | | | | |
* | | | | | docs: migrated keywords ref to keywords.txtalvyjudy2020-05-112-174/+175
| | | | | | | | | | | | | | | | | | | | | | | | Did a cut and paste from setuptools.txt
* | | | | | docs: migrate basic use to quickstartalvyjudy2020-05-112-164/+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
| | | | | |
* | | | | | Merge pull request #2097 from alvyjudy/improve-docJason R. Coombs2020-05-105-8/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | doc overhaul step 1: simplify index and group deprecated files
| * | | | | docs: added index for deprecated filesalvyjudy2020-05-101-0/+19
| | | | | |
| * | | | | docs: change top index depth to onealvyjudy2020-05-101-1/+1
| | | | | |
| * | | | | doc: move python_eggs.txt to deprecated folderalvyjudy2020-05-101-0/+0
| | | | | |
| * | | | | doc: rename formats.txt as python-eggs.txtalvyjudy2020-05-101-0/+0
| | | | | |
| * | | | | doc: move easy_install file into deprecated folderalvyjudy2020-05-101-0/+0
| | | | | |
| * | | | | doc: move python 2to3 doc into deprecated folderalvyjudy2020-05-101-0/+0
| | | | | |
| * | | | | docs: reduced top index to three entriesalvyjudy2020-05-101-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The top index now points to three files: setuptools.txt (user guide), development.txt (development guide) and a WIP index file that is to summarized deprecated practice that remains relevant for backward compatibility.
* | | | | | Tweak note about setup.cfgPaul Ganssle2020-05-071-2/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | This note has gotten a bit out of date, since setup.py is no longer required.
* | | | | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-05-031-0/+89
|\ \ \ \ \
| * | | | | Apply suggestions from code reviewJason R. Coombs2020-05-031-9/+3
| | | | | |
| * | | | | Apply suggestions from code reviewJason R. Coombs2020-05-031-21/+21
| | | | | |
| * | | | | fixed some RST syntaxalvyjudy2020-03-301-2/+2
| | | | | |
| * | | | | deleted blank lines and fixed underlinealvyjudy2020-03-301-3/+2
| | | | | |
| * | | | | First draft for build_meta documentationalvyjudy2020-03-301-45/+53
| | | | | |
| * | | | | initial draft for build_meta documentationalvyjudy2020-03-291-0/+88
| | | | | |
* | | | | | change: Mac OS X -> macOSReece Dunham2020-04-112-4/+4
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Reece Dunham <me@rdil.rocks>
* | | | | Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-081-33/+7
| | | | |
* | | | | Fix broken link to Python docsYe-hyoung Kang2020-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | The broken link used to point to Python 2 docs (which has been moved). Since Python 2 has reached its end-of-life, link to Python 3 docs instead.
* | | | | Copy docs requirements to a separate file due to RTD constraints. Fixes ↵Jason R. Coombs2020-02-161-0/+4
| | | | | | | | | | | | | | | | | | | | #2001. Ref readthedocs/readthedocs.org#6662
* | | | | Merge branch 'master' into fix/1557Jason R. Coombs2020-02-1110-507/+227
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Move docs dependencies into package metadata and use same technique as ↵Jason R. Coombs2020-01-211-5/+0
| | | | | | | | | | | | | | | | | | | | jaraco/skeleton to build docs in tox and rtd.
| * | | | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-01-192-7/+3
| |\ \ \ \
| | * | | | Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵Jason R. Coombs2020-01-192-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | simplifying all of the pipelines.
| * | | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-4/+4
| | | | | |
| * | | | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-28/+11
| |/ / / /
| * | | | Uniformise quotation marksGéry Ogam2020-01-151-52/+52
| | | | |
| * | | | Remove the python command from setup.py callsGéry Ogam2020-01-151-7/+7
| | | | |
| * | | | Fix typosGéry Ogam2020-01-131-2/+2
| |/ / /
| * | | Merge pull request #1954 from gpotter2/patch-2Jason R. Coombs2020-01-111-2/+2
| |\ \ \ | | | | | | | | | | Fix dead link
| | * | | Update setuptools.txtGabriel2020-01-021-2/+2
| | | | |
| * | | | Fix TestPyPI upload URIDustin Ingram2020-01-061-1/+1
| |/ / /
| * | | Merge pull request #1908 from benoit-pierre/drop_py34_supportJason R. Coombs2020-01-011-1/+1
| |\ \ \ | | | | | | | | | | drop support for Python 3.4
| | * | | drop support for Python 3.4Benoit Pierre2019-11-151-1/+1
| | | | |
| * | | | Update setuptools.txtGéry Ogam2019-12-121-6/+6
| | | | |