commit | f11363dcd3636f93a60d133bca0f67d9de6b7934 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Apr 11 08:14:45 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Apr 11 08:14:45 2010 +0000 |
tree | eee835d00ed44c66ea0e7ba75fed15322aa67f12 | |
parent | 7c2ab8756875dd077ababaa586790713018936c3 [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