From d5f21ac0372bde994522285f2e34014b665c35ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20L=C3=A9onard?= Date: Wed, 24 Aug 2011 20:31:58 +0200 Subject: [PATCH] Updated README.txt with the documentation URL --- README.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 887741c..710d9a3 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,11 @@ This is a pythonic binding for SFML 2, which supports Python 2 and 3. -The current project page is https://github.com/bastienleonard/pysfml2-cython. +This library allows you to write multimedia applications or games with +a simple Python API. + +Go to the project page if you're looking for the source code, +downloads or the bug tracker: +https://github.com/bastienleonard/pysfml2-cython Please read doc/sphinx/source/introduction.rst for more information. -You can also read the HTML documentation at http://bastien-leonard.alwaysdata.net/pysfml/doc/index.html, which is normally up-to-date. +You can also read the generated HTML documentation at +http://pysfml2-cython.readthedocs.org/