Minor API docs improvements

- Hide "Bases" below class signatures
- Leave some empty space after tables
stix2.1
Chris Lenk 2017-10-05 20:44:58 -04:00
parent 9c7f49688f
commit 8b702c6985
3 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,6 @@ extensions = [
'sphinx.ext.todo', 'sphinx.ext.todo',
] ]
autodoc_default_flags = [ autodoc_default_flags = [
'show-inheritance',
'undoc-members', 'undoc-members',
] ]
autodoc_member_order = 'groupwise' autodoc_member_order = 'groupwise'

View File

@ -12,9 +12,7 @@ granular markings unless otherwise noted in each of the functions.
object_markings object_markings
utils utils
.. raw:: html |
<br/><hr/><br/>
""" """
from stix2.markings import granular_markings, object_markings from stix2.markings import granular_markings, object_markings

View File

@ -8,6 +8,7 @@
memory memory
taxii taxii
|
""" """
import uuid import uuid