diff --git a/docs/source/conf.py b/docs/source/conf.py index 61adec2..3984a79 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'] diff --git a/pymisp/api.py b/pymisp/api.py index 578d9cd..ecd4f42 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -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