]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
README: Rename to rst 382/head
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 8 Apr 2016 08:07:44 +0000 (10:07 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 8 Apr 2016 08:07:44 +0000 (10:07 +0200)
Converted with pandoc. This way it should be shown on PyPI correctly
too.

Fixes https://github.com/python-babel/babel/issues/376

README.rst [moved from README.md with 60% similarity]

similarity index 60%
rename from README.md
rename to README.rst
index 98ea0146749138c975f5c2edd316c972392f7065..c708f9da67a9724b5f46da120e96bb78d8b476db 100644 (file)
--- a/README.md
@@ -5,11 +5,11 @@ Babel is a Python library that provides an integrated collection of
 utilities that assist with internationalizing and localizing Python
 applications (in particular web-based applications.)
 
-Details can be found in the HTML files in the `docs` folder.
+Details can be found in the HTML files in the ``docs`` folder.
 
 For more information please visit the Babel web site:
 
-  <http://babel.pocoo.org/>
+http://babel.pocoo.org/
 
 Join the chat at https://gitter.im/python-babel/babel
 
@@ -17,8 +17,8 @@ Contributing to Babel
 =====================
 
 If you want to contribute code to Babel, please take a look at our
-[CONTRIBUTING.md](https://github.com/python-babel/babel/blob/master/CONTRIBUTING.md).
+`CONTRIBUTING.md <https://github.com/python-babel/babel/blob/master/CONTRIBUTING.md>`__.
 
-If you know your way around Babels codebase a bit and like to help further, we
-would appreciate any help in reviewing pull requests. Please contact us at
-<https://gitter.im/python-babel/babel> if you're interested!
+If you know your way around Babels codebase a bit and like to help
+further, we would appreciate any help in reviewing pull requests. Please
+contact us at https://gitter.im/python-babel/babel if you're interested!