Skip to content

Commit 2c6d3f4

Browse files
committed
-
1 parent 682eb0d commit 2c6d3f4

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

README.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
[Documentation](http://docs.pythontoolbox.org)
2-
3-
[Installation](http://docs.pythontoolbox.org/installation.html)
1+
[Documentation](http://python_toolbox.readthedocs.org)
42

53

64
# What is the Python Toolbox? #
@@ -34,7 +32,7 @@ If you want to be informed on new releases of the Python Toolbox, sign up for
3432

3533
# Python versions #
3634

37-
The Python Toolbox supports Python versions 2.5, 2.6, 2.7, 3.1 and 3.2.
35+
The Python Toolbox supports Python versions 2.5, 2.6 and 2.7.
3836

3937
blocktodo: detail PyPy.
4038

docs/index.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,20 @@ Contents:
1717

1818
topics/index
1919
misc/index
20+
21+
..
22+
ref/index
23+
24+
This documentation is still incomplete. If you have any questions or feedback,
25+
say hello on the `mailing list`_!
26+
27+
-------------------------------------------------------------------------------
28+
29+
The Python Toolbox repository is at: https://github.com/cool-RR/python_toolbox
30+
31+
Feel free to fork and send pull requests!
2032

21-
..
22-
ref/index
2333

24-
This documentation is still incomplete. If you have any questions or feedback, say hello
25-
on the `mailing list`_!
2634

2735
.. _mailing list: https://groups.google.com/forum/#!forum/python-toolbox
2836

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ def get_packages():
7373
- And many, *many* more! The Python Toolbox contains **hundreds** of useful
7474
little tools.
7575
76-
Visit http://pythontoolbox.org for more info.
77-
78-
Documentation is at http://docs.pythontoolbox.org .
76+
Visit http://pypi.python.org/pypi/python_toolbox/ for more info.
7977
'''
8078

8179
my_classifiers = [

0 commit comments

Comments
 (0)