From 28b1f7eef623c8f5029f1919cdd919ca1c3aefbf Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 16 Jun 2009 19:59:16 +0200 Subject: [PATCH 1/2] Remove debugging code. --- sphinx/environment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sphinx/environment.py b/sphinx/environment.py index 974f4c5cf..647bde2b5 100644 --- a/sphinx/environment.py +++ b/sphinx/environment.py @@ -607,7 +607,6 @@ class BuildEnvironment: pub.publish() doctree = pub.document except UnicodeError, err: - import pdb; pdb.set_trace() raise SphinxError(str(err)) self.filter_messages(doctree) self.process_dependencies(docname, doctree) From 269345a0f3bf7514a91f0bb4f144c0a1b28b51a6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 16 Jun 2009 21:19:15 +0200 Subject: [PATCH 2/2] Clarify and fix typo. --- doc/ext/autodoc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index ff8d189d1..bd1551add 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -103,9 +103,9 @@ directive. .. versionadded:: 0.3 - * It's possible to override the signature for callable members (functions, - methods, classes) with the regular syntax that will override the signature - gained from instropection:: + * It's possible to override the signature for explicitly documented callable + objects (functions, methods, classes) with the regular syntax that will + override the signature gained from introspection:: .. autoclass:: Noodle(type)