mirror of https://github.com/MISP/PyMISP
Update rendering doc
parent
2bebae7e8a
commit
77e3ad0016
|
@ -41,9 +41,14 @@ extensions = [
|
|||
'sphinx.ext.mathjax',
|
||||
'sphinx.ext.ifconfig',
|
||||
'sphinx.ext.viewcode',
|
||||
# 'sphinx.ext.githubpages',
|
||||
'sphinx.ext.githubpages',
|
||||
'sphinx.ext.napoleon',
|
||||
]
|
||||
|
||||
napoleon_google_docstring = False
|
||||
napoleon_use_param = False
|
||||
napoleon_use_ivar = True
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
""" Python API using the REST interface of MISP """
|
||||
"""Python API using the REST interface of MISP"""
|
||||
|
||||
import json
|
||||
import datetime
|
||||
|
|
Loading…
Reference in New Issue