mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 19:48:56 +08:00
Fix generation of API docs
This commit is contained in:
+4
-4
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user