Update rendering doc

pull/30/head
Raphaël Vinot 2016-08-26 14:19:19 +02:00
parent 2bebae7e8a
commit 77e3ad0016
2 changed files with 7 additions and 2 deletions

View File

@ -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']

View File

@ -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