aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-02-02 09:57:51 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-02-02 09:57:51 +0100
commitfd8542c4802d656a8115b5119eee70d9cd084310 (patch)
treedcb7baa053c234f4a6865411bb564eb2ab374bb9 /doc
parent71eeda17530f571a80184521ac070a79bb2b8844 (diff)
downloadpyexiv2-fd8542c4802d656a8115b5119eee70d9cd084310.tar.gz
Removed useless namespaces.
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/api.rst b/doc/api.rst
index b4a9cb1..9da75d0 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -5,16 +5,16 @@ pyexiv2
#######
.. module:: pyexiv2
-.. autodata:: pyexiv2.version_info
-.. autodata:: pyexiv2.__version__
-.. autodata:: pyexiv2.exiv2_version_info
-.. autodata:: pyexiv2.__exiv2_version__
+.. autodata:: version_info
+.. autodata:: __version__
+.. autodata:: exiv2_version_info
+.. autodata:: __exiv2_version__
pyexiv2.metadata
################
.. module:: pyexiv2.metadata
-.. autoclass:: pyexiv2.metadata.ImageMetadata
+.. autoclass:: ImageMetadata
:members: read, write, dimensions, mime_type, exif_keys, iptc_keys,
xmp_keys, __getitem__, __setitem__, __delitem__, previews, copy
@@ -22,8 +22,8 @@ pyexiv2.exif
############
.. module:: pyexiv2.exif
-.. autoexception:: pyexiv2.exif.ExifValueError
-.. autoclass:: pyexiv2.exif.ExifTag
+.. autoexception:: ExifValueError
+.. autoclass:: ExifTag
:members: key, type, name, label, description, section_name,
section_description, raw_value, value, human_value
@@ -31,8 +31,8 @@ pyexiv2.iptc
############
.. module:: pyexiv2.iptc
-.. autoexception:: pyexiv2.iptc.IptcValueError
-.. autoclass:: pyexiv2.iptc.IptcTag
+.. autoexception:: IptcValueError
+.. autoclass:: IptcTag
:members: key, type, name, title, description, photoshop_name, repeatable,
record_name, record_description, raw_values, values
@@ -40,7 +40,7 @@ pyexiv2.xmp
###########
.. module:: pyexiv2.xmp
-.. autoexception:: pyexiv2.xmp.XmpValueError
-.. autoclass:: pyexiv2.xmp.XmpTag
+.. autoexception:: XmpValueError
+.. autoclass:: XmpTag
:members: key, type, name, title, description, raw_value, value