Update python doc (#5803)

Several improvement and adjustments to the Python documentation

- applied autopep8
- add summary example
- use references to reference other classes and methods
This commit is contained in:
Magne Sjaastad
2020-04-16 16:06:18 +02:00
committed by GitHub
parent 7f3bc6533e
commit d675db98f6
56 changed files with 7684 additions and 7122 deletions

View File

@@ -33,10 +33,10 @@ release = '2019.04.01'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx_markdown_builder'
'sphinx_markdown_builder'
]
master_doc = 'PythonRips'
master_doc = 'PythonRips'
napoleon_google_docstring = True
@@ -56,7 +56,7 @@ exclude_patterns = ['build/*', 'rips.rst']
#
html_theme = 'alabaster'
smartquotes=False
smartquotes = False
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,