mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 20:53:42 +08:00
2edb6f83ca
- split item and inserters api documentation - fix some links - fix warning about too short title underlines - fix code for importing default config - update front page/index
26 lines
393 B
ReStructuredText
26 lines
393 B
ReStructuredText
=====
|
|
Items
|
|
=====
|
|
|
|
This details the default visualization items that come with sloth.
|
|
|
|
The following items are available in :mod:`sloth.items`:
|
|
|
|
.. module:: sloth.items
|
|
|
|
.. autoclass:: BaseItem
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. autoclass:: PointItem
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. autoclass:: RectItem
|
|
:members:
|
|
:undoc-members:
|
|
|
|
.. .. autoclass:: PolygonItem
|
|
:members:
|
|
|