Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | organize changelog | David Lord | 2018-09-10 | 1 | -2/+2 |
* | Merge branch '6.x' | David Lord | 2018-09-07 | 2 | -6/+5 |
|\ | |||||
| * | fix doc link6.x | David Lord | 2018-09-07 | 1 | -2/+2 |
| * | Merge branch '5.x' into 6.x | David Lord | 2018-09-07 | 14 | -754/+84 |
| |\ | |||||
| | * | Merge branch '4.x' into 5.x5.x | David Lord | 2018-09-07 | 14 | -754/+84 |
| | |\ | |||||
| | | * | Merge branch '3.x' into 4.x4.x | David Lord | 2018-09-07 | 20 | -1269/+84 |
| | | |\ | |||||
| | | | * | Merge branch '2.x' into 3.x3.x | David Lord | 2018-09-07 | 19 | -1246/+82 |
| | | | |\ | |||||
| | | | | * | Merge branch '1.x' into 2.x2.x | David Lord | 2018-09-07 | 19 | -1246/+82 |
| | | | | |\ | |||||
| | | | | | * | use pallets-sphinx-themes1.x | David Lord | 2018-09-07 | 17 | -1239/+82 |
| | | | * | | | use os.name rather than os.uname()[0] so documentation builds on windows | Philip Miller | 2014-10-02 | 1 | -3/+3 |
* | | | | | | | use pallets-sphinx-themes | David Lord | 2018-08-28 | 15 | -767/+77 |
* | | | | | | | Merge pull request #1091 from sirosen/truncate-help | David Lord | 2018-08-27 | 1 | -0/+34 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add ability to truncate help text in docstrings. | Robert Pooley | 2018-08-15 | 1 | -0/+34 |
* | | | | | | | | Merge pull request #1055 from ZenithDK/patch-1 | Dan Sully | 2018-08-27 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update commit with review changes | Lasse Bigum | 2018-08-27 | 1 | -1/+1 |
| * | | | | | | | | Document automatic lowercasing of parameter names | Lasse Bigum | 2018-06-27 | 1 | -0/+3 |
* | | | | | | | | | Make example work with setup tools entry points | Kaushik Ghose | 2018-08-16 | 1 | -0/+4 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Document extra keyword arguments to .invoke() | Simon Willison | 2018-08-04 | 1 | -0/+5 |
* | | | | | | | | Follow PEP8 recommendation for param naming (#1073) | Renne Rocha | 2018-07-18 | 1 | -3/+3 |
* | | | | | | | | Clarify documentation for complex.rst - Ensuring Object Creation | Brandon Black | 2018-07-15 | 1 | -2/+3 |
|/ / / / / / / | |||||
* | | | | | | | Fixes issue #514 | Robert Graham | 2018-05-18 | 1 | -1/+10 |
* | | | | | | | support descriptions for zsh completions | Nicholas Wiles | 2018-05-18 | 1 | -4/+30 |
* | | | | | | | Fix issue #725 | Daw-Ran Liou | 2018-05-16 | 2 | -0/+24 |
* | | | | | | | Documenting how `auto_envvar_prefix` works with command groups | Doug Harris | 2018-05-15 | 1 | -0/+27 |
* | | | | | | | Enable native completion for zsh | Nicholas Wiles | 2018-05-15 | 1 | -10/+9 |
* | | | | | | | Merge pull request #1009 from dougharris/parameter-949 | Dan Sully | 2018-05-15 | 3 | -12/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Clarification on how parameters are named | Doug Harris | 2018-05-15 | 3 | -12/+21 |
* | | | | | | | | Fixes documentation issue #334 | Robert Graham | 2018-05-15 | 2 | -2/+5 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #883 from jacobtolar/doc-cleanup | Zachery Bir | 2018-05-15 | 2 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Clean up Sphinx errors. | Jacob Tolar | 2017-10-28 | 2 | -3/+3 |
* | | | | | | | | Clarified how/what Click supports for command line options | Doug Harris | 2018-05-15 | 1 | -1/+1 |
* | | | | | | | | Better handling of help text for dynamic default option values | Doug Harris | 2018-05-15 | 1 | -0/+28 |
* | | | | | | | | Merge pull request #991 from dawran6/docs-#975 | Dan Sully | 2018-05-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Support Sphinx 1.7+ | Daw-Ran Liou | 2018-05-14 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #684 from didicout/master | Dan Sully | 2018-05-14 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | fix code wrapper | Ju Lin | 2016-11-15 | 1 | -1/+1 |
| * | | | | | | | | another way to realize Option-Like Arguments | Ju Lin | 2016-11-15 | 1 | -0/+18 |
* | | | | | | | | | Merge pull request #889 from stefreak/master | Dan Sully | 2018-05-14 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Implement streaming pager. Fixes #409 | Steffen Neubauer | 2018-04-04 | 1 | -0/+11 |
* | | | | | | | | | | Add Py2/3 unicode / str compat for documentation tools. | Dan Sully | 2018-05-14 | 1 | -1/+8 |
* | | | | | | | | | | Merge pull request #963 from lamby/895270-python-click-please-make-the-build-... | David Lord | 2018-05-14 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Make the build reproducible | Chris Lamb | 2018-04-09 | 2 | -3/+3 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #835 from vivekanand1101/patch-1 | David Lord | 2018-05-14 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | docs/complex: fix typo | Vivek Anand | 2017-07-24 | 1 | -4/+4 |
* | | | | | | | | | | | Change pypi.python.org urls to pypi.org | Ahmed Et-tanany | 2018-05-10 | 2 | -2/+2 |
* | | | | | | | | | | | Drop testing for 2.6 and 3.3. Add 3.6. | Hsiaoming Yang | 2018-04-20 | 1 | -1/+1 |
| |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | fix typo reassmebled => reassembled (#884) | jacobtolar | 2018-03-31 | 1 | -1/+1 |
* | | | | | | | | | | Improve docs for Choice type (addresses issue #892) (#900) | Stefan Scherfke | 2018-03-31 | 1 | -0/+5 |
* | | | | | | | | | | Fix typo (synching -> syncing) | mholtzscher | 2018-02-09 | 1 | -1/+1 |
* | | | | | | | | | | Prefer readthedocs.io instead of readthedocs.org for doc links | Jon Dufresne | 2018-01-07 | 1 | -1/+1 |
| |_|/ / / / / / / |/| | | | | | | | |