summaryrefslogtreecommitdiff
path: root/docs/documentation.rst
Commit message (Collapse)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-2/+2
|
* clarify where arguments should be documented and add examplesmattsb422019-08-011-4/+48
|
* Add ability to truncate help text in docstrings.Robert Pooley2018-08-151-0/+34
| | | | | | | | | | I use docstrings in all of my functions to document function arguments so it makes me sad that I couldn't exclude :param: and other tags from my command help texts. Here I am introducing the ability for Click to truncate help text in docstrings using the \f form feed escaped character. I chose it randomly.
* Clarification on how parameters are namedDoug Harris2018-05-151-0/+1
|
* Capitalized instances of Click (addressing #128)Kevin Yap2014-06-141-3/+3
|
* Minor documentation fixesKevin Yap2014-06-051-10/+11
|
* defaults -> settingsArmin Ronacher2014-06-051-2/+2
|
* Added an example for help parameter customization.Armin Ronacher2014-06-051-0/+33
|
* Documentation fixesKevin Yap2014-06-011-2/+2
|
* More documentation fixesKevin Yap2014-05-301-15/+15
|
* Docs: minor fixesJulen Ruiz Aizpuru2014-05-071-2/+2
|
* Added support for explicit terminal widths and disabling of rewrappingArmin Ronacher2014-05-061-0/+40
|
* Implemented and exposed click.echoArmin Ronacher2014-04-291-2/+2
|
* More automated docsArmin Ronacher2014-04-261-28/+18
|
* Initial commitArmin Ronacher2014-04-241-0/+98