diff options
| author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-04-25 00:11:18 +0200 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-04-25 00:11:18 +0200 |
| commit | be0325714d038b5fd2da892bae422c865d97d987 (patch) | |
| tree | d73533762ba855290dffb07f900e6967e317b747 /docs/complex.rst | |
| parent | 58a16f161390be5fe2338ee22d8c179f5a0725fa (diff) | |
| download | click-be0325714d038b5fd2da892bae422c865d97d987.tar.gz | |
Changed headline style
Diffstat (limited to 'docs/complex.rst')
| -rw-r--r-- | docs/complex.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/complex.rst b/docs/complex.rst index 5621649..1af3fb5 100644 --- a/docs/complex.rst +++ b/docs/complex.rst @@ -24,7 +24,7 @@ To understand how this works you need to understand two concepts: contexts and the calling convention. Contexts --------- +```````` Whenever a Click command is executed a :class:`Context` object is created which holds state for this particular invocation. For instance it @@ -44,7 +44,7 @@ Most of the time you don't see the context object, but when writing more complex applications it comes in handy. This brings is to the next point Calling Convention ------------------- +`````````````````` When a Click command callback is executed it's passed all the non hidden parameters as keyword arguments. Notably absent is the context. However |
