summaryrefslogtreecommitdiff
path: root/docs/complex.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-04-25 00:11:18 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-04-25 00:11:18 +0200
commitbe0325714d038b5fd2da892bae422c865d97d987 (patch)
treed73533762ba855290dffb07f900e6967e317b747 /docs/complex.rst
parent58a16f161390be5fe2338ee22d8c179f5a0725fa (diff)
downloadclick-be0325714d038b5fd2da892bae422c865d97d987.tar.gz
Changed headline style
Diffstat (limited to 'docs/complex.rst')
-rw-r--r--docs/complex.rst4
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