commit | b0765c464804edd7c87db8843704adb7d4a242d5 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Apr 11 08:17:32 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Apr 11 08:17:32 2010 +0000 |
tree | efe2f643077ae360851a2bcfba7fcdb6196b9185 | |
parent | 0fe095e87f727f4a19b6cbfd718d51935a888740 [diff] [blame] |
Add descriptor howto to main documentation
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 022beee..417ae00 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -16,6 +16,7 @@ advocacy.rst cporting.rst curses.rst + descriptor.rst doanddont.rst functional.rst regex.rst