summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Add documentation for click-contribMarkus Unterwaditzer2015-08-162-0/+26
* | | | | Correct typoDominic R. May2015-08-121-1/+1
* | | | | Remove shipped themeArmin Ronacher2015-08-077-517/+2
* | | | | Revert "use source command to activate virtualenv"Armin Ronacher2015-08-061-1/+1
* | | | | use source command to activate virtualenvPavlos Ratis2015-08-051-1/+1
* | | | | Added link to example github issue.Armin Ronacher2015-08-041-1/+3
* | | | | Warn about the use of unicode_literalsArmin Ronacher2015-08-041-0/+21
* | | | | Change some it's to its.Gordon Fierce2015-07-211-3/+3
* | | | | Documented the use of get_current_contextArmin Ronacher2015-07-152-0/+41
* | | | | Add note about subcommands testing. Closes #377Alexander Pyatkin2015-07-141-0/+23
* | | | | Update setuptools.rst: fix typolord632015-06-261-1/+1
* | | | | minor grammar fixesNicholas Chammas2015-04-251-3/+3
* | | | | Document use of a callable for the default value of an optionPaul Moore2015-04-081-0/+21
|/ / / /
* | | | Automatically set the date in the docsArmin Ronacher2015-03-311-1/+2
* | | | Fixed broken docs.Armin Ronacher2015-03-311-3/+3
* | | | Added support for tuple types. This fixes #239Armin Ronacher2015-03-312-0/+38
* | | | Don't use uname in examples. This fixes #268Armin Ronacher2015-03-311-3/+3
* | | | Fix some typosMarkus Unterwaditzer2015-03-311-1/+1
* | | | Added support for manually advancing progressbars.Armin Ronacher2015-03-311-0/+11
* | | | Merge pull request #250 from yuvallanger/minor_typosArmin Ronacher2015-03-311-1/+1
|\ \ \ \
| * | | | Minor typo correctionYuval Langer2014-11-151-1/+1
* | | | | Merge pull request #247 from homeworkprod/patch-1Armin Ronacher2015-03-311-9/+9
|\ \ \ \ \
| * | | | | A few documentation fixes.Jochen Kupperschmidt2014-11-131-9/+9
| |/ / / /
* | | | | Merge pull request #242 from jaymartin7/patch-1Armin Ronacher2015-03-311-0/+2
|\ \ \ \ \
| * | | | | added init files to setuptools.rst exampleJay Martin2014-10-311-0/+2
| |/ / / /
* | | | | Merge pull request #306 from bionikspoon/patch-2Markus Unterwaditzer2015-03-071-1/+1
|\ \ \ \ \
| * | | | | docs typo ouy vs youManu2015-03-061-1/+1
* | | | | | Incorrect code example. open with 'write' flagManu2015-03-071-1/+1
|/ / / / /
* | | | | Added --version cross referenceArmin Ronacher2015-02-151-0/+4
* | | | | Merge pull request #291 from jhermann/patch-2Markus Unterwaditzer2015-02-051-1/+1
|\ \ \ \ \
| * | | | | s/with_context/pass_context/Jürgen Hermann2015-02-051-1/+1
* | | | | | Too much context going around… ;)Jürgen Hermann2015-02-051-1/+1
|/ / / / /
* | | | | Fix erroneous region code on python3 doc pageMrTact2014-12-011-1/+1
|/ / / /
* | | | Arguments that are like optionsRyan Hiebert2014-09-121-1/+1
* | | | Added example on ignoring of unknown options.Armin Ronacher2014-09-092-2/+117
* | | | Added missing new types to the docs.Armin Ronacher2014-09-091-0/+6
* | | | Correct project name in quickstart.rstCarol Willing2014-08-221-1/+1
* | | | Merge branch '3.x-maintenance'Armin Ronacher2014-08-222-9/+36
|\ \ \ \ | |/ / /
| * | | Fixed a doc example.Armin Ronacher2014-08-221-6/+5
| * | | Fixed `invoked_subcommand`.Armin Ronacher2014-08-222-3/+31
* | | | Added some docs on return values from commandsArmin Ronacher2014-08-141-0/+49
|/ / /
* | | Handle defaults for context invoke. This fixes #201Armin Ronacher2014-08-141-0/+28
* | | Rewrote the setuptools documentation.Armin Ronacher2014-08-124-38/+203
* | | Added open_file to api docs.Armin Ronacher2014-08-121-0/+2