Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/contents.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ different scenarios.

scenarios/client
scenarios/web
scenarios/scrape
scenarios/cli
scenarios/gui
scenarios/db
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python-related news.
`/r/python <http://reddit.com/r/python>`_

Pycoder's Weekly
~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~

Pycoder's Weekly is a free weekly python newsletter for Python developers
by Python developers (Project, Articles, News, and Jobs).
Expand Down
4 changes: 2 additions & 2 deletions docs/scenarios/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ and functionality and can thus not be considered lightweight. On the other
hand, it does not provide all the functionality Django does. Instead Pyramid
brings basic support for most regular tasks and provides a great deal of
extensibility. Additionally, Pyramid has a huge focus on complete
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_. As
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`__. As
a little extra it comes with the Werkzeug Debugger which allows you to debug a
running web application in the browser.

**Support** can also be found in the
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`_.
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`__.


Web Servers
Expand Down