summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* organize changelogDavid Lord2018-09-101-2/+2
* Merge branch '6.x'David Lord2018-09-072-6/+5
|\
| * fix doc link6.xDavid Lord2018-09-071-2/+2
| * Merge branch '5.x' into 6.xDavid Lord2018-09-0714-754/+84
| |\
| | * Merge branch '4.x' into 5.x5.xDavid Lord2018-09-0714-754/+84
| | |\
| | | * Merge branch '3.x' into 4.x4.xDavid Lord2018-09-0720-1269/+84
| | | |\
| | | | * Merge branch '2.x' into 3.x3.xDavid Lord2018-09-0719-1246/+82
| | | | |\
| | | | | * Merge branch '1.x' into 2.x2.xDavid Lord2018-09-0719-1246/+82
| | | | | |\
| | | | | | * use pallets-sphinx-themes1.xDavid Lord2018-09-0717-1239/+82
| | | | * | | use os.name rather than os.uname()[0] so documentation builds on windowsPhilip Miller2014-10-021-3/+3
* | | | | | | use pallets-sphinx-themesDavid Lord2018-08-2815-767/+77
* | | | | | | Merge pull request #1091 from sirosen/truncate-helpDavid Lord2018-08-271-0/+34
|\ \ \ \ \ \ \
| * | | | | | | Add ability to truncate help text in docstrings.Robert Pooley2018-08-151-0/+34
* | | | | | | | Merge pull request #1055 from ZenithDK/patch-1Dan Sully2018-08-271-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Update commit with review changesLasse Bigum2018-08-271-1/+1
| * | | | | | | | Document automatic lowercasing of parameter namesLasse Bigum2018-06-271-0/+3
* | | | | | | | | Make example work with setup tools entry pointsKaushik Ghose2018-08-161-0/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Document extra keyword arguments to .invoke()Simon Willison2018-08-041-0/+5
* | | | | | | | Follow PEP8 recommendation for param naming (#1073)Renne Rocha2018-07-181-3/+3
* | | | | | | | Clarify documentation for complex.rst - Ensuring Object CreationBrandon Black2018-07-151-2/+3
|/ / / / / / /
* | | | | | | Fixes issue #514Robert Graham2018-05-181-1/+10
* | | | | | | support descriptions for zsh completionsNicholas Wiles2018-05-181-4/+30
* | | | | | | Fix issue #725Daw-Ran Liou2018-05-162-0/+24
* | | | | | | Documenting how `auto_envvar_prefix` works with command groupsDoug Harris2018-05-151-0/+27
* | | | | | | Enable native completion for zshNicholas Wiles2018-05-151-10/+9
* | | | | | | Merge pull request #1009 from dougharris/parameter-949Dan Sully2018-05-153-12/+21
|\ \ \ \ \ \ \
| * | | | | | | Clarification on how parameters are namedDoug Harris2018-05-153-12/+21
* | | | | | | | Fixes documentation issue #334Robert Graham2018-05-152-2/+5
|/ / / / / / /
* | | | | | | Merge pull request #883 from jacobtolar/doc-cleanupZachery Bir2018-05-152-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Clean up Sphinx errors.Jacob Tolar2017-10-282-3/+3
* | | | | | | | Clarified how/what Click supports for command line optionsDoug Harris2018-05-151-1/+1
* | | | | | | | Better handling of help text for dynamic default option valuesDoug Harris2018-05-151-0/+28
* | | | | | | | Merge pull request #991 from dawran6/docs-#975Dan Sully2018-05-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Support Sphinx 1.7+Daw-Ran Liou2018-05-141-1/+1
* | | | | | | | | Merge pull request #684 from didicout/masterDan Sully2018-05-141-0/+18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix code wrapperJu Lin2016-11-151-1/+1
| * | | | | | | | another way to realize Option-Like ArgumentsJu Lin2016-11-151-0/+18
* | | | | | | | | Merge pull request #889 from stefreak/masterDan Sully2018-05-141-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement streaming pager. Fixes #409Steffen Neubauer2018-04-041-0/+11
* | | | | | | | | | Add Py2/3 unicode / str compat for documentation tools.Dan Sully2018-05-141-1/+8
* | | | | | | | | | Merge pull request #963 from lamby/895270-python-click-please-make-the-build-...David Lord2018-05-142-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make the build reproducibleChris Lamb2018-04-092-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #835 from vivekanand1101/patch-1David Lord2018-05-141-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | docs/complex: fix typoVivek Anand2017-07-241-4/+4
* | | | | | | | | | | Change pypi.python.org urls to pypi.orgAhmed Et-tanany2018-05-102-2/+2
* | | | | | | | | | | Drop testing for 2.6 and 3.3. Add 3.6.Hsiaoming Yang2018-04-201-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | fix typo reassmebled => reassembled (#884)jacobtolar2018-03-311-1/+1
* | | | | | | | | | Improve docs for Choice type (addresses issue #892) (#900)Stefan Scherfke2018-03-311-0/+5
* | | | | | | | | | Fix typo (synching -> syncing)mholtzscher2018-02-091-1/+1
* | | | | | | | | | Prefer readthedocs.io instead of readthedocs.org for doc linksJon Dufresne2018-01-071-1/+1
| |_|/ / / / / / / |/| | | | | | | |