commit | e694e00ee18d01e1285c7adf407bf65d261540e6 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Apr 11 00:01:23 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Apr 11 00:01:23 2010 +0000 |
tree | 314169637b049416e8f69d40b55b869b7c3f4115 | |
parent | bba8f2d10a6d513650a05b821d1c69f86d29cdef [diff] [blame] |
Add the sorting HOWTO to the main docs.
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 7d64688..022beee 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -20,6 +20,7 @@ functional.rst regex.rst sockets.rst + sorting.rst unicode.rst urllib2.rst webservers.rst