Skip to content

Commit 9f7d38e

Browse files
committed
Merge pull request #615 from markvl/fix_warnings
Fix a couple of rst warnings
2 parents d608c4c + 36faecc commit 9f7d38e

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

docs/intro/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ no previous programming experience.
140140

141141

142142
Learn to Program in Python with Codeacademy
143-
~~~~~~~~~~~~~~~~~~~~
143+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144144

145145
A Codeacademy course for the absolute Python beginner. This free and interactive course provides and teaches the basics (and beyond) of Python programming whilst testing the user's knowledge in between progress.
146146

docs/intro/news.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Python News is the news section in the official Python web site
4141
`Python News <http://www.python.org/news/>`_
4242

4343
Import Python Weekly
44-
~~~~~~~~~~~~~~~~
44+
~~~~~~~~~~~~~~~~~~~~
4545

4646
Weekly Python Newsletter containing Python Articles, Projects, Videos, Tweets
4747
delivered in your inbox. Keep Your Python Programming Skills Updated.

docs/scenarios/gui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and the mailing list https://groups.google.com/forum/#!forum/project-camelot
1515

1616
Cocoa
1717
-----
18-
.. note:: The Cocoa framework is only available on OS X. Don't pick this if you're writing a cross-platform application!
18+
.. note:: The Cocoa framework is only available on OS X. Don't pick this if you're writing a cross-platform application!
1919

2020
GTk
2121
---

docs/scenarios/imaging.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Installation
2020
~~~~~~~~~~~~
2121

2222
Before installing Pillow, you'll have to install Pillow's prerequisites. Find
23-
the instructions for your platform
24-
`here <https://pillow.readthedocs.org/en/3.0.0/installation.html>`_.
23+
the instructions for your platform in the
24+
`Pillow installation instructions <https://pillow.readthedocs.org/en/3.0.0/installation.html>`_.
2525

2626
After that, it's straightforward:
2727

@@ -53,7 +53,5 @@ Example
5353
exif_data = im._getexif()
5454
exif_data
5555
56-
There are more examples of the Pillow library
57-
`here <http://pillow.readthedocs.org/en/3.0.x/handbook/tutorial.html>`_.
58-
59-
56+
There are more examples of the Pillow library in the
57+
`Pillow tutorial <http://pillow.readthedocs.org/en/3.0.x/handbook/tutorial.html>`_.

docs/scenarios/web.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ programming languages and protocols - including Python and WSGI. uWSGI can
167167
either be run as a stand-alone web router, or be run behind a full web
168168
server (such as Nginx or Apache). In the latter case, a web server can
169169
configure uWSGI and an application's operation over the
170-
`uwsgi <https://uwsgi-docs.readthedocs.org/en/latest/Protocol.html>`_
171-
protocol. uWSGI's web server support allows for dynamically configuring
170+
`uwsgi protocol <https://uwsgi-docs.readthedocs.org/en/latest/Protocol.html>`_.
171+
uWSGI's web server support allows for dynamically configuring
172172
Python, passing environment variables and further tuning. For full details,
173173
see `uWSGI magic
174174
variables <https://uwsgi-docs.readthedocs.org/en/latest/Vars.html>`_.

docs/shipping/freezing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Prerequisite is to install :ref:`Python on Windows <install-windows>`.
7575

7676
1. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/
7777

78-
2. Write :file:`setup.py` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_)::
78+
2. Write :file:`setup.py` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions>`_):
7979

8080
.. code-block:: python
8181
@@ -107,7 +107,7 @@ Prerequisite is to have installed :ref:`Python, Setuptools and pywin32 dependenc
107107
- `Manual <http://www.pyinstaller.org/export/d3398dd79b68901ae1edd761f3fe0f4ff19cfb1a/project/doc/Manual.html?format=raw>`_
108108

109109

110-
OS X
110+
OS X
111111
----
112112

113113

0 commit comments

Comments
 (0)