Skip to content

Commit 443de21

Browse files
committed
accidentally broke all the reStructuredText
1 parent 2a4007e commit 443de21

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.txt renamed to README.rst.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
==============
22
Installation
33
==============
4-
The latest Windows installer can be found on PyPI:
5-
https://pypi.python.org/pypi?name=tdl&:action=display
4+
The latest Windows installer can be found on PyPI: https://pypi.python.org/pypi/tdl
65

7-
Or if it's available you can use pip instead by running the command:
8-
pip install tdl
6+
Or if it's available you can use pip instead by running the command: pip install tdl
97

108
This module can also be manually installed by going into the "setup.py"
11-
directory and running the command:
12-
python setup.py install
9+
directory and running the command: python setup.py install
1310

1411
Already compiled libtcod libraries are included as part of the package data.
1512
They won't need to be compiled as part of the installation, but can be replaced
@@ -24,14 +21,11 @@ The library can be used for displaying tilesets (ANSI, Unicode, or graphical) in
2421

2522
It also provides functionality to compute path-finding and field of view.
2623

27-
python-tdl is hosted on GitHub:
28-
https://github.com/HexDecimal/python-tdl
24+
python-tdl is hosted on GitHub: https://github.com/HexDecimal/python-tdl
2925

30-
Online Documentation:
31-
http://pythonhosted.org/tdl/
26+
Online Documentation: http://pythonhosted.org/tdl/
3227

33-
Issue Tracker:
34-
https://github.com/HexDecimal/python-tdl/issues
28+
Issue Tracker: https://github.com/HexDecimal/python-tdl/issues
3529

3630
python-tdl is a ctypes port of "libtcod".
3731
You can find more about libtcod at http://doryen.eptalys.net/libtcod/

0 commit comments

Comments
 (0)