Skip to content

Commit a41f106

Browse files
committed
Update examples
1 parent 48cb8f4 commit a41f106

36 files changed

Lines changed: 7 additions & 73 deletions

docs/quickstart.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,26 +116,26 @@ Flask
116116

117117
index.wsgi
118118

119-
.. literalinclude:: ../examples/pythondemo/2/index.wsgi
119+
.. literalinclude:: ../examples/flask/index.wsgi
120120

121121
myapp.py
122122

123-
.. literalinclude:: ../examples/pythondemo/2/myapp.py
123+
.. literalinclude:: ../examples/flask/myapp.py
124124

125125

126126
Bottle
127127
~~~~~~~~~~
128128

129129
index.wsgi
130130

131-
.. literalinclude:: ../examples/pythondemo/3/index.wsgi
131+
.. literalinclude:: ../examples/bottle/index.wsgi
132132

133133
web.py
134134
~~~~~~~~
135135

136136
index.wsgi
137137

138-
.. literalinclude:: ../examples/webpy/1/index.wsgi
138+
.. literalinclude:: ../examples/webpy/index.wsgi
139139

140140
Tornado
141141
~~~~~~~~~~~
@@ -144,17 +144,17 @@ Tornado
144144

145145
index.wsgi
146146

147-
.. literalinclude:: ../examples/pythondemo/4/index.wsgi
147+
.. literalinclude:: ../examples/tornado/wsgi/index.wsgi
148148

149149
**使用Torando Worker**
150150

151151
config.yaml
152152

153-
.. literalinclude:: ../examples/pythondemo/5/config.yaml
153+
.. literalinclude:: ../examples/tornado/async/config.yaml
154154

155155
index.wsgi
156156

157-
.. literalinclude:: ../examples/pythondemo/5/index.wsgi
157+
.. literalinclude:: ../examples/tornado/async/index.wsgi
158158

159159
.. note::
160160

examples/pythondemo/README

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)