Skip to content

Commit 297870c

Browse files
committed
Update
1 parent 4e637d0 commit 297870c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
1010
<link rel="icon" type="image/x-icon" href="pillow.ico">
1111

12-
<title>Python-pillow.github.io</title>
12+
<title>Pillow: the friendly PIL fork</title>
1313
</head>
1414

1515
<body>
@@ -32,14 +32,14 @@ <h2 id="project_tagline">The friendly PIL fork</h2>
3232

3333
<div style="float: right; padding: 1em;text-align: center"><a href="http://jeremykun.com/2012/01/01/random-psychedelic-art/"><img style="width: 90%" src="example1.png"></a><br /><span style="font-size: 90%">Random psychedelic art created with PIL!</span></div>
3434

35-
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to Pillow</h3>
35+
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome</h3>
3636
<p>This is the home of <a href="https://github.com/python-pillow/Pillow">Pillow</a>, the friendly PIL fork. PIL is the <a href="https://en.wikipedia.org/wiki/Python_Imaging_Library">Python Imaging Library</a>. If you've ever worried or wondered about the future of PIL, please stop! <a href="https://github.com/python-pillow/Pillow/graphs/contributors">We are here</a> to save the day.</p>
3737

38-
<h4>Code</h4>
39-
Our code is <a href="https://github.com/python-pillow/Pillow">hosted on GitHub</a>, <a href="https://travis-ci.org/python-pillow/Pillow">tested on Travis CI</a> and <a href="https://pypi.python.org/pypi/Pillow">released on PyPI</a>.
38+
<h4><a href="https://github.com/python-pillow/Pillow">Code</a></h4>
39+
Our code is <a href="https://github.com/python-pillow/Pillow">hosted on GitHub</a>, <a href="https://travis-ci.org/python-pillow/Pillow">tested on Travis CI</a> and <a href="https://landscape.io/github/python-pillow/Pillow">Landscape</a>, and <a href="https://pypi.python.org/pypi/Pillow">released on PyPI</a>.
4040

41-
<h4>Documentation</h4>
42-
Our documentation is <a href="http://pillow.readthedocs.org">hosted on readthedocs.org</a> and includes installation instructions, a fork of the PIL handbook and more.
41+
<h4><a href="http://pillow.readthedocs.org/">Documentation</a></h4>
42+
Our documentation is <a href="http://pillow.readthedocs.org">hosted on readthedocs.org</a> and includes <a href="http://pillow.readthedocs.org/installation.html">installation instructions</a>, <a href="http://pillow.readthedocs.org/guides.html">guides</a>, <a href="http://pillow.readthedocs.org/reference/index.html">API reference</a>, <a href="http://pillow.readthedocs.org/releasenotes/index.html">release notes</a> and more.
4343

4444
</div>
4545

0 commit comments

Comments
 (0)