From b764c236adb744027ac836a550bbd16d9f47e906 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 26 Jul 2010 17:17:56 -0300 Subject: [PATCH] update sphinx options for 1.0 --- docs/conf.py | 3 ++- docs/networkbase.rst | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 85c70b2..8b9363f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'Mitter' -copyright = u'2009, Julio Biason' +copyright = u'2009-2010, Julio Biason' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -133,6 +133,7 @@ html_static_path = ['.static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = '%d.%m.%Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. diff --git a/docs/networkbase.rst b/docs/networkbase.rst index 8ba3b63..0987a11 100644 --- a/docs/networkbase.rst +++ b/docs/networkbase.rst @@ -2,16 +2,19 @@ =================================================== .. automodule:: networkbase + :members: NetworkUser -- Unified information about users ---------------------------------------------- .. autoclass:: NetworkUser + :members: NetworkData -- Unified information about messages ------------------------------------------------- .. autoclass:: NetworkData + :members: NetworkBase -- Base class for all networks ------------------------------------------