4935: Update API for Gramps 3.3.x
svn: r17569
This commit is contained in:
parent
2f02d233bc
commit
48e1233287
@ -46,16 +46,16 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Gramps'
|
||||
copyright = u'2009, The Gramps Project'
|
||||
copyright = u'2011, The Gramps Project'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '3.2'
|
||||
version = '3.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '3.2.0'
|
||||
release = '3.3.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -12,7 +12,7 @@ Plugins objects
|
||||
|
||||
Plugin
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Plugin
|
||||
.. autoclass:: gen.plug.Plugin
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -20,7 +20,7 @@ Plugin
|
||||
|
||||
BaseManager
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.BaseManager
|
||||
.. autoclass:: gen.plug.BasePluginManager
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -28,7 +28,7 @@ BaseManager
|
||||
|
||||
Docgen
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Docgen
|
||||
.. autoclass:: gen.plug.DocGenPlugin
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -36,7 +36,7 @@ Docgen
|
||||
|
||||
Export
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Export
|
||||
.. autoclass:: gen.plug.ExportPlugin
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -44,7 +44,7 @@ Export
|
||||
|
||||
Gramplet
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Gramplet
|
||||
.. autoclass:: gen.plug.Gramplet
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -52,7 +52,7 @@ Gramplet
|
||||
|
||||
Import
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Import
|
||||
.. autoclass:: gen.plug.ImportPlugin
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -60,7 +60,7 @@ Import
|
||||
|
||||
Options
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Options
|
||||
.. autoclass:: gen.plug.Options
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -68,7 +68,7 @@ Options
|
||||
|
||||
Register
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Register
|
||||
.. autoclass:: gen.plug.PluginRegister
|
||||
:members:
|
||||
:undoc-members:
|
||||
@ -76,7 +76,7 @@ Register
|
||||
|
||||
Utils
|
||||
====================================
|
||||
.. automodule:: gen.plug
|
||||
.. automodule:: gen.plug.Utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
Loading…
Reference in New Issue
Block a user