Add docs for handlers, app handler
This commit is contained in:
parent
6b110e567a
commit
4a7729a702
13 changed files with 153 additions and 14 deletions
|
@ -10,8 +10,8 @@ A script is just a text file with Python code. To run it you
|
|||
generally must invoke the Python interpreter somehow and explicitly
|
||||
tell it the path to your script.
|
||||
|
||||
Note that a script is (usually) not installed as part of a package.
|
||||
They can live anywhere.
|
||||
Note that a script is (usually) not installed as part of a
|
||||
:term:`package`. They can live anywhere.
|
||||
|
||||
Below we'll walk through creating a script.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue