Minor API docs improvements
- Hide "Bases" below class signatures - Leave some empty space after tablesstix2.1
parent
9c7f49688f
commit
8b702c6985
|
@ -12,7 +12,6 @@ extensions = [
|
|||
'sphinx.ext.todo',
|
||||
]
|
||||
autodoc_default_flags = [
|
||||
'show-inheritance',
|
||||
'undoc-members',
|
||||
]
|
||||
autodoc_member_order = 'groupwise'
|
||||
|
|
|
@ -12,9 +12,7 @@ granular markings unless otherwise noted in each of the functions.
|
|||
object_markings
|
||||
utils
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<br/><hr/><br/>
|
||||
|
|
||||
"""
|
||||
|
||||
from stix2.markings import granular_markings, object_markings
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
memory
|
||||
taxii
|
||||
|
||||
|
|
||||
"""
|
||||
|
||||
import uuid
|
||||
|
|
Loading…
Reference in New Issue