From faa4801efbbcae48619a8acd058a3e9d948855c2 Mon Sep 17 00:00:00 2001 From: Mika Fischer Date: Fri, 10 Jun 2011 16:39:28 +0200 Subject: [PATCH] Fix generation of API docs --- doc/api/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/index.rst b/doc/api/index.rst index 5888c0e..fb79272 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -13,7 +13,7 @@ API Reference annotationmodel =============== -.. automodule:: annotations.model +.. automodule:: sloth.annotations.model .. autoclass:: AnnotationModel :members: :undoc-members: @@ -44,14 +44,14 @@ annotationmodel annotation.container ==================== -.. automodule:: annotations.container +.. automodule:: sloth.annotations.container .. autoclass:: AnnotationContainer :members: annotationscene =============== -.. automodule:: annotationscene +.. automodule:: sloth.annotationscene .. autoclass:: AnnotationScene :members: :undoc-members: @@ -59,7 +59,7 @@ annotationscene items ===== -.. automodule:: items +.. automodule:: sloth.items .. _AnnotationGraphicsItem: