From e34a6e22a6498028c2b33ceecd392ecde30c5de0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 7 Aug 2008 18:29:48 +0000 Subject: [PATCH] Add glossary entries to the index. Update TODO. --- CHANGES | 2 ++ TODO | 6 ++---- sphinx/directives/other.py | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 2135d0518..a06c409ff 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,8 @@ New features added * sphinx.doc.autodoc has a new event ``autodoc-process-signature`` that allows tuning function signature introspection. +* Glossary entries are now automatically added to the index. + * ``Sphinx.add_node()`` now takes optional visitor methods for the HTML, LaTeX and text translators; this prevents having to manually patch the classes. diff --git a/TODO b/TODO index 9f97a8147..7d2718375 100644 --- a/TODO +++ b/TODO @@ -2,11 +2,10 @@ Sphinx TODO =========== - RSS generation +- extension autodoc directives - files for downloading - specify node visit functions when adding nodes to app -- allow extensions to add static files - decide which static files to include -- verbose option - remove redundant