diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index 679380d2b..7887307a7 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -48,6 +48,7 @@ different scenarios. scenarios/client scenarios/web + scenarios/scrape scenarios/cli scenarios/gui scenarios/db diff --git a/docs/intro/news.rst b/docs/intro/news.rst index 0c8f74712..74a5b44ab 100644 --- a/docs/intro/news.rst +++ b/docs/intro/news.rst @@ -17,7 +17,7 @@ Python-related news. `/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). diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 4754ccb20..1520b4bbc 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -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 `_. As +`documentation `__. 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 `_. +`documentation `__. Web Servers