@@ -195,20 +195,12 @@ hood, you can always read the sections beyond.
195195Service platforms
196196*****************
197197
198- If you're developing for a "Platform-as-a-Service" or "PaaS" like
199- Heroku or Google App Engine, you are going to want to follow their
200- respective packaging guides.
201-
202- * `Heroku <https://devcenter.heroku.com/articles/getting-started-with-python >`_
203- * `Google App Engine <https://cloud.google.com/appengine/docs/python/ >`_
204- * `PythonAnywhere <https://www.pythonanywhere.com/ >`_
205- * `OpenShift <https://blog.openshift.com/getting-started-python/ >`_
206- * "Serverless" frameworks like :gh: `Zappa <zappa/Zappa> `
207-
208- In all these setups, the platform takes care of packaging and
209- deployment, as long as you follow their patterns. Most software does
210- not fit one of these templates, hence the existence of all the other
211- options below.
198+ If you're developing for a
199+ "`Platform-as-a-Service <https://en.wikipedia.org/wiki/Platform_as_a_service >`_"
200+ or "PaaS", you are going to want to follow their respective packaging
201+ guides. These types of platforms take care of packaging and deployment,
202+ as long as you follow their patterns. Most software does not fit one of
203+ these templates, hence the existence of all the other options below.
212204
213205If you're developing software that will be deployed to machines you
214206own, users' personal computers, or any other arrangement, read on.
0 commit comments