Skip to content

Commit a3d3a81

Browse files
authored
Remove the explicit list of PaaS platforms
It can be misconstrued as an endorsement and we can't keep up w/ all PaaS platforms which support Python to make the list comprehensive/impartial.
1 parent 72c73ee commit a3d3a81

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

source/overview.rst

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -195,20 +195,12 @@ hood, you can always read the sections beyond.
195195
Service 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

213205
If you're developing software that will be deployed to machines you
214206
own, users' personal computers, or any other arrangement, read on.

0 commit comments

Comments
 (0)