Skip to content

Commit 48d43a9

Browse files
committed
fix underline and duplicate explicit target
1 parent c7f1da2 commit 48d43a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/intro/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Python-related news.
1717
`/r/python <http://reddit.com/r/python>`_
1818

1919
Pycoder's Weekly
20-
~~~~~~~~~~~~~
20+
~~~~~~~~~~~~~~~~
2121

2222
Pycoder's Weekly is a free weekly python newsletter for Python developers
2323
by Python developers (Project, Articles, News, and Jobs).

docs/scenarios/web.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ and functionality and can thus not be considered lightweight. On the other
9999
hand, it does not provide all the functionality Django does. Instead Pyramid
100100
brings basic support for most regular tasks and provides a great deal of
101101
extensibility. Additionally, Pyramid has a huge focus on complete
102-
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_. As
102+
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`__. As
103103
a little extra it comes with the Werkzeug Debugger which allows you to debug a
104104
running web application in the browser.
105105

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

109109

110110
Web Servers

0 commit comments

Comments
 (0)