All the docs todo points dropped: todo list removed.

This commit is contained in:
Daniele Varrazzo 2010-02-26 00:38:40 +00:00
parent 140e6ad4f2
commit 17a4cc9f67
2 changed files with 1 additions and 3 deletions

View File

@ -96,7 +96,7 @@ pygments_style = 'sphinx'
#modindex_common_prefix = []
# Include TODO items in the documentation
todo_include_todos = True
todo_include_todos = False
rst_epilog = """
.. |DBAPI| replace:: DB API 2.0

View File

@ -10,8 +10,6 @@ This module holds two different tzinfo implementations that can be used as the
functions or used to set the `cursor.tzinfo_factory` attribute in
cursors.
.. todo:: should say something more about tz handling
.. autoclass:: psycopg2.tz.FixedOffsetTimezone
.. autoclass:: psycopg2.tz.LocalTimezone