summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into feature/distutils-docsfeature/distutils-docsJason R. Coombs2021-04-2513-283/+323
|\
| * Small changesMarc Mueller2021-04-031-1/+0
| |
| * Add documentation + changelog entriesMarc Mueller2021-04-032-1/+13
| |
| * Merge pull request #2626 from Yhg1s/patch-1Jason R. Coombs2021-04-031-1/+1
| |\ | | | | | | Fix typo in setup.py example in quickstart guide.
| | * Update quickstart.rstT. Wouters2021-03-291-1/+1
| | |
| | * Fix typo in setup.py example in quickstart guide.T. Wouters2021-03-291-1/+1
| | |
| * | Merge pull request #2623 from Zedeldi/patch-1Jason R. Coombs2021-04-031-4/+4
| |\ \ | | | | | | | | Update dependency_management.rst
| | * | Update dependency_management.rstZack Didcott2021-03-291-4/+4
| | |/ | | | | | | Fix spelling and grammar
| * | Officially declare pkg_resources as deprecated. Closes #2531.Jason R. Coombs2021-04-031-0/+7
| | |
| * | Section for 'find' and 'find_namespace' options is 'options.packages.find'. ↵Jason R. Coombs2021-03-301-1/+1
| |/ | | | | | | Fixes #2406.
| * Reset RTD config to match skeleton and rely on package metadata for docs ↵Jason R. Coombs2021-03-271-8/+0
| | | | | | | | build requirements.
| * Pin to upstream main branch for sphinx-inline-tabs. Workaround for #2614.Jason R. Coombs2021-03-271-1/+1
| |
| * Merge pull request #2584 from amy-lei/tabbed-codeJason R. Coombs2021-03-055-160/+227
| |\ | | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg
| | * Extend extensions later in the file. Fixes flake8 failure and isolates the ↵Jason R. Coombs2021-03-051-1/+4
| | | | | | | | | | | | (sole) change from other concerns.
| | * Replace adjacent code blocks with tabbed containersAmy2021-02-283-160/+223
| | |
| | * Add sphinx-inline-tabs extensionAmy2021-02-282-1/+2
| | |
| * | Term is builder.Jason R. Coombs2021-02-281-2/+2
| | |
| * | Merge pull request #2552 from hexagonrecursion/patch-1Jason R. Coombs2021-02-282-4/+7
| |\ \ | | | | | | | | quickstart: recommend PyPA build instead of pep517.build
| | * | quickstart: recommend PyPA build instead of pep517.buildAndrey Bienkowski2021-02-092-4/+7
| | |/ | | | | | | | | | see https://github.com/pypa/pep517/issues/91
| * | Merge pull request #2561 from pwoolvett/fix/2553Jason R. Coombs2021-02-251-0/+13
| |\ \ | | | | | | | | docs(userguide): Marker example for extras_require
| | * | docs(userguide): Marker example for extras_requirePablo Woolvett2021-02-041-0/+13
| | |/ | | | | | | | | | Signed-off-by: Pablo Woolvett <pablowoolvett@gmail.com>
| * | Add ini to display code block in docThea2021-02-241-1/+1
| | |
| * | Reference index in the userguide directoryThea2021-02-201-1/+1
| | |
| * | Include link to new developer guide in the old oneThea2021-02-201-1/+1
| |/
| * Remove bootstrap from docs buildJason R. Coombs2021-01-191-16/+0
| |
| * Merge pull request #2506 from xdhmoore/patch-1Jason R. Coombs2021-01-161-3/+3
| |\ | | | | | | Clarify Development Mode first paragraph
| | * Clarify Development Mode first paragraphDaniel Moore2020-12-231-3/+3
| | |
| * | Merge pull request #2507 from drewrisinger/patch-1Jason R. Coombs2021-01-161-1/+1
| |\ \ | | | | | | | | docs (build_meta): fix spelling mistake
| | * | docs (build_meta): fix spelling mistakeDrew2020-12-251-1/+1
| | |/
| * | Merge pull request #2519 from henryiii/patch-2Jason R. Coombs2021-01-081-1/+1
| |\ \ | | | | | | | | fix: suggest PyPA build instead of pep517.build
| | * | fix: suggest PyPA build instead of pep517.buildHenry Schreiner2021-01-011-1/+1
| | | |
| * | | fix typoYuanPei Li2021-01-081-1/+1
| |/ / | | | | | | Fix a difference between the name of function definition and calling.
| * | Replace incorrect statement about triggering installation of dependencies to ↵Jason R. Coombs2020-12-281-4/+8
| |/ | | | | | | indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471.
| * docs: recommend pypa buildHenry Schreiner2020-12-221-8/+5
| |
| * Merge https://github.com/jaraco/tidelift into mainJason R. Coombs2020-12-202-0/+11
| |\
| | * Rebrand to 'For Enterprise'Jason R. Coombs2019-11-301-2/+2
| | |
| | * List sidebars to avoid errors looking for template 't'Jason R. Coombs2019-09-091-1/+1
| | |
| | * Rely on alabaster theme to support sidebar rendering.Jason R. Coombs2019-01-261-0/+1
| | |
| | * Add Tidelift templateJason R. Coombs2019-01-262-0/+10
| |
| * Merge pull request #2486 from pypa/feature/skeletonJason R. Coombs2020-12-201-72/+21
| |\ | | | | | | Adopt jaraco/skeleton
| | * Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-121-72/+21
| | |\
| | | * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-083-0/+56
| | |
| * | typoMatt Deitke2020-12-131-1/+1
| |/
| * Merge pull request #2468 from wimglenn/patch-1Jason R. Coombs2020-12-061-2/+1
| |\ | | | | | | fix broken link to entry-points details
| | * Update docs/pkg_resources.rstwim glenn2020-12-051-2/+1
| | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| | * fix broken link to entry-points detailswim glenn2020-12-041-1/+1
| | |
| * | 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.