mirror of
https://github.com/wassname/sloth.git
synced 2026-08-15 12:55:19 +08:00
doc updates
- 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
This commit is contained in:
+2
-13
@@ -4,9 +4,9 @@ Items
|
||||
|
||||
This details the default visualization items that come with sloth.
|
||||
|
||||
The following items are available in :mod:`sloth.items.items`:
|
||||
The following items are available in :mod:`sloth.items`:
|
||||
|
||||
.. automodule:: sloth.items
|
||||
.. module:: sloth.items
|
||||
|
||||
.. autoclass:: BaseItem
|
||||
:members:
|
||||
@@ -23,14 +23,3 @@ The following items are available in :mod:`sloth.items.items`:
|
||||
.. .. autoclass:: PolygonItem
|
||||
:members:
|
||||
|
||||
.. autoclass:: PointItemInserter
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. autoclass:: RectItemInserter
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. .. autoclass:: PolygonItemInserter
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Reference in New Issue
Block a user