Browse Source

update sphinx options for 1.0

master
Julio Biason 14 years ago
parent
commit
b764c236ad
  1. 3
      docs/conf.py
  2. 3
      docs/networkbase.rst

3
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.

3
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
------------------------------------------

Loading…
Cancel
Save